summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-10Expose new EventCounter APIs (#23808)Sung Yoon Whang8-136/+105
2019-04-09Remove dlclose call to unload CoreCLR (#23863)Next Turn1-5/+0
2019-04-09Add back using to EventSourceExceptionSantiago Fernandez Madero1-0/+1
2019-04-09Update CoreRT for changes in shared partitionJan Kotas1-10/+8
2019-04-09Add 'SetNotificationForWaitCompletion' to ILLinkTrim.xml (#23822)Gregg Miskelly1-0/+2
2019-04-09Don't denormalize enum return values on instance methods on x86. (#23816)Jeremy Koritzinsky1-1/+13
2019-04-09Alter CCW wrapping semantics (#23709)Aaron Robinson7-80/+157
2019-04-09Exclude PInvokes declared on other modules. We don't yet encode crossmodule r...Fadi Hanna1-0/+8
2019-04-09Improve RuntimeHelpers.GetSubArray (#23829)Stephen Toub1-9/+27
2019-04-08Merge pull request #23739 from briansull/struct-cseBrian Sullivan1-11/+21
2019-04-08Merge pull request #23752 from adityamandaleeka/arm64_clrwwAditya Mandaleeka2-6/+19
2019-04-08Block the hoisting of TYP_STRUCT rvalues in loop hoistingBrian Sullivan1-11/+21
2019-04-08Merge pull request #23251 from mjsabby/largePagesInGCJan Vorlicek13-14/+231
2019-04-08Remove the MultiFileSec option from EventPipe. (#23777)José Rivero9-209/+25
2019-04-08Merge pull request #23715 from BruceForstall/FixArmStackProbingBruce Forstall6-53/+79
2019-04-08Add Large pages support in GCMukul Sabharwal13-14/+231
2019-04-08Merge pull request #23605 from franksinankaya/gcc_cleanup_17Jan Vorlicek1-1/+1
2019-04-08Allow reabstraction of default interface methods (#23313)Michal Strehovský5-7/+71
2019-04-07Fix two new nullable warnings with latest compilerStephen Toub2-2/+3
2019-04-06Normalize directory separators before calling LoadLibrary (#23776)Jeremy Koritzinsky1-0/+16
2019-04-06Remove remaining devdocs and cleanup ComponentModel code (#23175)Hugh Bellamy5-137/+126
2019-04-06Make GCToOSInterface::FlushProcessWriteBuffers use MEMBARRIER_CMD_PRIVATE_EX...Vladimir Sadov1-35/+102
2019-04-05Match PtrToStringUTF8 to the other PtrToString* families. (#23731)Jeremy Koritzinsky1-8/+7
2019-04-05Fix typo in Buffer.BlockCopy (#23636)Egor Bogatov1-1/+1
2019-04-05WIP Fix ARM32/ARM64 large frame stack probingBruce Forstall6-53/+79
2019-04-05Merge pull request #23728 from briansull/FixConstByrefBrian Sullivan3-23/+24
2019-04-05Replacing some calls to GetThread with an inlined version (#23771)Fadi Hanna3-7/+12
2019-04-05Whitespace (#23772)Steve MacLean3-125/+125
2019-04-05Fix rounding to UINT32_MAX (#23764)Ludovic Henry2-21/+7
2019-04-05Fix issue 23713: handle TypeDesc field handles (#23767)Fadi Hanna1-1/+2
2019-04-05Update the JIT to recognize the IsSupported property for all HWIntrinsics (#2...Tanner Gooding27-138/+162
2019-04-05Enable return buffers on Windows ARM64 for struct-returning member functions ...Jeremy Koritzinsky7-24/+42
2019-04-05Fix conversion warningSinan Kaya1-1/+1
2019-04-05Don't null out references in Stream/BinaryReader/Writer (#23725)Stephen Toub4-326/+168
2019-04-05Change the backing storage for Byref constants in ValueNumber-ing to use size_t.Brian Sullivan3-23/+24
2019-04-05Partially improve support for `--cpus` from Docker CLI (#23747)Ludovic Henry3-9/+17
2019-04-05Fix invalid use of stack memory (#23758)Aaron Robinson1-18/+16
2019-04-05Revert optimization (#23759)Grant1-11/+11
2019-04-04Disable marshalling delegates as _Delegate and enable marshalling delegates a...Jeremy Koritzinsky4-10/+49
2019-04-04Improve performance of Memory<T>.Span property getter (#23750)Levi Broderick2-6/+22
2019-04-04Merge pull request #23633 from dotnet/NullableFeatureSantiago Fernandez Madero450-2599/+2969
2019-04-04Fix Debug.Assert in GenericDelegateCache (#23755)Santiago Fernandez Madero1-1/+1
2019-04-04Fix SystemV AMD64 Explicit structure classification (#22041)Jeremy Koritzinsky5-147/+253
2019-04-05Merge pull request #23537 from janvorli/remove-gc-cpu-group-knowledgeJan Vorlicek17-483/+955
2019-04-04Fix merge conflicts on Delegate and String.resxSantiago Fernandez Madero3-100/+57
2019-04-04Merge remote-tracking branch 'dotnet/master' into merge-master-nullableSantiago Fernandez Madero164-4667/+2005
2019-04-04Runtime support for upcoming .NET Core WinRT Host (#23402)Jeremy Koritzinsky22-27/+187
2019-04-04Support simple assembly name in startup hook (#23517)Jan Kotas2-20/+89
2019-04-04Merge pull request #23721 from janvorli/fix-musl-arm64-crossbuildJan Vorlicek1-1/+1
2019-04-04Add Working Set runtime counter (#23717)Sung Yoon Whang1-0/+2