platform/upstream/dotnet/runtime.git
2023-05-11 Jo ShieldsHardcode the path to libclang from Mariner, not Clang...
2023-05-11 Tanner GoodingEnsure DecomposeRotate correctly orders parameters...
2023-05-11 Michal StrehovskýMake casting helpers look more like in CoreCLR (#86029)
2023-05-11 Pavel Savara[browser] loader ES6 module (#85730)
2023-05-11 dotnet-maestro... Update dependencies from https://dev.azure.com/dnceng...
2023-05-11 SingleAccretionFix printing of arcs for local stores (#86098)
2023-05-11 Larry EwingSet SelfContained=true for browser-wasm runtimes (...
2023-05-11 Alexander KöplingerSkip ProcessStartInfoTests.TestWindowStyle if COM inter...
2023-05-11 Günther FoidlOptimizations for Ascii.Equals and Ascii.EqualsIgnoreCa...
2023-05-11 Ivan Povazan[NativeAOT] Another attempt to prevent stripping export...
2023-05-11 Stephen ToubFix some nullable annotations / null handling in System...
2023-05-11 Stephen ToubRemove generated locals in RegexCompiler.LoadSearchValu...
2023-05-11 Egor BogatovJIT: Fold typeof(T).TypeHandle.Value (#85804)
2023-05-11 Lakshan FernandoEnabling RuntimeEventSource in NativeAOT (#85424)
2023-05-11 Michal StrehovskýHandle cctor dependency on RVA static access (#86081)
2023-05-11 Meri KhamoyanChange IsolatedStorageFile path for mobile (#83380)
2023-05-11 Jeremy KoritzinskyAdd integration tests for PreserveSig and use the Membe...
2023-05-11 Marek Fišera[wasm] Docs on overriding runtime pack in blazor wasm...
2023-05-11 Zoltan Varga[mono][llvm] Fix the emission of nonnull metadata on...
2023-05-11 Zoltan Varga[mono] Move most runtime callbacks into the MonoRuntime...
2023-05-11 Zoltan Varga[mono][wasm] Allow linking out some runtime code on...
2023-05-11 Bruce ForstallFix official build after removing win-arm runtime build...
2023-05-11 Will Smith[JIT] X64 - Centralize peephole optimization for removi...
2023-05-11 Jan KotasDelete Windows arm32 support (#86065)
2023-05-10 Zoltan Varga[mono][aot] Fix an assert. (#86054)
2023-05-10 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-05-10 Bruce ForstallAdd linux-x64 hosted tpdiff to superpmi-diffs pipeline...
2023-05-10 Parker Bibus[PERF] Add arm64 dynamic pgo runs (#86014)
2023-05-10 Vitek KarasILLink should keep parameter names for methods which...
2023-05-10 Stephen ToubAdd ArgumentException.ThrowIfNullOrWhiteSpace (#86007)
2023-05-10 Layomi AkinrinadeCapture remaining binding Bind & Get methods for source...
2023-05-10 Sven BoemerUpdate linux build instructions (#86062)
2023-05-10 Steve HarterRevert "let user know working directory will be used...
2023-05-10 dotnet-maestro... Update dependencies from https://dev.azure.com/dnceng...
2023-05-10 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-05-10 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-05-10 Eirik TsarpalisFix null handling of built-in converters. (#86056)
2023-05-10 Jeremy KoritzinskyAdd PreserveSig support to ComInterfaceGenerator (...
2023-05-10 Sven BoemerUpdate mariner images to latest with LLVM 16 (#84676)
2023-05-10 Bruce ForstallRemove Windows arm32 support (#85947)
2023-05-10 Katelyn GaddDisable autovectorization on wasm (#86038)
2023-05-10 Tanner GoodingExpose various integer intrinsics for Avx512F, Avx512BW...
2023-05-10 Milos KotlarAdd instructions for running the runtime tests on iOS...
2023-05-10 Alexander SpeshilovFix BigInteger parse hex strings on negative numbers...
2023-05-10 adj123fix JsonNode deserialising from null (#85463)
2023-05-10 Elinor FungFix mismatched types in native host test error messagin...
2023-05-10 Elinor FungFix NativeLibraryTests for ilasm round-trip (#85991)
2023-05-10 Jakob Botsch... JIT: Seed stress modes by string hash (#83771)
2023-05-10 Jakob Botsch... JIT: Peel offsets from spilled addresses for store...
2023-05-10 Bruce ForstallDisable HugeArray1 for crossgen2 x86 (#86020)
2023-05-10 Kunal PathakMisc LSRA throughput improvements (#85842)
2023-05-10 Andrii KurdiumovAllow set GC configuration in NativeAOT (#85921)
2023-05-10 SingleAccretionDelete rarely used bashing methods and add some documen...
2023-05-10 Michal StrehovskýAdd aka.ms link for NativeAOT prerequisites to linker...
2023-05-10 Zoltan Varga[mono] Avoid an assert if the class name table is too...
2023-05-10 Zoltan Varga[mono][llvm] Fix an assert. (#85950)
2023-05-10 Stephen ToubDedup PemEncoding.TryCountBase64 with Base64.IsValid...
2023-05-10 Jan KotasJIT/EE interface cleanup (#85975)
2023-05-10 Jan KotasMake exception count performance counter thread-safe...
2023-05-10 Mike McLaughlinCreate a createdump static library for single-file...
2023-05-09 Andy AyersJIT: enable profile repairs of OSR entry block weight...
2023-05-09 Stephen ToubUse string.IsNullOrEmpty and ArgumentException.ThrowIfN...
2023-05-09 Egor BogatovJIT: Update class for Unsafe.As<>() (#85954)
2023-05-09 Zoltan Varga[mono][aot] Generate 'native-indirect' wrappers in...
2023-05-09 Kunal PathakUpdate life of data node for simd12 (#85956)
2023-05-09 Jakob Botsch... SPMI: Use .tar.gz for pintools on Linux (#85999)
2023-05-09 Ankit Jain[wasm] Use a fixed chrome version for testing (#86012)
2023-05-09 Andrew AuUpgrade System.Reflection.Metadata version (#85738)
2023-05-09 Michal StrehovskýSpeed up typeof (#85962)
2023-05-09 Parker BibusRevert "performance-setup.sh requires urllib3 version...
2023-05-09 Jakob Botsch... SPMI: Export dynamic symbols in superpmi for unix build...
2023-05-09 Andy AyersJIT: fix bug in jump threading (#85942)
2023-05-09 SingleAccretionMove assignment rationalization to before global morph...
2023-05-09 Parker BibusRevert "Previous changes fixed some runs, but some...
2023-05-09 hrrrrusticUpdate equals (#85896)
2023-05-09 Tomáš RylekExclude the test DevDiv_255294.cmd on Windows arm in...
2023-05-09 Bruce ForstallDisable IUnknownTest under GCStress (#85937)
2023-05-09 Jesper MeyerUnroll StringBuilder.Append for const string (#85894)
2023-05-09 Parker Bibus[PERF] Fix Linux Musl Alpine Core Root build (#85946)
2023-05-09 Michal StrehovskýStop special casing reflected-on internals (#85963)
2023-05-09 Miha ZupanImprove IndexOfAnyValues for needles with 0 (#84184)
2023-05-09 Egor BogatovFix ReadOnlySpanGetReferenceAndReadInteger on BigEndian...
2023-05-09 SingleAccretionDelete `gtNewBlkOpNode` and `lvSimdBaseJitType` (#85848)
2023-05-09 Egor BogatovFold "FrozenObjectHandle(REF) + CNS" to a byref constan...
2023-05-09 Siqi LuFix comment for File.Exists (#85648)
2023-05-09 Qiao Pengchengamend the multiply's overflow check and delete some...
2023-05-09 Dong-Heon Jung[RISC-V] Fixed errors in jit and unwinding (#85900)
2023-05-09 Katelyn GaddAttempt to bypass emscripten's generated wrappers for...
2023-05-09 Stephen ToubAdd Base64.IsValid and allow Base64.DecodeXx methods...
2023-05-09 Michal StrehovskýDo not generate PerfMap entries for methods we didn...
2023-05-09 Bruce ForstallDisable foreground-shutdown test on Windows (#85936)
2023-05-09 Marek Fišera[wasm] Wasm.Build.Tests - Override KnownWebAssemblySdkP...
2023-05-09 Jakob Botsch... JIT: Fix block morphing/physical promotion self-interfe...
2023-05-09 Jakob Botsch... JIT: Stop using ref counts in forward sub (#85909)
2023-05-09 Egor BogatovRemove check from FillStringChecked and rename it to...
2023-05-09 dotnet-maestro... [main] Update dependencies from dnceng/internal/dotnet...
2023-05-08 Michal StrehovskýDelete call to `GetMethod` in runtime type system ...
2023-05-08 github-actions... [main] Servicing docs improvements (#85855)
2023-05-08 Parker BibusPrevious changes fixed some runs, but some are still...
2023-05-08 Tanner GoodingEnsure the insTupleType mask entries stay correct ...
next