platform/upstream/coreclr.git
2019-01-07 Andy AyersJIT: encapsulate general checks for optimization (...
2019-01-07 David MasonRespect the instrumented code maps passed by the profil...
2019-01-07 Ben AdamsImprove CustomAttribute (#21832)
2019-01-07 Jan VorlicekRemove invalid test b21296 (#21507)
2019-01-07 Sven BoemerPublish symbol packages (#21769)
2019-01-07 Marek SafarMoves StackTrace to shared partition (#21757)
2019-01-07 Sven BoemerFix missing project error in official build (#21767)
2019-01-07 Tomáš RylekFix incorrect assignment of READYTORUN_HELPER_[Dbl...
2019-01-07 Filip NavaraRemove CAS era security checks around resource loads...
2019-01-06 Jan KotasRevert "Fix ilasm exec on paths with spaces (#21819...
2019-01-06 Jan KotasDelete redundant S.R.InteropServices.PInvokeMap and...
2019-01-06 Ben AdamsRemove redundant casts in TypeBuilder.CreateTypeNoLock...
2019-01-06 Ben AdamsMaintain left.Equals(right) order for equality for...
2019-01-06 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview1...
2019-01-06 Ben Adams(C#7) Use pattern matching `is` rather than `as` with...
2019-01-06 Andy Ayersinline keyword cleanup
2019-01-06 Swaroop SridharMove Native Library APIs to NativeLibrary class (#21821)
2019-01-06 Ben AdamsRemove redundant unsafe contexts (#21826)
2019-01-05 Viktor HoferFix ilasm exec on paths with spaces (#21819)
2019-01-05 Andy AyersJIT: encapsulate general checks for optimization
2019-01-04 Matt GalbraithFix misspelling (#21640)
2019-01-04 Filip NavaraRemove stack marks from GetSatelliteAssembly. (#21812)
2019-01-04 Jan KotasDelete unused fFullReset argument (#21814)
2019-01-04 Filip NavaraAvoid passing stack crawl mark unnecessarily deep in...
2019-01-04 Andrew AuIf the debugger is stopped on a garbage collection...
2019-01-04 Bruce ForstallMerge pull request #21806 from BruceForstall/CheckTestE...
2019-01-04 Ben AdamsSupport faster null checks (#21765)
2019-01-04 Andy AyersJIT: don't optimize struct copies for call args in...
2019-01-04 Bruce ForstallFix Windows arm32/arm64 testing (#21809)
2019-01-04 Egor ChesakovSpecify value of __RuntimeId for non-portable Linux...
2019-01-04 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2019-01-04 Stephen ToubAdd StringExtensions.Concat to fix Microsoft.IO.Redist...
2019-01-04 Pent PloompuuEventPipePayloadDecoder clean-up (#21716)
2019-01-04 Marek SafarRemoves AppDomain dependency from TPLETWProvider (...
2019-01-04 Ben AdamsSkip additional cast from common EC.Run calls (#21789)
2019-01-04 Jan KotasReflection performance tweaks & cleanup (#21737)
2019-01-04 Stephen ToubUse ValueStringBuilder instead of StringBuilderCache...
2019-01-04 Jeremy KoritzinskyAdd test for StringBuilder null terminator implementati...
2019-01-04 Bruce ForstallMerge pull request #21803 from BruceForstall/FixTypo
2019-01-04 Bruce ForstallCheck result of call to TestEnv script
2019-01-04 Bruce ForstallFix batch script errors running JitOptimizationSensitiv...
2019-01-04 Egor ChesakovUse Kernel32 instead of api-ms-win-core-* in DllImports...
2019-01-04 Egor BogatovEliminate some bounds checks in Path (#21721)
2019-01-04 Marek SafarAdds portable version of EncodingTable (#21735)
2019-01-04 Carol EidtMerge pull request #21619 from CarolEidt/FixDesktopSIMD
2019-01-03 Carol EidtMerge pull request #21776 from fiigii/fixAs
2019-01-03 Stephen ToubImprove performance of Path.ChangeExtension (#21766)
2019-01-03 Juan HoyosMerge pull request #21774 from hoyosjs/juhoyosa/event_size
2019-01-03 Fei PengFix Vector128/256 As<U> intrinsic recognition and exception
2019-01-03 Jan VorlicekFix GC for collectible array of pure value types (...
2019-01-03 Stephen ToubReduce allocation in Index/Range.ToString (#21755)
2019-01-03 Egor ChesakovRemove vc-runtime package dependency (#21643)
2019-01-03 Egor ChesakovBring Debug CRT DLLs when build IJW tests (#21699)
2019-01-03 Marek SafarRemoves the code moved to shared partition
2019-01-03 Marek SafarMoves Attribute instance bits to shared location (dotne...
2019-01-03 Carol EidtDisable the [Intrinsic] check for desktop SIMD
2019-01-03 Carol EidtFix desktop SIMD failures
2019-01-03 Jan KotasCleanup current culture handling in the unmanaged runti...
2019-01-03 Stephen ToubRemove substring allocation in MethodBase.AppendParamet...
2019-01-03 Filip NavaraRemove unnecessary propagation of stack crawl marks...
2019-01-03 Bruce ForstallMerge pull request #21669 from kvochko/arm_cfi_code_offsets
2019-01-03 Egor ChesakovRefactor Send to Helix step in Azure DevOps (#21700)
2019-01-03 Stephen ToubAvoid some unnecessary allocation in MethodBuilder...
2019-01-03 Stephen ToubReplace string.Format(SR. with SR.Format(SR. (#21763)
2019-01-03 Stephen ToubChange a couple string.Replace("a", "b") to string...
2019-01-02 Egor ChesakovUse Alpine container with Node.js in Azure DevOps ...
2019-01-02 Stephen ToubUse StringBuilderCache in PathInternal.NormalizeDirecto...
2019-01-02 Marek SafarAdditional ifdef changes which are ES_BUILD_STANDALONE...
2019-01-02 Stephen ToubReplace Array.Copy(src, dst, int) calls with Array...
2019-01-02 Filip NavaraRemove dummy globalization implementation. (dotnet...
2019-01-02 Stephen ToubAvoid boxing allocation and object[] allocation in...
2019-01-02 Egor ChesakovTemporary remove OSX.1012.Amd64.Open and OSX.1012.Amd64...
2019-01-02 Jan KotasDelete lstrlen from Unix PAL (#21745)
2019-01-02 Marlon RegenhardtRemove second 'license' word for readability (#21747)
2019-01-02 Jan KotasSimplify and improve integer overflow checks in Interop...
2019-01-02 dotnet-maestro-botUpdate CoreClr, CoreFx to preview-27302-01, preview...
2019-01-02 Jan KotasAppContext moved to shared partition - CoreRT specific...
2019-01-02 Ben Adamsstrlen to managed code and vectorize (#21729)
2019-01-01 Jan KotasCleanup ArgumentNull_Obj references in unmanaged runtim...
2019-01-01 Marek SafarTweaks permissions ifdefs in System.Diagnostics.Tracing...
2019-01-01 Marek SafarMoves AppContext to shared location (#21734)
2019-01-01 Jan KotasDelete useless ArgumentNullException message (#21728)
2018-12-31 Ben AdamsRemove EventPipeController static constructor (#21718)
2018-12-31 Marek SafarMoves ExceptionDispatchInfo to shared location (#21725)
2018-12-31 Ben AdamsImprove MdUtf8String (#21720)
2018-12-31 Jan KotasAdd license, keep more of the CriticalHandle logic...
2018-12-31 Marek SafarMoves CriticalHandle to shared location
2018-12-31 Jan KotasFix CoreRT build breaks
2018-12-31 Marek SafarReadability improvement in MemoryStream (#21710)
2018-12-31 Koundinya VeluriDon't Sleep(1) in some spin-wait loops (#21722)
2018-12-31 Pent PloompuuRemove parsing from GUID constants (#21717)
2018-12-31 Ben AdamsRemove Environment static constructor (#21715)
2018-12-30 Jan KotasFix CoreCLR build breaks
2018-12-30 Jan KotasDelete file moved to shared partition
2018-12-30 Marek SafarMoves ThrowHelper to shared location (dotnet/corert...
2018-12-30 Ben AdamsShorter ExecutionContext.Capture (#21707)
2018-12-30 Ben AdamsUse EventSource guid ctor for RuntimeEventSource (...
2018-12-30 dotnet-maestro... Update dependency files (#21703)
2018-12-30 Marek SafarMoves generic comparers to shared CoreLib (#21649)
2018-12-30 Ben AdamsSeparate ThreadPool...ThreadLocals get from initalizati...
next