platform/upstream/dotnet/runtime.git
2020-05-08 Stephen ToubRemove unnecessary recursive locking from Http2Stream...
2020-05-08 Santiago Fernandez... Add staticapphost template entry to signexclusion file...
2020-05-08 Nikola MilosavljevicMerge pull request #36032 from NikolaMilosavljevic...
2020-05-08 David WrightonCompile methods in canon form only (#36011)
2020-05-08 Stephen ToubMake HttpResponseMessage.Content non-nullable (#35910)
2020-05-08 Stephen ToubTranslate all ObjectDisposedExceptions to SocketExcepti...
2020-05-07 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2020-05-07 Nikola Milosavljevic... Do not package singlefilehost.exe in shared runtime
2020-05-07 Tomas Weinfurtadd requirement doc for FreeBSD (#35704)
2020-05-07 Tomas Weinfurtimprove handling of handshake failure (#35549)
2020-05-07 Viktor HoferRemove TargetFramework reads in eng/testing (#35954)
2020-05-07 Viktor HoferMove tfmsuffix file to fix DesignTimeBuild (#35969)
2020-05-07 Jose Perez... Adding Linux support to System.DirectoryServices.Protoc...
2020-05-07 Simon NattressUse type system entities instead of strings for node...
2020-05-07 Jan KotasDelete FEATURE_CORRUPTING_EXCEPTIONS (#35938)
2020-05-07 Michal StrehovskýRe-enable default interface methods tests on ARM64...
2020-05-07 Adam SitnikChange epoll thread count (#35800)
2020-05-07 Egor Chesakov[Arm64] ASIMD Rename AddReturningHighNarrow to AddHighN...
2020-05-07 Jan VorlicekFix the stackoverflow test output checks (#35914)
2020-05-07 Jeremy KoritzinskyUse C++11 alias templates instead of macro-defined...
2020-05-07 Stephen ToubFix crashes when tracing enabled and Socket disposed...
2020-05-07 Matt WarrenFix broken links on Botr doc (#35973)
2020-05-07 Alois-xxRemove superflous CheckReleased call which will slow...
2020-05-07 Sung Yoon WhangFix a potential memory leak due to EventPipe buffer...
2020-05-07 Stephen ToubRemove FromAsync usage from UDPClient (#35719)
2020-05-07 Vlad Brezae[interp] Remove unnecessary code (#35952)
2020-05-07 Carol EidtFix buffer overflow in assert (#35902)
2020-05-07 Koundinya VeluriSkip processing async operations from epoll thread...
2020-05-07 Steve PfisterFix build issue w/ libs.tests subset on mono (#35905)
2020-05-07 dotnet-maestro... [master] Update dependencies from 3 repositories (...
2020-05-07 Egor Bogatov[mono] Fix 32bit Android build (#35907)
2020-05-07 Stephen ToubImprove HTTP/2 scaling performance (#35694)
2020-05-07 Cédric LuthiSimplify build on macOS (#35570)
2020-05-07 Aaron RobinsonReenable unmanagedcallersonly related tests (#35926)
2020-05-07 Anirudh Agnihotryusing the new sdk hook (#35799)
2020-05-07 Santiago Fernandez... Add app-local support for ICU (#35383)
2020-05-07 Stephen ToubStop spamming System.Net.Http.Tests output with HTTP...
2020-05-07 Tanner GoodingHave SIMDIntrinsicUpperSave and SIMDIntrinsicUpperResto...
2020-05-07 Tanner GoodingEnsure we account for intrinsics which have gtType...
2020-05-06 Santiago Fernandez... Disable JIT.HardwareIntrinsics NotSupported runtime...
2020-05-06 Sung Yoon WhangFix ETWFireEvent macro to emit events correctly (#35737)
2020-05-06 David WrightonReduce allocated object cost of debug info (#35873)
2020-05-06 David WrightonAdd methods to the compilation graph without a full...
2020-05-06 Egor BogatovRyuJIT: x*2 -> x+x; x*1 -> x (fp) (#33024)
2020-05-06 Gleb BalykovFix Linux x86 build error related to #35552 (#35892)
2020-05-06 Anton LapounovFix GC hole in ReadyToRun code on ARM64 (#35858)
2020-05-06 Egor BogatovAdd basic OpenSSL support to Android (#35893)
2020-05-06 Marie PíchováMoved NoWriteNoSeekStreamContent to WinHttpHandler...
2020-05-06 imhameedEnable more formerly-failing-on-mono tests. (#35849)
2020-05-06 David WrightonImprove Crossgen2 performance via sorting improvements...
2020-05-06 Carol EidtMore SuperPmi Tweaks (#35875)
2020-05-06 Viktor HoferRe-enable xunit.console code coverage (#35894)
2020-05-06 Alexis Christoforides[mono] Reintroduce an internal Marshal class method...
2020-05-06 Egor Bogatov[mono] Enable XHarness CLI for Android tests (#35786)
2020-05-06 Stephen ToubFix nullable warnings in HttpStress (#35862)
2020-05-06 Stephen ToubRemove duplicate tests from System.Linq.Tests (#35840)
2020-05-06 Stephen ToubRemove duplicate tests from System.IO.FileSystem.Tests...
2020-05-06 Viktor HoferChange netcoreapp5.0 to net5.0 (#35176)
2020-05-06 Santiago Fernandez... Update arcade from build 20200505.6 (#35871)
2020-05-06 monojenkins[interpreter] Fix incorrect arg storage for arm softfp...
2020-05-06 Peter SollichFixes to EtwCallback and EtwCallbackCommon: (#35793)
2020-05-06 Steve MacLeanRevert "Restore Seperate test builds, but fix broken...
2020-05-06 Tanner GoodingAdding a clarifying comment as to why HWIntrinsicInfo...
2020-05-06 Vladimir SadovBuild an apphost with hostfxr and hostpolicy linked...
2020-05-06 Nathan RicciCreate CI Lane for Mono in Interpreter Mode running...
2020-05-05 Kunal PathakARM64 intrinsic support for Vector64.Create() and Vecto...
2020-05-05 Santiago Fernandez... Disable NonDisposedSocket_SafeHandlesCollected test...
2020-05-05 Stephen ToubReduce unnecessary Regex match attempts for expressions...
2020-05-05 Aaron RobinsonUnmanagedCallersOnlyAttribute in load_assembly_and_get_...
2020-05-05 Eirik TsarpalisMigrate CBOR classes to System.Formats.Cbor namespace...
2020-05-05 Stephen ToubRemove duplicate tests from System.Linq.Parallel.Tests...
2020-05-05 Stephen ToubDisable preEnumerateTheories for running tests (#35837)
2020-05-05 dotnet-maestro... [master] Update dependencies from mono/linker dotnet...
2020-05-05 Kevin JonesFix duplicate theories warning in S.S.C.Algorithms
2020-05-05 Larry EwingMerge pull request #35813 from monojenkins/sync-pr...
2020-05-05 Stefan Nikoleiremoved unused vars from System.DirectoryServices ...
2020-05-05 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2020-05-05 Michal StrehovskýSynchronize SR.cs (#35830)
2020-05-05 Vladimir SadovEnable test for MemoryBarrierProcessWide on arm64....
2020-05-05 Viktor HoferMove test results into TestResults directory (#35829)
2020-05-05 Zoltan VargaPreserve fields of AssemblyLoadContext since its access...
2020-05-05 monojenkinsAdd soft debugger support to s390x (#35781)
2020-05-05 Jan VorlicekMerge pull request #35794 from janvorli/mark-event...
2020-05-05 Swaroop SridharBundleProbe: Disable a test to keep rolling builds...
2020-05-05 Simon NattressCompile SERP (#35729)
2020-05-05 Bruce ForstallFix error with superpmi.py if `-output_mch_path` not...
2020-05-05 Sergey AndreenkoDon't retype struct as primitive types in import. ...
2020-05-05 Levi BroderickAddress some new Roslyn nullability warnings (#35782)
2020-05-05 Mike McLaughlinFix a couple of Windows createdump issues (#35820)
2020-05-05 Elinor FungSeparate registration for global ComWrappers instance...
2020-05-05 Swaroop SridharBundleProbe: Disable a test to keep rolling builds...
2020-05-05 Santiago Fernandez... Reduce usage of Win7 and Win8 queues, move to CI and...
2020-05-05 Matt GalbraithMove FreeBSD builds to DncEng Pool provider builds...
2020-05-05 Tanner GoodingAdding basic support for recognizing and handling SIMD...
2020-05-04 Maoni Stephensfix a regression introduced by Refactor handling of...
2020-05-04 Miha ZupanRemove dead field in Uri (#33044)
2020-05-04 Nathan RicciDisable failing stack overflow test on mono. (#35812)
2020-05-04 Santiago Fernandez... CultureInfo and CultureData use OS information to initi...
2020-05-04 Andrew AuMake corerun exit code more useful (#35684)
2020-05-04 Egor BogatovOptimize Vector4.Lerp (#35525)
next