summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Port all managed product binaries to use SDK style projects (#24285)Aaron Robinson14-213/+166
2019-05-06Fixes AV when accessing LoaderModule for some objects (#24406)Mukul Sabharwal1-2/+5
2019-05-06Nullable: System.Collections.Generic remainder (#24340)Krzysztof Wicher23-87/+104
2019-05-05Move AsyncMethodBuilder.SetStateMachine to non-generic (#24403)Ben Adams1-16/+19
2019-05-04Minor tweaks for gcc (#24391)Adeel Mujahid6-13/+12
2019-05-04Revert "Fix GCStress for multireg returns. "Sergey Andreenko1-27/+9
2019-05-03Fix incorrect tier reported by SOS (#24374)Koundinya Veluri7-68/+67
2019-05-03Fix CoreRT build breaksJan Kotas2-5/+5
2019-05-03Use our local-built instances of tools from Microsoft.DotNet.BuildTools.CoreC...Jeremy Koritzinsky6-8/+27
2019-05-03Fix EventPipe initialization orderAndrew Au1-1/+1
2019-05-03New options --sb / --isb for binary signature dump (#24375)Tomáš Rylek3-56/+161
2019-05-03Implement String.IsAscii in shared CoreLib and use it for [Is]Normalize[d] fo...Filip Navara4-34/+11
2019-05-03Merge pull request #24363 from sandreenko/GitHub_23199Sergey Andreenko1-9/+27
2019-05-03Update the comment.Sergey Andreenko1-1/+1
2019-05-02Vector.CopyTo / TryCopyTo should be readonly methods (#24359)Levi Broderick2-8/+8
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov21-564/+473
2019-05-02Merge pull request #24339 from briansull/linux-creation-timeBrian Sullivan2-13/+47
2019-05-02Make sure we check the second buffer's creation date before we returnAndrew Au1-8/+15
2019-05-02Make sure the thread running EventPipe::Disable is registered with the thread...Andrew Au1-5/+3
2019-05-02Fix DoGcStress for multireg return with GC pointers.Sergey Andreenko1-9/+27
2019-05-02In the PAL GetProcessTimes implement lpCreationTime using the current time re...Brian Sullivan2-13/+47
2019-05-02When QuickJit is enabled, disable it for methods that contain loops by defaul...Koundinya Veluri12-49/+193
2019-05-02Add Series/CounterType to CounterPayload and IncrementingCounterPayload (#24349)Sung Yoon Whang7-7/+22
2019-05-02Merge pull request #24332 from janvorli/fix-module-overrideJan Vorlicek1-3/+33
2019-05-02Add using System.Diagnostics on some filesKrzysztof Wicher7-0/+7
2019-05-02Delete stale compilation constants from AsyncIteratorMethodBuilder (#37331)Stephen Toub1-6/+0
2019-05-02Add ManualResetValueTaskSourceCore / AsyncIterateMethodBuilder to Microsoft.B...Stephen Toub1-1/+3
2019-05-02Adding more coverage for the AES hwintrinsic tests. (#24335)Tanner Gooding1-6/+0
2019-05-02Implement GC.RegisterMemoryLoadChangeNotification (#24202)Ludovic Henry2-19/+196
2019-05-02Bug fix in R2RDump signature decoder w.r.t. large version bubbles (#24352)Tomáš Rylek1-6/+14
2019-05-02Merge pull request #24322 from am11/libunwind-format-specifierJan Vorlicek1-9/+5
2019-05-01Add threading-related runtime counters (#24304)Sung Yoon Whang1-0/+9
2019-05-01Adjust some terms (#24351)Dan Moseley24-28/+28
2019-05-02Unify Wformat suppression for libunwindAdeel1-9/+5
2019-05-02Nullable: Interop and src/System remainder (#24328)Krzysztof Wicher7-38/+44
2019-05-02Nullable: System.Collections remainder (non-generic) (#24326)Krzysztof Wicher21-280/+292
2019-05-01Added overloads to Path.Join (#24307)Blake Hensley1-11/+85
2019-05-01Addressing code review feedbacksAndrew Au3-5/+7
2019-05-01Simplifying Pop() logicAndrew Au4-95/+9
2019-05-01Remove the RundownThread filterAndrew Au3-24/+3
2019-05-01Avoid nested spin lock in WriteAllBuffersToFile and GetNextEventAndrew Au2-62/+166
2019-05-01Pulling in Noah's fix in event_pipe_lock_fix branchSung Yoon Whang6-280/+544
2019-05-01When large pages are enabled, only reserve/commit 1x seg size for LOH (#24320)Andy Hanson2-6/+4
2019-05-01Copy all win32 resources (#24308)David Wrighton8-81/+639
2019-05-01Move the new ConfigureAwait/WithCancellation extension methods to a new type ...Stephen Toub3-0/+45
2019-04-30Updating lookupNamedIntrinsic to no longer assert for an unexpected hwintrins...Tanner Gooding1-2/+5
2019-05-01Fix module override effect on method instantiating signatureJan Vorlicek1-3/+33
2019-04-30Merge pull request #24258 from dotnet/NullableFeatureSantiago Fernandez Madero197-2984/+3069
2019-04-30Changing comments/names that refers to file switching to flushing insteadAndrew Au2-8/+8
2019-04-30Support for larger version bubbles in R2RDump (#24277)Tomáš Rylek8-132/+343