platform/upstream/coreclr.git
2018-11-30 Aaron RobinsonDisable TypeEquivalence tests due to flaky x86 build...
2018-11-30 Jan KotasUndo accidental change
2018-11-30 Levi BroderickAdd EnumerateRunes() ref APIs and unit tests (dotnet...
2018-11-30 Jan KotasDelete CORECLR ifdef (dotnet/corert#6610)
2018-11-30 John DoeTypos (dotnet/corert#6605)
2018-11-30 Michal StrehovskýProperly report intrinsic fields (dotnet/corert#6602)
2018-11-30 Juan HoyosMerge pull request #21287 from hoyosjs/fix-tls-daccast
2018-11-30 Alexej LiebenthalAdded TryParse to StandardFormat (#21216)
2018-11-30 Brian RobbinsDefer Initialization of FrameworkEventSource During...
2018-11-29 dotnet-maestro-botUpdate CoreClr, CoreFx, CoreSetup, PgoData to preview...
2018-11-29 Juan Sebastian... Properly DACize TLB access for thread local statics
2018-11-29 Stephen ToubConsolidate validation code in Enum.ToObject overloads...
2018-11-29 Stephen ToubImprove performance of Enum.{Try}Parse (#21214)
2018-11-29 Aaron RobinsonEnable type equivalence (#21265)
2018-11-29 Tanner GoodingImplement the Count property, the IEquatable and IForma...
2018-11-29 Jeremy KoritzinskyAdd more advanced SafeArray tests (#21063)
2018-11-29 Jan VorlicekFix build parallelism on Windows with NUMA (#21278)
2018-11-29 Tanner GoodingDon't treat the Vector64/128/256<T> helper methods...
2018-11-29 Bruce ForstallMerge pull request #21267 from BruceForstall/FixExclusion
2018-11-29 Tomas Weinfurtpublish symbols on FreeBSD (#21179)
2018-11-29 Tanner GoodingUpdating genSIMDZero to only use `xorps` (#21249)
2018-11-29 Andy AyersTrack single def locals in importer (#21251)
2018-11-29 Swaroop SridharFix #21209 (#21237)
2018-11-29 John SalemAdd IsCollectible property to Memberinfo and MethodInfo...
2018-11-29 Stephen ToubImprove Enum.ToString perf for [Flags] enums (#21254)
2018-11-29 Andrew AuRemove obsolete assert (#21260)
2018-11-29 Jan KotasDelete code related to LoaderOptimization and SharedDom...
2018-11-29 Bruce ForstallFix ObjectStackAllocationTests on Linux under minopts
2018-11-28 Ben AdamsQueue ValueTaskAwaiter IAsyncStateMachineBox directly...
2018-11-28 Russ KeldorphUpdate Helix queues used for testing
2018-11-28 Andy AyersMerge pull request #21217 from AndyAyersMS/Fix21051
2018-11-28 Andy AyersMerge pull request #21226 from AndyAyersMS/HandleMoreGe...
2018-11-28 Jan KotasSwitch to preemptive mode before calling COM (#21238)
2018-11-28 Jan Kotas Delete test dev10_630880 (#21239)
2018-11-28 Brian SullivanMerge pull request #21204 from briansull/issue_20185
2018-11-28 Sergey Andreenkoexclude tests\src\Interop\COM\NativeClients\Primitives...
2018-11-28 Tanner GoodingFixing up Utf8Parser.TryParseNumber to not fail for...
2018-11-28 Tanner GoodingImplement the S.R.I.VectorXXX `get_Zero` and `As` helpe...
2018-11-28 Jan VorlicekImprove performance of cgroup access (#21229)
2018-11-28 Jan VorlicekFix ILStubCache allocation for collectible assemblies...
2018-11-28 Bruce ForstallMerge pull request #21234 from BruceForstall/Disable630880
2018-11-28 IliaMove all the math functions undef #ifndef PAL_STDCPP_CO...
2018-11-28 Bruce ForstallDisable test Dev10_630880
2018-11-28 Brian SullivanCode review feedback
2018-11-28 Bruce ForstallDisable failing Linux/arm32 corefx tests (#21225)
2018-11-27 Dan MoseleyUpdate changing-corelib.md (#21220)
2018-11-27 Pent PloompuuDiff-able disassembly fixes (#20863)
2018-11-27 Andy AyersJIT: handle general indir case for GT_JMP address
2018-11-27 Andy Ayersremove workaround comments
2018-11-27 Carol EidtMerge pull request #21151 from CarolEidt/Fix21080
2018-11-27 Andy AyersJIT: retype some return expressions
2018-11-27 Stephen ToubUse local array in ConcurrentQueue<T> for small perf...
2018-11-27 Andy AyersImprove perf for Index based span indexers (#21196)
2018-11-27 Chuck RiesFix a use after free for Managed Data BP (#21205)
2018-11-27 Levi BroderickFix Rune.ToUpper / ToLower under GlobalizationMode...
2018-11-27 Jan VorlicekDisable noncollectible alc finalization (#21189)
2018-11-27 Jan KotasDisable domain neutral loading (#21156)
2018-11-27 Tanner GoodingDeleting a format.patch file that got checked in (...
2018-11-27 Jan KotasUpdate documentation for changing CoreLib (#21201)
2018-11-27 Carol EidtUse LclFld for full-width cpblk of different types
2018-11-27 Brian SullivanMerge pull request #21184 from mikedn/load-norm
2018-11-27 Brian SullivanFix issue 20185
2018-11-26 Morgan BrownFix Azure DevOps endpoint (#21038)
2018-11-26 Tanner GoodingUpdating runtest.py to support printing coredump inform...
2018-11-26 Tanner GoodingFixing a few small issues with the SIMD vs SIMD HWIntri...
2018-11-26 Matt MitchellMerge pull request #21194 from mmitche/fix-debug-checked
2018-11-26 Stephen ToubRemove TypedReference.MakeTypedReference readonly restr...
2018-11-26 Carol EidtMerge pull request #21164 from kvochko/no_hw_intrinsics_x86
2018-11-26 Tanner GoodingHandle the remaining known issues (modulo snan) with...
2018-11-26 Michelle McDanielTar arm build outputs to workaround unicode issues...
2018-11-26 Matt MitchellDon't attempt to sign xstate in debug/checked builds
2018-11-25 Mike DanesDon't generate copy assertions for normalize on load...
2018-11-25 Mike DanesAdd test for 18867
2018-11-25 Jeremy KoritzinskyFix Interop/PInvoke/Miscellaneous/HandleRef tests under...
2018-11-24 Ayende RahienFixing typo (#21081)
2018-11-24 Jan KotasRefactor AppDomain.IsAppXModel and a few other AppDomai...
2018-11-24 Jan KotasMove AppDomain local data store to AppContext and clean...
2018-11-24 Eugene RozenfeldDon't assume objects don't escape in pure helpers.
2018-11-23 Jan VorlicekFix debugger collectible thread statics access (#21175)
2018-11-23 dotnet-maestro-botUpdate CoreClr, CoreFx, CoreSetup, PgoData to preview...
2018-11-22 John DoeTypos (#21171)
2018-11-22 Jan KotasDelete System.AppDomainSetup (#21157)
2018-11-22 Michal StrehovskýMark the String.Empty field as Intrinsic (#21162)
2018-11-22 Michal StrehovskýNarrow the assert in fgLateDevirtualization (#21163)
2018-11-22 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2018-11-22 Andrey KvochkoDo not support HW intrinsics on x86 linux
2018-11-22 Swaroop SridharSequel to NativeLibrary API (#21148)
2018-11-22 dotnet-maestro-botUpdate CoreClr, CoreFx, CoreSetup to preview-27121...
2018-11-22 Andrew AuSingle stepping out of the unsafe places (#21135)
2018-11-21 Aaron RobinsonMerge pull request #21146 from AaronRobinsonMSFT/comtoc...
2018-11-21 Aaron RobinsonMinor clean up in COMToCLRWorker
2018-11-21 Swaroop SridharIntroduce Marshall.LoadLibrary API (#20871)
2018-11-21 Eugene RozenfeldDisable object stack allocation verification under...
2018-11-21 Aaron RobinsonCheck for null on COM to CLR call if error occurs durin...
2018-11-21 Jan KotasChange System.Object to ClassInterface.None (#21137)
2018-11-21 Jan VorlicekFix Unix ARM JIT_MemCpy and JIT_MemSet (#21141)
2018-11-21 Tanner GoodingEnsuring that gc_stress and gc_stress_c are marked...
2018-11-21 Jan KotasDelete dead/unused code (#21138)
2018-11-21 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2018-11-21 dotnet-maestro-botUpdate CoreSetup, PgoData to preview-27121-02, master...
next