summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-03Don't typedef intptr_t/uintptr_t when PAL_STDCPP_COMPAT is defined (#21165)Ilia2-6/+1
2018-12-03Make RyuJIT tolerate null CLASSID_RUNTIME_TYPE (#21331)Michal Strehovský1-4/+8
2018-12-02Store CurrentThread in ThreadStatic (#21328)Ben Adams1-11/+8
2018-12-02Revert [publish symbols on FreeBSD (#21179)] (#21329)Russ Keldorph2-3/+3
2018-12-01Rename CorElementType enum members to match the others definitions (#21324)Jan Kotas8-234/+234
2018-12-01added info about the new .NET memory book (#21326)Maoni Stephens1-1/+2
2018-12-01Update dependencies from https://github.com/dotnet/arcade build 526 (#21321)dotnet-maestro[bot]2-6/+6
2018-12-01Enable COM interop for collectible classes (#20919)Jan Vorlicek26-408/+623
2018-11-30Change target 'Target' and position in build steps for response file generati...Aaron Robinson1-1/+1
2018-11-30Fix crossgen segfaultSteve MacLean1-2/+43
2018-11-30Address PR feedbackSteve MacLean3-55/+5
2018-11-30Remove dead codeSteve MacLean8-317/+17
2018-11-30Merge pull request #21311 from CarolEidt/FixLvaUpdateClassDumpCarol Eidt1-4/+4
2018-11-30Reenable TypeEquivalence tests (#21309)Aaron Robinson4-10/+10
2018-11-30Eliminate the requirement that abort requires no lock held on the current thr...Andrew Au1-6/+0
2018-11-30Fix dump in LvaUpdateClassCarol Eidt1-4/+4
2018-11-30Update how CoreDisTools is discovered (#21261)Aaron Robinson4-88/+104
2018-11-30A few more Enum perf improvements (#21284)Stephen Toub6-231/+226
2018-11-30Update dependency files (#21211)dotnet-maestro[bot]4-45/+127
2018-11-30Fix perf issues with GetCurrentThreadHomeHeapNumber (#21150)David Mason3-12/+12
2018-11-29Disable TypeEquivalence tests due to flaky x86 build (#21294)Aaron Robinson3-2/+3
2018-11-29Undo accidental changeJan Kotas1-54/+0
2018-11-29Add EnumerateRunes() ref APIs and unit tests (dotnet/corefx#33504)Levi Broderick1-0/+54
2018-11-29Delete CORECLR ifdef (dotnet/corert#6610)Jan Kotas1-7/+1
2018-11-29Typos (dotnet/corert#6605)John Doe6-7/+7
2018-11-29Properly report intrinsic fields (dotnet/corert#6602)Michal Strehovský1-0/+2
2018-11-29Merge pull request #21287 from hoyosjs/fix-tls-daccastJuan Hoyos1-1/+1
2018-11-29Added TryParse to StandardFormat (#21216)Alexej Liebenthal1-11/+32
2018-11-29Defer Initialization of FrameworkEventSource During EventPipeController Initi...Brian Robbins2-1/+16
2018-11-29Update CoreClr, CoreFx, CoreSetup, PgoData to preview-27129-03, preview.18579...dotnet-maestro-bot2-10/+10
2018-11-29Properly DACize TLB access for thread local staticsJuan Sebastian Hoyos Ayala1-1/+1
2018-11-29Consolidate validation code in Enum.ToObject overloads (#21280)Stephen Toub1-103/+24
2018-11-29Improve performance of Enum.{Try}Parse (#21214)Stephen Toub3-190/+386
2018-11-29Enable type equivalence (#21265)Aaron Robinson24-132/+304
2018-11-29Implement the Count property, the IEquatable and IFormattable interfaces, and...Tanner Gooding3-45/+321
2018-11-29Add more advanced SafeArray tests (#21063)Jeremy Koritzinsky17-12/+1015
2018-11-29Fix build parallelism on Windows with NUMA (#21278)Jan Vorlicek1-1/+3
2018-11-29Don't treat the Vector64/128/256<T> helper methods as intrinsic if featureSIM...Tanner Gooding1-1/+7
2018-11-29Merge pull request #21267 from BruceForstall/FixExclusionBruce Forstall1-2/+2
2018-11-29publish symbols on FreeBSD (#21179)Tomas Weinfurt2-3/+3
2018-11-29Updating genSIMDZero to only use `xorps` (#21249)Tanner Gooding1-3/+5
2018-11-29Track single def locals in importer (#21251)Andy Ayers4-63/+142
2018-11-28Fix #21209 (#21237)Swaroop Sridhar2-5/+14
2018-11-28Add IsCollectible property to Memberinfo and MethodInfo (#21155)John Salem9-3/+27
2018-11-28Improve Enum.ToString perf for [Flags] enums (#21254)Stephen Toub1-34/+70
2018-11-28Remove obsolete assert (#21260)Andrew Au1-2/+0
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas48-2896/+263
2018-11-28Fix ObjectStackAllocationTests on Linux under minoptsBruce Forstall1-2/+2
2018-11-28Queue ValueTaskAwaiter IAsyncStateMachineBox directly to ThreadPool (#21159)Ben Adams3-16/+36
2018-11-28Update Helix queues used for testingRuss Keldorph2-9/+9