platform/upstream/dotnet/runtime.git
2021-01-07 Aleksey Kliger... [Mono] enable tests that seem to pass (#43407)
2021-01-07 Johan LorenssonBackport changes affecting EventPipe from PR 45672...
2021-01-07 Johan LorenssonBackport changes affecting EventPipe from PR 38225...
2021-01-07 Johan LorenssonBackport parts of EventPipe PR 43711 not currently...
2021-01-07 Jeremy KoritzinskyDon't consider types with empty base classes blittable...
2021-01-07 Jeremy KoritzinskyIntroduce CallConvSuppressGCTransition type to enable...
2021-01-07 Sung Yoon WhangFix TestsManifestGeneration tests (#46658)
2021-01-06 Santiago Fernandez... Bring back checkout bundle for PRs until AzDo fixes...
2021-01-06 Vlad BrezaeDisable runtime tests that hit known limitations (...
2021-01-06 Stephen ToubFix rare cleanup race condition in Task.Delay (#46631)
2021-01-06 Andy AyersJIT: clear patchpoint flags during block split (#46637)
2021-01-06 Mitchell Hwang[mono] Add MonoAOTCompiler MSBuild Task to produce...
2021-01-06 dotnet-maestro... Update dependencies from https://github.com/mono/linker...
2021-01-06 Geoff KizerImplement and use MultiArrayBuffer (#44980)
2021-01-06 Andy AyersPGO: don't record info for collectible classes (#46611)
2021-01-06 Maxim Lipnin[mono] Add functional tests for the supported platforms...
2021-01-06 Jeremy KoritzinskyDisable TC for UnmanagedCallersOnly methods. (#46550)
2021-01-06 Tanner GoodingFix conversions from subnormal System.Half values ...
2021-01-06 Andy AyersJIT: fix layering of profile and model inlining policie...
2021-01-06 Jan KotasConvert Debugger.Log and Debugger.Launch to QCalls...
2021-01-06 Lukas LanskyFixing doc link to maximum file path limitation removal...
2021-01-06 Egor Bogatov[Android] Implement RSA encryption using Android SDK...
2021-01-06 Anton FirszovFix Socket.ReceiveFrom on Unix (#46151)
2021-01-06 Anirudh Agnihotryset BuildingInsideOfficialBuild (#46615)
2021-01-06 Jan KotasDelete reflection blocking on GetThreadDeserializationT...
2021-01-06 Nikola MilosavljevicRemove duplicate bundle WXL file (#46599)
2021-01-06 Aleksey Kliger... [Mono][jit] Emit GC transitions for "calli unmanaged...
2021-01-06 Adeel MujahidCleanups after awk dependency removal (#46574)
2021-01-06 Sergey AndreenkoFix `assert(isByteReg(ireg))`. (#46567)
2021-01-06 Egor ChesakovRemove JIT_FLAG_PROF_REJIT_NOPS (#46560)
2021-01-06 Adeel MujahidHandle '/' in locale name in PAL (#46601)
2021-01-05 Omair MajidFix build errors using GCC 11 (#46334)
2021-01-05 Zoltan VargaPass an alc to Assembly.Load() in GetSatelliteAssembly...
2021-01-05 Ankit JainCleanup, and little improvement for aggressive trimming...
2021-01-05 monojenkinsEnsure special static slots respect alignment. (#43683)
2021-01-05 Ryan Lucia[mono] Add support for PINVOKE_OVERRIDE (#46442)
2021-01-05 Marek SafarUse assembly name formatting code for missing satellite...
2021-01-05 dotnet-maestro... [master] Update dependencies from mono/linker (#46557)
2021-01-05 Tomas WeinfurtUse Centos8 instead Centos7 for Helix tests (#46205)
2021-01-05 Eric ErhardtRemove StartupHooks ILLink warning suppressions from...
2021-01-05 Aaron RobinsonReturn actual LoadLibrary failures for IJW scenarios...
2021-01-05 James Newton... HTTP/3: Header encoding and decoding fixes (#46565)
2021-01-05 dotnet-maestro... [master] Update dependencies from dotnet/llvm-project...
2021-01-05 Stephen ToubUpdate MicrosoftCodeAnalysisNetAnalyzersVersion (#46581)
2021-01-05 Stephen ToubRemove ThreadStart delegate allocation from TryCreateWo...
2021-01-05 Sung Yoon WhangFix incorrect IsEnabled check on TplEventSource.TaskWai...
2021-01-05 Brian RobbinsCheck EnabledFor* individually for non-self-describing...
2021-01-05 Steve PfisterSet WasmBuildDir so that AOT tests can properly run...
2021-01-05 Dan MoseleyImprove generated dump debugging instructions (#46493)
2021-01-05 Zoltan VargaAvoid an exception in Exception.GetCaptureState() if...
2021-01-05 Dan MoseleyIncrease timeout for ProcessWaitingTests.WaitAsyncForSi...
2021-01-05 Jan KotasDelete stale x86 TODOs from crossgen2 (#46562)
2021-01-05 Zoltan VargaAdd a NOSTRIP make variable to allow the wasm runtime...
2021-01-05 monojenkins[marshal-ilgen] Fix NULL check for blittable out lparra...
2021-01-05 Kenneth Pouncey[browser][websocket] Fix for Close Description validati...
2021-01-05 Mike McLaughlinFix createdump fault in diagnostic tests (#46554)
2021-01-05 Justin KotalikFix setting timeout too early for QuicConnectionlistene...
2021-01-05 Egor ChesakovUpdate SKIP_ALLOC_FRAME to match 3.1, 5.0 and 6.0 instr...
2021-01-05 Zoltan VargaFix array interface generation if both IList and IReadO...
2021-01-05 Santiago Fernandez... Update changed paths to consider new path updates ...
2021-01-04 Anirudh Agnihotrymove netcore platforms and targets to csproj (#46474)
2021-01-04 Dan Moseleylog ulimit (#46511)
2021-01-04 dotnet-maestro... [master] Update dependencies from mono/linker (#46531)
2021-01-04 Dan MoseleyImprove msg for corrupted perf counters (#46535)
2021-01-04 Anirudh AgnihotryRemove targets* platform condition from project referen...
2021-01-04 Mitchell Hwang[wasm] Standup EnableAgressiveTrimming for library...
2021-01-04 Dan MoseleyAdd memory related logging to S.R.IS tests in Helix...
2021-01-04 Ben AdamsFurther optimize storage of icu locale data (#45643)
2021-01-04 Adam Sitnikuse a different way of removing the access for the...
2021-01-04 Emile CormierHalf conversion test cases for subnormal corner cases...
2021-01-04 Zoltan VargaAdd support for rebuilding the wasm executable in non...
2021-01-04 xiang17Fix bug in W3C ID version check (#46492)
2021-01-04 Adeel MujahidUpdate to latest centos 7 prereqs image (#46422)
2021-01-04 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2021-01-04 Ryan Lucia[mono] Fix DISABLE_REFLECTION_EMIT on netcore (#46443)
2021-01-03 Dan MoseleyRemove some dead stuff (#46494)
2021-01-03 dotnet-maestro... [master] Update dependencies from dotnet/xharness dotne...
2021-01-03 monojenkins[llvm] Change branch weights for GC safe points to...
2021-01-02 hrrrrusticremove lo argument in ArratSortHelper.DownHeap (#46503)
2021-01-02 monojenkinsFix building interp-whitebox test. (#46388)
2021-01-02 monojenkins[jit] Make the stelem helper calls non-virtual if possi...
2021-01-02 monojenkins[wasm] Handle the case when emscripten interleaves...
2021-01-01 Mitchell HwangRemove MainAssembly parameter from WasmAppBuilder ...
2020-12-31 Sergey AndreenkoFix arm64 wrong multireg copies from reg to small type...
2020-12-31 Steve MacLeanApple Silicon Fix GCStressC (#46471)
2020-12-31 Aleksey Kliger... Remove managed Mono.MonoDomainSetup class and MonoAppDo...
2020-12-31 Viktor HoferAllow incremental servicing of packages and more packag...
2020-12-30 Dan MoseleyRemove dead code in XML (#46454)
2020-12-30 Justin KotalikAllow idle timeout to be inherited from msquic (#46207)
2020-12-30 Vladimir SadovThread abort exceptions, do not preallocate + some...
2020-12-30 Roman MarusykUse Strings.resx file for the exception messages (...
2020-12-30 Geoff Kizermove SocketTaskExtensions methods to Socket class ...
2020-12-30 Steve MacLeanAdhoc codesign corrupt signatures (#46435)
2020-12-29 Anirudh Agnihotryuse nuget pack task from the package instead of the...
2020-12-29 Viktor HoferDelete all.locproj (#46449)
2020-12-29 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2020-12-29 Benjamin BartelsILVerify Testing documentation changes (#46418)
2020-12-28 Egor Bogatov[RyuJIT] Don't optimize "x < 0" to shift for unsigned...
2020-12-28 Egor BogatovRyuJIT: Remove redundant memory barrier for XAdd and...
2020-12-28 dotnet-maestro... [master] Update dependencies from mono/linker (#46428)
next