summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-25[Tizen] Add prebuilt libicu-57.1 librariesjunghyuk.park24-0/+16
2020-03-25[Tizen] Add BuildTools v3.1.3Gleb Balykov4651-0/+1368388
2020-02-18[3.1] Fail FuncEval if slot backpatching lock is held by any thread (#28006)Koundinya Veluri4-3/+89
2020-02-18Port dotnet/runtime#31946 to release/3.1 branch (#28014)Levi Broderick1-1/+5
2020-02-18Fix AppDomain.SetPrincipalPolicy bug for new threads (#32104) (#28019)Eirik Tsarpalis1-3/+4
2020-02-18Fix build on systems with glibc >= 2.30 (#28012)Omair Majid1-0/+4
2020-02-18Port dotnet/runtime#31904 to release/3.1 (#28013)Levi Broderick3-156/+92
2020-02-14Update dependencies from https://github.com/dotnet/arcade build 20200213.5 (#...dotnet-maestro[bot]12-56/+200
2020-02-13Port of dotnet/runtime#1059 to 3.1 branch (#27986)Carol Eidt3-2/+102
2020-02-13Port fix for #1241 to 3.1 (#27983)Carol Eidt3-12/+123
2020-02-13Port PR #258 to 3.1 (#27984)Carol Eidt3-6/+81
2020-02-13Fix GC heap corruption on ARM. (#27985)Anton Lapounov1-1/+1
2020-02-13Port the 5.0 fix for issue #1104 (#28003)Brian Sullivan3-1/+96
2020-02-13update branding for 3.1.3 (#28016)Anirudh Agnihotry2-2/+2
2020-01-16[automated] Merge branch 'release/3.0' => 'release/3.1' (#28002)dotnet-maestro-bot5-5/+24
2020-01-15[release/3.1] Port fix to revert EncoderNLS and DecoderNLS Convert changes (#...Levi Broderick3-10/+38
2020-01-15Update branding to 3.1.2 (#27998)Matt Mitchell1-1/+1
2020-01-14Revert CPU clipping in the presence of CPU quota to 3.0, 2.x behavior.Vladimir Sadov3-0/+17
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