summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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-28 Delete test dev10_630880 (#21239)Jan Kotas5-99/+0
2018-11-28Merge pull request #21204 from briansull/issue_20185Brian Sullivan2-26/+26
2018-11-28exclude tests\src\Interop\COM\NativeClients\Primitives from GCStress runs. (#...Sergey Andreenko1-0/+2
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
2018-11-27Merge pull request #21234 from BruceForstall/Disable630880Bruce Forstall1-0/+3
2018-11-28Move all the math functions undef #ifndef PAL_STDCPP_COMPAT (#21170)Ilia1-3/+3
2018-11-27Disable test Dev10_630880Bruce Forstall1-0/+3
2018-11-27Code review feedbackBrian Sullivan1-1/+3
2018-11-27Disable failing Linux/arm32 corefx tests (#21225)Bruce Forstall1-0/+4
2018-11-27Update changing-corelib.md (#21220)Dan Moseley1-13/+18
2018-11-27Diff-able disassembly fixes (#20863)Pent Ploompuu1-8/+12
2018-11-27JIT: handle general indir case for GT_JMP addressAndy Ayers1-7/+7
2018-11-27remove workaround commentsAndy Ayers1-3/+0
2018-11-27Merge pull request #21151 from CarolEidt/Fix21080Carol Eidt2-28/+44
2018-11-27JIT: retype some return expressionsAndy Ayers2-3/+13
2018-11-27Use local array in ConcurrentQueue<T> for small perf improvement (#21192)Stephen Toub1-9/+15
2018-11-27Improve perf for Index based span indexers (#21196)Andy Ayers4-17/+103
2018-11-26Fix a use after free for Managed Data BP (#21205)Chuck Ries1-4/+6
2018-11-26Fix Rune.ToUpper / ToLower under GlobalizationMode.Invariant (#21203)Levi Broderick1-13/+57
2018-11-26Disable noncollectible alc finalization (#21189)Jan Vorlicek1-17/+33
2018-11-26Disable domain neutral loading (#21156)Jan Kotas19-328/+17
2018-11-26Deleting a format.patch file that got checked in (#21202)Tanner Gooding1-53/+0
2018-11-26Update documentation for changing CoreLib (#21201)Jan Kotas4-38/+26
2018-11-26Use LclFld for full-width cpblk of different typesCarol Eidt2-28/+44
2018-11-26Merge pull request #21184 from mikedn/load-normBrian Sullivan3-0/+93
2018-11-26Fix issue 20185Brian Sullivan2-26/+24
2018-11-26Fix Azure DevOps endpoint (#21038)Morgan Brown2-13/+1
2018-11-26Updating runtest.py to support printing coredump information (#21149)Tanner Gooding2-2/+224
2018-11-26Fixing a few small issues with the SIMD vs SIMD HWIntrinsics (#21097)Tanner Gooding5-15/+23
2018-11-26Merge pull request #21194 from mmitche/fix-debug-checkedMatt Mitchell1-1/+1
2018-11-26Remove TypedReference.MakeTypedReference readonly restriction (#21193)Stephen Toub2-2/+2
2018-11-26Merge pull request #21164 from kvochko/no_hw_intrinsics_x86Carol Eidt1-2/+2
2018-11-26Handle the remaining known issues (modulo snan) with the double/single parsin...Tanner Gooding4-35/+144
2018-11-26Tar arm build outputs to workaround unicode issues (#21127)Michelle McDaniel1-2/+12
2018-11-26Don't attempt to sign xstate in debug/checked buildsMatt Mitchell1-1/+1
2018-11-25Don't generate copy assertions for normalize on load variablesMike Danes1-0/+7
2018-11-25Add test for 18867Mike Danes2-0/+86