platform/upstream/dotnet/runtime.git
2022-07-15 Elinor FungUpdate UserTypeMarshallingV2.md to match approved desig...
2022-07-15 Ankit Jain[wasm] Set TrimMode=partial by default, which is equiva...
2022-07-15 Stephen ToubFix chain cleanup in SslStream.SelectClientCertificate...
2022-07-15 Pavel Savarawasm, js interop ownership (#72215)
2022-07-14 Viktor HoferRemove hardcoded non trimmable assemblies in oob.proj...
2022-07-14 Viktor HoferRemove IsPreRelease msbuild property (#72169)
2022-07-14 Adeel MujahidMake llvm-objcopy preferred; no required (#72208)
2022-07-14 Carlos SanchezFix tar checksum calculation bug (#72139)
2022-07-14 Juan HoyosUse open images in HTTP/SSL pools (#72218)
2022-07-14 Elinor FungAllow marshaller entry-point type to be a struct (...
2022-07-14 Stephen ToubUse u8 in a few more places (#71992)
2022-07-14 Stephen ToubFix more success path finalization in System.Security...
2022-07-14 Andrew AuFix a broken dprintf (#72198)
2022-07-14 Eirik TsarpalisFix stackoverflow issue when creating recursive contrac...
2022-07-14 David MasonRe-enable releaseondetach profiler test (#72144)
2022-07-14 Andrew AuRefactor segment size computation (#71178)
2022-07-14 Jan KotasFix error handling for generic arguments constrained...
2022-07-14 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2022-07-14 Radek ZikmundImplement HttpProtocolException for HTTP/3 (#72095)
2022-07-14 SingleAccretionGeneralize init block morphing a little (#70899)
2022-07-14 Filip NavaraFix incorrect buffer reallocation in AcceptSecurityCont...
2022-07-14 Pavel Savara[wasm] JSImport feedback (#72174)
2022-07-14 Paulus PärssinenUtilize new APIs more in System.Formats.Asn1
2022-07-14 Egor BogatovVector.Shuffle should use SSE2 for double overload...
2022-07-14 Jo ShieldsDon't explicitly link ICU into Mono (#70088)
2022-07-14 Ivan Povazan[mono] Refactor UnmanagedCallersOnly_MonoAot tests...
2022-07-14 JoeAdd missing inlining attribute (#72058)
2022-07-14 LateApexEarlySpeedConfigurationBinder should support binding private...
2022-07-14 Egor BogatovRemove an assert from impHWIntrinsic (#72084)
2022-07-14 David MasonGet rid of hardcoded sleep in tracing/runtimeeventsourc...
2022-07-14 Jakob Botsch... Fix WritePGOData (#72083)
2022-07-14 Ilona Tomkowicz[wasm][debugger][firefox] Added exception handling...
2022-07-14 Elinor FungSupport caller-allocated buffer for stateless collectio...
2022-07-14 Zoltan Varga[wasm][aot] Avoid making the 'this' variable volatile...
2022-07-14 Michal StrehovskýSpeed up ThreadLocalStatics_Test in DEBUG builds (...
2022-07-14 Will SmithUse `-unicode` instead of `/unicode` for linux ildasm...
2022-07-14 Stephen ToubFix more SafeHandle cleanup in Windows crypto PAL ...
2022-07-14 Stephen ToubFix Tar stream seeking, flushing, and argument validati...
2022-07-14 Michal StrehovskýFix all outstanding S.Linq.Expressions failures (#72077)
2022-07-14 Dan MoseleyMix newer kernel versions into library test matrix...
2022-07-14 Isabel SerratoUpdate DependencyGraphViewer to allow for DGML reading...
2022-07-13 Larry EwingClean up runtime pack versioning logic (#72073)
2022-07-13 Will SmithILASM - Disable `fileversionpreservation` test (#71972)
2022-07-13 CyrusNajmabadiPolyfill the incremental generator ForAttributeWithMeta...
2022-07-13 Stephen ToubAvoid unnecessary duplication of XxCng instances (...
2022-07-13 Elinor FungFix handling of non-bidirectional MarshalMode.Default...
2022-07-13 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2022-07-13 CyrusNajmabadiPort perf improvement changes in new API back to runtim...
2022-07-13 Jeremy KoritzinskyIf the base type is a sequential zero-sized type, treat...
2022-07-13 Carlos SanchezMake 'RC' lowercase in versions.props (#72110)
2022-07-13 Jeremy BartonFix style issue in X509ChainPolicy.Clone and add some...
2022-07-13 Jo ShieldsAdd support for building WASM variants alongside single...
2022-07-13 Jakob Botsch... JIT: Ensure object derefs do not remove previous condit...
2022-07-13 Jose Perez... Fix issue where the code fixer is not preserving the...
2022-07-13 Jan KotasFix typeloader error messages for invalid byref fields...
2022-07-13 Jakob Botsch... JIT: Disqualify delegate calls to instance methods...
2022-07-13 dotnet-maestro... [main] Update dependencies from dotnet/icu dotnet/emsdk...
2022-07-13 Zoltan Varga[wasm][aot] Make the gc pin area smaller. (#71807)
2022-07-13 dotnet-maestro... [main] Update dependencies from dotnet/hotreload-utils...
2022-07-13 Marie Píchová[QUIC] System.Net.Quic API made public (#72031)
2022-07-13 Marie Píchová[QUIC] API QuicStream (#71969)
2022-07-13 Youssef VictorSupport top-level statements in regex analyzer (#72046)
2022-07-13 Alexander KöplingerBackport action: fix link to set org membership visibil...
2022-07-13 Pavel SavaraFix solution files via slngen (#72059)
2022-07-13 Ankit Jain[wasm] Re-enable `System.Text.RegularExpressions.Tests...
2022-07-13 Stephen ToubMore reliably clean up more SafeHandle instances (...
2022-07-13 Stephen ToubFix ConsoleStream.Flush to not throw for stdin (#72035)
2022-07-13 Eirik TsarpalisMark JsonSerializerOptions.TypeInfoResolver as nullable...
2022-07-13 Marie Píchová[QUIC] API QuicConnection (#71783)
2022-07-13 Carlos SanchezBump main version to RC1 (#72068)
2022-07-13 Thays Grazia[wasm][debugger] Show correct and complete function...
2022-07-13 Will SmithILASM - Allow EntryPoint methods to be on interfaces...
2022-07-13 dotnet-maestro... [main] Update dependencies from dotnet/linker (#72063)
2022-07-13 Aaron RobinsonProperly report `TypedReference` with `ref` fields...
2022-07-13 Michal StrehovskýCentralize calling convention handling (#71999)
2022-07-13 Brennan[RateLimiting] Rename WaitAsync and RateLimitPartition...
2022-07-13 Andy GockeAdd a fabricbot task to add issues to the AppModel...
2022-07-13 Egor BogatovAdd predefined cpu names for --instruction-set (e.g...
2022-07-12 Katya SokolovaProvide upgrade response details (#71757)
2022-07-12 Ankit JainPropertyVisibilityTests.cs: Fix invalid change in tests...
2022-07-12 Jeremy KoritzinskyAdd the approved span marshallers and remove the v1...
2022-07-12 Kevin JonesImprove argument validation for Rfc2898DeriveBytes.
2022-07-12 Tomas WeinfurtAdd CertificateChainPolicy to ssl options
2022-07-12 CyrusNajmabadiPolyfill the incremental generator ForAttributeWithMeta...
2022-07-12 dotnet-maestro... [main] Update dependencies from dotnet/icu dotnet/runti...
2022-07-12 Robin Lindner[API Implementation]: SafeFileHandle overloads for...
2022-07-12 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2022-07-12 Tomáš RylekRegression test for GitHub issue #71319 (#71461)
2022-07-12 Radek ZikmundImplement new QuicException proposal (#71432)
2022-07-12 Tamás Turnyánszkifixes #71295 (#71924)
2022-07-12 Eric ErhardtOverride ReadAsync and WriteAsync methods on ConsoleStr...
2022-07-12 Manish GodseAdd clrgc to sharedFx (#72032)
2022-07-12 Katya SokolovaImplement HTTP/2 WebSockets (#70895)
2022-07-12 Ankit Jain[wasm] Add new `wasm-experimental` workload (#71974)
2022-07-12 Stephen ToubDelete unrelated test file from System.Console.Tests...
2022-07-12 David CantúDisable FSW test on OSX (#72029)
2022-07-12 SingleAccretionAvoid OOM in very large functions when checking LIR...
2022-07-12 Simon Rozsival[Android] Port getifaddrs implementation from Xamarin...
2022-07-12 Günther FoidlRemoved JIT (uint) cast workaround to elide bound-check...
2022-07-12 Drew ScogginsAdd logic for selecting the right version of pgort140...
next