summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2019-04-04Fix build break due to conflicting PRs (#23726)Stephen Toub3-10/+9
2019-04-04Improve Upper Vector Save/Restore (#23344)Carol Eidt8-233/+561
2019-04-04Handle local struct pointer arithmetic (#23704)Carol Eidt1-13/+5
2019-04-04Move parts of delegate to shared partition (#23552)Marek Safar4-172/+129
2019-04-04Fix MUSL ARM64 cross buildJan Vorlicek1-1/+1
2019-04-04Don't null out buffer in MemoryStream on Capacity reset (#23700)Stephen Toub1-1/+1
2019-04-04Modify affinity range config format for WindowsJan Vorlicek9-30/+195
2019-04-04Fixes for extra path separatorsVitek Karas2-6/+7
2019-04-04Allow extra path separators in the startup hook variableVitek Karas1-1/+1
2019-04-03Nullable: shared/System/Security (#23623)Krzysztof Wicher22-87/+123
2019-04-03Add CPU runtime counter (#23680)Sung Yoon Whang7-1/+107
2019-04-03Nullable: Streams (#23703)Stephen Toub15-75/+101
2019-04-03Fix resource loading (#23714)David Wrighton1-6/+0
2019-04-03Move null check into separate method to prevent unnecessary conversion of nul...Filip Navara1-1/+7
2019-04-03Nullable: System.Threading.Tasks (#23691)Stephen Toub33-590/+616
2019-04-03Fix GitHub23672 (#23674)Fei Peng1-2/+0
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton110-3918/+473
2019-04-03Avoid global allocvitek-karas1-11/+10
2019-04-03Implement checking for simple assembly names in startuphook.vitek-karas2-8/+56
2019-04-03Add support for specifying only assembly name for startup hook.Vitek Karas1-16/+37