platform/upstream/dotnet/runtime.git
2021-07-30 Aleksey Kliger... Turn off DeterministicSourcePaths for hot reload CI...
2021-07-30 Jan VorlicekFix standalone GC critical section reentrancy (#56615)
2021-07-30 Eric ErhardtMove ILLink.LinkAttributes to shared and support Nullab...
2021-07-30 Steve PfisterEnable skipped SSC.Algorithms tests on Andorid (#56573)
2021-07-30 Manish GodseAdd gcServer legs to stand-alone (#56575)
2021-07-30 Steve PfisterShorten the workload manifest name for MSI generation...
2021-07-30 Fan YangDo not set CrossBuild to true when building runtime...
2021-07-30 John SalemHandle ambient activities in EventSource test (#56442)
2021-07-30 Eric ErhardtRemove unused AssemblyMetadataAttribute and TargetFrame...
2021-07-30 Aleksey Kliger... [icall] If Stream:BeginWrite/EndWrite are linked out...
2021-07-30 Tomas Weinfurtpull client certificate fixes from MsQuic (#56588)
2021-07-30 Tomas Weinfurtdisable test parallelization for http3 (#56413)
2021-07-30 Alexander KöplingerFix evaluate-changed-paths.sh script (#56617)
2021-07-30 Mitchell Hwang[libraries][Android] Move System.Text.RegularExpression...
2021-07-30 Pent PloompuuFix bad inlining in DateTime (#56466)
2021-07-30 Jan VorlicekRevert recent update of a docker image in eng/common...
2021-07-30 Elinor FungRemove redundant assembly loader tests (#56505)
2021-07-30 Miha ZupanFix BufferedStream outerloop test (#56618)
2021-07-30 Natalia KondratyevaFix QUIC stream handle leak (#56550)
2021-07-30 Miha ZupanAccount for AddressFamily pairs in NameResolution telem...
2021-07-30 Alexander NikolaevCheck _abortException before checking _shutdown flag...
2021-07-30 Anton FirszovEnable BeginAcceptV4BoundToAnyV4_Success with better...
2021-07-30 Anton FirszovMake LocalEndPointTest and some Connect tests non-paral...
2021-07-30 Karel ZikmundDisable Alpn_H3_Success (#56610)
2021-07-30 Steve PfisterEnable and tweak ThreadTests on Android (#56578)
2021-07-30 Steve PfisterEnable skipped CodeDom tests on Android (#56581)
2021-07-30 Aleksey Kliger... [loader] Call managed resolving events for the default...
2021-07-30 Stephen ToubFix divide-by-zero in RuntimeEventSourceHelper.GetCpuUs...
2021-07-30 Elinor FungRemove IIDToInterfaceTemplateCache (#56596)
2021-07-30 Neale Fergusons390x: Additional float32 fixes (#56360)
2021-07-30 Tomas WeinfurtEnable disabled QUIC tests (#56590)
2021-07-30 Karel ZikmundDisable test SendMoreThanStreamLimitRequests_Succeeds...
2021-07-30 Alexander KöplingerFix System.Configuration.ConfigurationManager.Tests...
2021-07-30 Peter SollichMove the logic to grow the mark list outside of #ifdef...
2021-07-30 Peter SollichOptimize region count (#56471)
2021-07-30 Pavel Savarafail fast if the delegate was collected prematurely...
2021-07-30 Bruce ForstallWork around a Linux arm32 unaligned data issue in Super...
2021-07-30 Ankit JainWasm.Build.Tests: `RunProcess` - wait for all async...
2021-07-30 Aaron RobinsonTest issue for reference tracking in Objective-C (...
2021-07-30 David WrightonRemove requirement that --input-bubble be specified...
2021-07-30 David WrightonWorkaround crossgen2/ilasm CI test pass incompatibility...
2021-07-30 LateApexEarlySpeedissue-50839 handle large int write input. (#53338)
2021-07-29 Prashanth GovindarajanAdd .* and .+ grouping tests for Regex (to capture...
2021-07-29 IlyaAvoid throwing in ToString() if the process has already...
2021-07-29 alesomasEnable ComWrappers API for cross-platform (#54838)
2021-07-29 Natalia KondratyevaFix HTTP/3 ALPN (#56215)
2021-07-29 Pent PloompuuEnable FileStream length caching with FileShare.Delete...
2021-07-29 Tarek Mahmoud... Fix System.Diagnostics Triple Slashes Comments (#56582)
2021-07-29 Tomas Weinfurtimprove quic client cert validation options on server...
2021-07-29 Viktor HoferDelete Microsoft.Private.CoreFx.OOB meta package (...
2021-07-29 Shay RojanskyAPI fix to System.Data batching API (#56525)
2021-07-29 dotnet-maestro... [main] Update dependencies from mono/linker (#56461)
2021-07-29 Tomas Weinfurtpull in new Helix Fedora image (#56429)
2021-07-29 Sergey AndreenkoFix Apple arm64 SIMD12(SIMD16) passing. (#56521)
2021-07-29 Tom DeseynConsole.Unix: support backspace during Console.Read...
2021-07-29 Jakob Botsch... Add Pettis-Hansen sort based on call graph data from...
2021-07-29 Miha ZupanAdd timeouts to SendAsync_CorrectVersionSelected_Loopba...
2021-07-29 Andrew AuMake sure we did suppress console output from tests...
2021-07-29 Manish Godseundo gcname while running crossgen2 within standalone...
2021-07-29 Zoltan Varga[mono] Fix the long opcode decompose pass when using...
2021-07-29 Thays Grazia[wasm][debugger] Fix javascript tests (#56489)
2021-07-29 Stephen ToubAvoid capturing current SynchronizationContext in Socke...
2021-07-29 Manish GodseChange area ownership for R2R (#56557)
2021-07-29 Zoltan Varga[mono][aot] Emit extra interp entry wrappers for long...
2021-07-29 Andy AyersJIT: fix pred list maintenance during fgUpdateFlowGraph...
2021-07-29 Zoltan Varga[mono] Export jit icalls on osx/catalyst as well. ...
2021-07-29 Alexander KöplingerFix IsolatedStorage initialization on Android (#56534)
2021-07-29 Zoltan Varga[mono] Fix an uninitialized memory access in the ABCREM...
2021-07-29 Thays Grazia[debugger] Improve debug after hot reload (#55869)
2021-07-29 Anton FirszovFix StreamWindowScaleThresholdMultiplier_HighValue_Wind...
2021-07-29 Egor BogatovRevert "JIT: Drop redundant static initializations...
2021-07-29 Aleksey Kliger... [mono] remove redundant DISABLE_PERF_COUNTERS option...
2021-07-29 Mitchell Hwang[libraries][Android] Re-enable test suites no longer...
2021-07-29 Eric StJohnFix the build of a couple SLNs (#56483)
2021-07-29 Karel ZikmundDisable test ResponseHeadersRead_SynchronizationContext...
2021-07-29 Bar ArnonRemove Reflection.Emit APIs (#56153)
2021-07-29 Peter SollichFix two issues with budget smoothing: (#56467)
2021-07-29 Alexander KöplingerUse Ubuntu instead of macOS pool for evaluate-paths...
2021-07-29 Elinor FungPass excludemonofailures in managed test build job...
2021-07-29 Tomas Weinfurtavoid NRE in MsQuicConnection ConnectAsync (#56283)
2021-07-29 Jakob Botsch... Support 8-byte alignment for 12-byte structs on ARM32...
2021-07-29 Steve PfisterAlter RuntimeComponentManifest.targets to use the corre...
2021-07-29 Noah FalkFix EventSource shutdown deadlock (#56453)
2021-07-29 Noah FalkReenable DiagnosticSource tests (#56500)
2021-07-29 Eric StJohnValidate ref project references (#56488)
2021-07-29 David WrightonCovariant return updates to ecma augments (#56496)
2021-07-28 Kunal PathakRefTypeZeroInit doesn't need treeNode (#56333)
2021-07-28 Noah FalkAdd missing doc comments (#56499)
2021-07-28 Ankit Jain[wasm] Fix Publish for Blazorwasm projects on VS17...
2021-07-28 Jan VorlicekFix redhat arm64 (#52244)
2021-07-28 Lakshan FernandoEventSource Manifest Trimmer test (#56463)
2021-07-28 Tarek Mahmoud... Fix fr-CA culture time formatting and parsing (#56443)
2021-07-28 Dan MoseleyUpdate area-owners.md (#56481)
2021-07-28 Kunal PathakAssert if we find undefined use during interval validat...
2021-07-28 Andy AyersJIT: properly update loop memory dependence when loops...
2021-07-28 Ulrich WeigandBuild support for s390x: corehost (#53949)
2021-07-28 Stephen ToubFix an assert in PoolingAsyncValueTaskMethodBuilder...
2021-07-28 Maxim LipninRe-enable System.IO.FileSystem.DriveInfoTests.DriveInfo...
2021-07-28 Matthew HillAdd validation for MetadataType attribute - Issue ...
2021-07-28 Mike McLaughlinFix createdump segfault writing crash report json ...
next