platform/upstream/dotnet/runtime.git
2021-05-21 Ulrich WeigandBig-endian fix: JsonWriterHelper (#52790)
2021-05-21 Jakob Botsch... Implement 64-bit type handle histogram counts (#52898)
2021-05-21 Tomas Weinfurtadd SslStream_RandomWrites_OK test (#52682)
2021-05-21 Juan HoyosAdd mibc to the PE family of signatures (#53048)
2021-05-21 Radek Doulik[wasm] Fix few paths (#53049)
2021-05-21 Jo ShieldsRename Mac Catalyst dylib to libmonosgen, not libcorecl...
2021-05-21 Filip NavaraMake DSA.Create, AesCcm, AesGcm, ChaCha20Poly1305 throw...
2021-05-21 Elinor FungAdd UnmanagedCallConvAttribute (#52869)
2021-05-21 SingleAccretionAdd a missing end of line to JITDUMP in lclmorph.cpp...
2021-05-21 Sergey AndreenkoDelete an unnecessary pessimization for x86. (#52803)
2021-05-21 Miha ZupanFix DataCommonEventSource EnterScope (#53043)
2021-05-20 Jose Perez... Resolving ILLink warnings for Microsoft.Extensions...
2021-05-20 Tomáš RylekDisable crossgen2determinism test on OSX arm64 (#53045)
2021-05-20 Steve PfisterMake the lookup for getApplicationProtocol optional...
2021-05-20 Alexander KöplingerFix OperatingSystem.IsAndroidVersionAtLeast() (#53034)
2021-05-20 Andrii KurdiumovReturn null when Variant contains BSTR (#53030)
2021-05-20 Ben AdamsStringValues.Count test null first (#52508)
2021-05-20 imhameed[mono] LLVM 11 compatibility fixes (#53019)
2021-05-20 Katelyn GaddSupport string interning for InvokeJS, address string...
2021-05-20 Steve MolloyUse Assembly.Load as first option to load TempAssembly...
2021-05-20 Ivan Diaz SanchezPrint R2RDump Statistics in the Output File Instead...
2021-05-20 Vladimir Sadovmake TestBasePriorityOnWindows not fail when ruinning...
2021-05-20 Andy AyersJIT: fix invocation of unboxed entry when method return...
2021-05-20 Steve PfisterEnable Android arm device tests (#52935)
2021-05-20 Alexander KöplingerFix installer tests on runtime-staging (#53025)
2021-05-20 Steve HarterJsonNode trimmability improvements (#52934)
2021-05-20 Vladimir SadovCouple simple cleanups in singlefile/bundle (#52995)
2021-05-20 Jan VorlicekMove metadata off the executable heaps (#52912)
2021-05-20 Johan LorenssonAdd native EventPipe event source generation into Mono...
2021-05-20 Johan LorenssonHandle thread at safe point as managed frame in Sample...
2021-05-20 Viktor HoferReact to MSBuild Traversal and NoTargets SDK updates...
2021-05-20 Aaron RobinsonEnsure test delegates survive during native usage....
2021-05-20 Aaron RobinsonObjective-C msgSend* support for pending exceptions...
2021-05-20 David WrightonFix crossgen2 comp jobs (#52949)
2021-05-20 hrrrrusticCoreLib missed Equals nullable annotations (#52167)
2021-05-19 Jeremy KoritzinskyAdd basic natvis visualizations for some VM types ...
2021-05-19 Tlakaelel Axayakatl... Enable single file analyzer in the runtime (#50894)
2021-05-19 Sergey AndreenkoCut target.h into pieces. (#52952)
2021-05-19 Jose Perez... Resolve ILLink warning on Microsoft.Extensions.Options...
2021-05-19 Viktor HoferStop reading TargetFramework prop in props files (...
2021-05-19 Tarek Mahmoud... Regression and Perf Fixes (#52956)
2021-05-19 Fan YangDisable a failing test (#52970)
2021-05-19 Ulrich WeigandAdd public Architecture enum value for s390x (#52906)
2021-05-19 Kevin JonesSupport ChaChaPoly1305 on Android if available
2021-05-19 Filip NavaraImplement iOS PAL for S.S.C.X509Certificates
2021-05-19 Levi BroderickObsolete SuppressIldasmAttribute and remove ildasm...
2021-05-19 Mitchell Hwang[MacCatalyst][libraries] Add specific SkipOnPlatform...
2021-05-19 Alexander KöplingerFix link to servicing PR template (#52961)
2021-05-19 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2021-05-19 Kevin JonesFix OpenSSL detection in PlatformDetection for Android...
2021-05-19 Adam SitnikExtend FileStreamOptions with BufferSize, allow to...
2021-05-19 Larry EwingRemove exclusion for https://github.com/dotnet/runtime...
2021-05-19 Eric StJohnRemove the use of IsPartialFacadeAssembly in refererenc...
2021-05-19 Egor BogatovJIT: Convert some of the old-style intrinsics to NamedI...
2021-05-19 Kunal PathakRefactor LSRA's heuristics selection (#52832)
2021-05-19 Andy AyersJIT: peel off dominant switch case under PGO (#52827)
2021-05-19 Ankit Jain[wasm] Cleanup native build parts of WasmApp.targets...
2021-05-19 Eric ErhardtRemove From header validation from System.Net.Http...
2021-05-19 Aaron RobinsonFix casting issue (#52948)
2021-05-18 Alexander KöplingerUse OperatingSystem APIs instead of RuntimeInformation...
2021-05-18 Aleksey Kliger... [build] Define NO_UNALIGNED_ACCESS for 32-bit arm platf...
2021-05-18 Alexander KöplingerFix backport GitHub Action (#52938)
2021-05-18 Egor BogatovDon't call result.ToString() in Random.AssertInRange...
2021-05-18 Anirudh Agnihotryupdate branding (#52921)
2021-05-18 Anton FirszovHttpStress: also disable firewall for HTTP2 (#52643)
2021-05-18 Miha ZupanAvoid test race condition between two completing reques...
2021-05-18 hrrrrusticObsolete Socket.UseOnlyOverlappedIO (#52475)
2021-05-18 Marek SafarFix errors formatting to show full information in resou...
2021-05-18 Egor BogatovJIT: Optimize *x = dblCns to *x = intCns (#52298)
2021-05-18 Nikola MilosavljevicAdd CBL-Mariner deps package (#52924)
2021-05-18 Andy AyersJIT: don't allow negative edge weights (#52884)
2021-05-18 Alexander KöplingerDisable ProcessorCount_Windows_RespectsJobCpuRateAndCon...
2021-05-18 Viktor HoferFix OfficialBuildId property passing down to scripts...
2021-05-18 Jo ShieldsAdd support for building and using Mac Catalyst offsets...
2021-05-18 dotnet-maestro... Update dependencies from https://github.com/mono/linker...
2021-05-18 dotnet-maestro... Update dependencies from https://dev.azure.com/dnceng...
2021-05-18 Adeel MujahidQuote property value (#52917)
2021-05-18 Pent PloompuuFaster unsigned division by constants (#52893)
2021-05-18 dotnet-maestro... [main] Update dependencies from dotnet/icu dotnet/xharn...
2021-05-18 Ulrich WeigandFix ABI problem when marshalling X509VerifyStatusCode...
2021-05-18 Ulrich WeigandAllow building paltests without coreclr_misc (#52899)
2021-05-18 Michal StrehovskýReflection-annotate the ReflectObj test (#52896)
2021-05-18 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2021-05-18 Marie PíchováFixed state handling in case of StreamSend fails. ...
2021-05-18 Ulrich WeigandBuild support for s390x: eng scripts (#52840)
2021-05-18 Adeel MujahidFix versions for Libs subset's native artifacts (#52799)
2021-05-18 Aleksey Kliger... [reflection] Add GC Unsafe transitions on embedding...
2021-05-18 Alexander KöplingerCleanup eglib config handling on Windows (#52855)
2021-05-18 Zoltan Varga[mono][aot] Fix --full-aot-interp support on amd64...
2021-05-18 Tanner GoodingPort SIMDIntrinsicGetItem and SIMDIntrinsicSetItem...
2021-05-18 dotnet-maestro... [main] Update dependencies from dotnet/arcade dotnet...
2021-05-18 James Newton... WinHttpHandler: Add support for bidirectional streaming...
2021-05-18 Adam SitnikAllow to specify file preallocation size (#51111)
2021-05-18 Aaron RobinsonRevert "Faster unsigned division by constants (#49585...
2021-05-18 Elinor FungConditionally run CallSitesAreUniquePerServiceTypeAndSl...
2021-05-18 Pent PloompuuFaster unsigned division by constants (#49585)
2021-05-18 Elinor FungStop including some unused files for p/invokes (#52865)
2021-05-18 David WrightonAdd support in Reflection.Emit and GetInterfaceMap...
2021-05-18 dotnet-maestro... [main] Update dependencies from dnceng/internal/dotnet...
2021-05-18 Omair MajidAlways call CloseHandle in AsmMan::EmitManifest (#50372)
next