summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-10-11Enable BSTR Field Marshaller for x-plat (#20264)Luqun Lou5-16/+11
2018-10-11Merge pull request #20343 from stephentoub/timereventVance Morrison2-8/+15
2018-10-11fix enc issue where dav has an av because it tries to use the handlemanager, ...David Mason1-0/+8
2018-10-11add handle tracking for profiler (#20361)David Mason2-31/+17
2018-10-11fix issue where we wouldn't throw OOM after failing to allocate more space fo...David Mason1-1/+4
2018-10-11Fix build breaksJan Kotas1-3/+3
2018-10-10Minor dump improvements in R2RDump (#20344)Tomáš Rylek4-23/+22
2018-10-10Add CancellationToken.UnsafeRegister (#20342)Stephen Toub7-14/+31
2018-10-10Remove obslete DBG_printf_gcc, all compilers now support DBG_printf_c99 (#20338)Jonathan Marler2-233/+32
2018-10-10Fix unwind on ARM64 Linux (#20345)Jan Vorlicek1-7/+6
2018-10-10Throw an exception when we try to marshal a non-blittable fixed buffer. (#20263)Jeremy Koritzinsky2-2/+18
2018-10-10Merge pull request #20310 from fiigii/nogenericCarol Eidt4-91/+847
2018-10-10Add Timer duration/period to ThreadTransferSendObjStephen Toub2-8/+15
2018-10-09Fix issue 20261: infinite recursion for non PAL threads (#20267)Jonathan Marler1-6/+4
2018-10-09Reduce CPU consumption by Timer's FireNextTimers (#20302)Stephen Toub1-209/+267
2018-10-09Do not promote struct field with type mistmatch. (#20085)Sergey Andreenko1-4/+23
2018-10-09Merge pull request #20129 from briansull/vn-add-exception-setsBrian Sullivan5-496/+1430
2018-10-09Explode generic Intel hardware intrinsic on all the supported typesFei Peng4-91/+847
2018-10-09Improve performance of String.ToUpper and friends (#20304)Levi Broderick2-176/+169
2018-10-09Cleanup MSDN URL's (dotnet/corefx#32663)Sam Neirinck8-17/+17
2018-10-09Avoid building DebugFinalizableAsyncStateMachineBox unless necessary (#20318)Stephen Toub1-2/+8
2018-10-09[arm64] Fix GitHub 20211 Issue (#20240)Egor Chesakov1-2/+22
2018-10-09Clear unnecessary state from completed Tasks (#20294)Stephen Toub2-7/+24
2018-10-09Merge pull request #20078 from CarolEidt/Fix20063Carol Eidt3-15/+28
2018-10-08Remove mentions of Rotor from codebase (#20298)Austin Wise22-398/+44
2018-10-08Merge pull request #20289 from echesakovMSFT/FixBitOperationsInstructionEncod...Egor Chesakov1-1/+1
2018-10-08JIT: retrieve element class for arrays of ref types (#20292)Andy Ayers2-3/+65
2018-10-08Merge pull request #20210 from fiigii/lastavx2Carol Eidt6-16/+47
2018-10-08Fix SegmentInitialize for OS_PAGE_SIZE > 4k (#20280)Jan Vorlicek1-4/+1
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise33-87/+50
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise24-294/+33
2018-10-06Typos (dotnet/corefx#32625)John Doe1-1/+1
2018-10-06JIT: make sure to use normalized type when retyping box temp (#20285)Andy Ayers1-2/+3
2018-10-06Move BinaryPrimitives into coreclr shared source (#20288)Levi Broderick6-0/+876
2018-10-05Improve performance of span-based ToUpper and related APIs (#20275)Levi Broderick4-36/+222
2018-10-05Refactoring of struct promotion code for the future fix. (#20216)Sergey Andreenko4-367/+574
2018-10-05Enable Config-File Based Control of EventPipe (#20238)Brian Robbins8-270/+229
2018-10-05Use IF_DR_2G for "Bit Operations" (IF_EN2L) in src/jit/emitarm64.cppEgor Chesakov1-1/+1
2018-10-05Added method header comments in optcse describing the algorithmBrian Sullivan1-42/+77
2018-10-05Full support for exception sets in value numbering.Brian Sullivan5-476/+1375
2018-10-05Report instantiation argument in non-virtual interface calls (#20257)Michal Strehovský2-6/+18
2018-10-04Typos (#20271)John Doe10-10/+10
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek24-291/+24
2018-10-05Synchronize access to static variable call_count (#20259)Jonathan Marler1-4/+9
2018-10-05Add printing of LoaderAllocator to MethodTable in SOS (#20255)Jan Vorlicek5-26/+73
2018-10-04R2RDump fixes for dumping method instance entrypoint table (#20243)Tomáš Rylek6-216/+278
2018-10-04Merge pull request #20252 from steveharter/FixIsAssignableFromSteve Harter1-1/+1
2018-10-04Enable thread statics for collectible classes (#19944)Jan Vorlicek13-198/+529
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek59-4326/+139
2018-10-03Fix compat issue with Type.IsAssignableFromSteve Harter1-1/+1