summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-12-03JIT: fix overly aggressive type propagation from returns (#21316)Andy Ayers3-9/+25
2018-12-03Make sure the debug registers are available in the SavedRedirectContext (#21293)Andrew Au1-2/+2
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean36-503/+128
2018-12-03Fixes abbreviated genitive (#21230)Rafael Lillo1-2/+2
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 Keldorph1-1/+1
2018-12-01Rename CorElementType enum members to match the others definitions (#21324)Jan Kotas8-234/+234
2018-12-01Enable COM interop for collectible classes (#20919)Jan Vorlicek17-407/+381
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-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 Robinson3-86/+104
2018-11-30A few more Enum perf improvements (#21284)Stephen Toub6-231/+226
2018-11-30Fix perf issues with GetCurrentThreadHomeHeapNumber (#21150)David Mason3-12/+12
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-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 Robinson13-132/+113
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 Koritzinsky1-0/+4
2018-11-29Don't treat the Vector64/128/256<T> helper methods as intrinsic if featureSIM...Tanner Gooding1-1/+7
2018-11-29publish symbols on FreeBSD (#21179)Tomas Weinfurt1-1/+1
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-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 Kotas46-2892/+261
2018-11-28Queue ValueTaskAwaiter IAsyncStateMachineBox directly to ThreadPool (#21159)Ben Adams3-16/+36
2018-11-28Merge pull request #21217 from AndyAyersMS/Fix21051Andy Ayers2-6/+13
2018-11-28Merge pull request #21226 from AndyAyersMS/HandleMoreGeneralIndirInJmpAddrAndy Ayers1-7/+7
2018-11-28Switch to preemptive mode before calling COM (#21238)Jan Kotas1-72/+81
2018-11-28Merge pull request #21204 from briansull/issue_20185Brian Sullivan2-26/+26
2018-11-28Fixing up Utf8Parser.TryParseNumber to not fail for overly large exponents (#...Tanner Gooding1-3/+8
2018-11-28Implement the S.R.I.VectorXXX `get_Zero` and `As` helper methods as JIT intri...Tanner Gooding15-68/+546
2018-11-28Improve performance of cgroup access (#21229)Jan Vorlicek6-60/+140
2018-11-27Fix ILStubCache allocation for collectible assemblies (#21188)Jan Vorlicek6-24/+23