summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-14[release/3.1] Port fix for JIT silent bad code (#27972)Andy Ayers3-5/+101
2020-01-14Fix CancellationTokenRegistration.Unregister race condition (#27949)Stephen Toub1-1/+9
2020-01-14Release/3.1 port of dotnet/runtime#239 (#27973)Andy Ayers3-1/+73
2020-01-14Fix EventSource to stop ignoring EventCommand.SendManifest (#27979)Sung Yoon Whang1-2/+0
2020-01-14Stop throwing exception in TimeZoneInfo POSIX parsing (#27969)Eric Erhardt2-33/+26
2020-01-14This is a point fix for not allowing fast tail calls on windows arm64 for var...Jarret Shook1-0/+13
2020-01-14Port to 3.1 - Fix out of range access in GetRecycleMemoryInfo (#27959)Jan Vorlicek1-1/+3
2020-01-14Port to 3.1 - Fix VirtualMemoryLogging::logRecords overflow (#27958)Jan Vorlicek1-4/+4
2020-01-14Port to 3.1 - Fix getting affinity set on MUSL on Jetson TX2 (#27957)Jan Vorlicek3-5/+4
2020-01-14update branding to 3.1.2 (#27981)Anirudh Agnihotry1-1/+1
2019-12-05Use 3.1.100 SDK in 3.1 build (#27965)Matt Mitchell1-1/+1
2019-12-05[release/3.1] Update dependencies from dotnet/arcade (#27927)dotnet-maestro[bot]7-24/+340
2019-12-02[automated] Merge branch 'release/3.0' => 'release/3.1' (#27922)dotnet-maestro-bot4-9/+5
2019-12-02Change non_virtual_calls_to_instance_methods test to non-il-sdk format (#27952)Juan Hoyos4-10/+26
2019-11-28Disable formatting jobs in release/3.1 (#27954)Jarret Shook2-11/+11
2019-11-26update branding for 3.1 sevicing (#27921)Anirudh Agnihotry2-2/+4
2019-11-22Non virtual calls to instance methods non-virtual dispatch on instance interf...David Wrighton4-1/+509
2019-11-21Move off of the old arm32 queue (#27906)Jarret Shook1-8/+8
2019-11-20[release/3.1] Update dependencies from dotnet/arcade (#26886)dotnet-maestro[bot]19-782/+296
2019-11-14Update PreReleaseVersionLabel to RTM (#27885)William Godbe1-1/+1
2019-11-11[release/3.1] Fix use of ilasm during test builds when using a 3.0 SDK (#27818)Juan Hoyos6-11/+57
2019-11-11Revert "stablixe package (#27740)" (#27816)William Godbe1-1/+1
2019-11-11stablixe package (#27740)Anirudh Agnihotry1-1/+1
2019-11-11Merge pull request #27742 from dotnet/darc-release/3.1-d5e14434-9c47-489d-80e...William Godbe3-9/+18
2019-11-11[release/3.1] Reword comments for policheck (#27670)Jeremy Koritzinsky3-13/+13
2019-11-08Fixup PrivateAssets->ExcludeAssetswtgodbe1-1/+1
2019-11-08Add packagereference to System.IO.FileSystem.AccessControlwtgodbe3-0/+8
2019-11-08Set RuntimeFrameworkVersion in CoreFx.depprojwtgodbe1-0/+1
2019-11-08Line up corefx & core-setup versionswtgodbe2-6/+6
2019-11-07Update dependencies from corefxwtgodbe2-6/+6
2019-11-07Update dependencies from https://github.com/dotnet/core-setup build 20191103.2dotnet-maestro[bot]2-3/+3
2019-10-31Fix StreamReader to pass cancellation token into ReadBufferAsync (#27464) (#2...Stephen Toub1-9/+9
2019-10-30Support large EventSource filter args (#27522)Noah Falk1-11/+17
2019-10-30Fix minidumps not loading in VS issue (#27553)Mike McLaughlin3-10/+5
2019-10-30[Release/3.1] Port profiler APIs to set and retrieve environment variables to...David Mason5-1873/+3011
2019-10-30Rebrand to preview3 (#27552)William Godbe1-1/+1
2019-10-24[3.1] Protect against a rare invalid lock acquision attempt during etw proces...Koundinya Veluri2-5/+15
2019-10-22Fix step with stackalloc (#27246) (#27351)Steve MacLean8-97/+77
2019-10-21Fix LTTng build for build environments with older liblttng-ust-dev (#27273) ...Sung Yoon Whang2-1/+12
2019-10-21[Release/3.1] Fixes for profiler stack sampling (#27300)David Mason4-1874/+1892
2019-10-21[3.1] Backport fixes to ETW/EventPipe events to enable GCDumps (#27297)John Salem1-7/+9
2019-10-20Fix Segfault in PerfInfo Image Logging (#26910)Brian Robbins1-2/+15
2019-10-17Fix DecoderNLS.Convert to out the correct value for 'completed' (#27229)Levi Broderick2-3/+11
2019-10-17Enable ETW/EventSource logging of task IDs for boxed state machines (#27115) ...Stephen Toub1-1/+3
2019-10-16Fix GetSequencePoints when profiler provides mapping via SetILInstrumentedCod...David Mason1-2/+8
2019-10-15Improve the performance of Environment.WorkingSet in Windows (#26522) (#27212)Sung Yoon Whang5-24/+65
2019-10-14Do not create diagnostics server thread and pipe if EnableDiagnostics is set ...Sung Yoon Whang2-1/+7
2019-10-14Correctly handle variable argument SIMDScalar (#26421) (#26778)Carol Eidt1-1/+10
2019-10-14Enable optimized single-proc allocation helpers for single-proc x86/x64 syste...Jan Kotas1-4/+4
2019-10-14Fix available memory extraction on Linux (#26764) (#26938)agoretsky4-27/+349