platform/upstream/dotnet/runtime.git
2023-08-14 Thays Grazia[wasm][debugger] Do not run the test with justMyCode...
2023-08-14 Ankit Jain[wasm] Respect `AppendRuntimeIdentifierToOutputPath...
2023-08-14 David MasonFix deadlock in EventPipeEventDispatcher (#90053)
2023-08-14 Milos Kotlar[mono] Enable callconv and classloader runtime tests...
2023-08-14 Jakob Botsch... JIT: Unspill normalize-on-load variables using exact...
2023-08-14 Bruce ForstallFix ilasm casting (#90450)
2023-08-14 mikelle-rogersImplement Edit and Continue on Linux and MacOS (#90349)
2023-08-14 Filip Navara[NativeAOT] Use TCP transport for EventPipe on mobile...
2023-08-14 Ankit Jain[wasm] Cache the output of `mono-aot-cross --print...
2023-08-14 Ankit Jain[wasm] Incremental build improvements (#90194)
2023-08-14 Thays Grazia[wasm][debugger]Evaluate a sum between an object and...
2023-08-14 Steve HarterSupport invoke of function pointer type arg (#90270)
2023-08-14 Maksim GolevSwitch DateTimeKind from Unspecified to Local (#90149)
2023-08-14 Tanner GoodingEnsure that constant folding for long->float is handled...
2023-08-14 Ivan Povazan[mono] Fix Vector<T>.IsSupported intrinsic (#90023)
2023-08-14 Egor BogatovHandle side-effects in impBoxPatternMatch (#90496)
2023-08-14 Matous KozakDisable InlineArrayValid/Invalid tests on Android ...
2023-08-14 Milos Kotlar[mono] Resolve failing tests on apple mobile platforms...
2023-08-14 Filip NavaraChange how toggle refs are reported in gcdump (#90467)
2023-08-14 Eirik TsarpalisImprove error message in the new `JsonNode.GetElementIn...
2023-08-14 Thays Grazia[mono][debugger] Do not use `select(2)` on debugger...
2023-08-14 Thays Grazia[wasm][debugger] Symbolicate function names on debug...
2023-08-14 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-08-14 Benjamin Petit[DependencyInjection] Avoid useless reflection call...
2023-08-14 Egor BogatovAdd NonGC documentation (#90206)
2023-08-14 Marie Píchová[QUIC] Merge 7.0 fix (#90228)
2023-08-14 Zoltan Varga[mono][arm64] Fixed passing/receiving hfa structures...
2023-08-13 Eric ErhardtEnable nullable on Hosting.Systemd (#90495)
2023-08-13 Manodasan WignarajahFixing COM Aggregation and XAML reference tracking...
2023-08-13 Tarek Mahmoud... Fix TimeProvider Test (#90448)
2023-08-13 Alexander KöplingerDisable OneLocBuild in runtime-official.yml (#90480)
2023-08-13 dotnet botLocalized file check-in by OneLocBuild Task: Build...
2023-08-13 Sven BoemerRun trimming tests for global.json changes (#90451)
2023-08-13 Ankit Jain[wasm] Add more blazor tests for InvariantGlobalization...
2023-08-13 Ankit Jain[wasm] Suggest installing the workload when publishing...
2023-08-12 Thays Grazia[wasm][debugger] Disable some tests on Firefox (#90347)
2023-08-12 Ankit Jain[wasm] Don't build samples in parallel on CI (#90470)
2023-08-12 Filip Navara[NativeAOT] Do not use private APIs on iOS/macOS (...
2023-08-12 Elinor FungFix condition for setting if symbol is a file in native...
2023-08-12 Павел Харьковruntime: fix variable null check (#89920)
2023-08-12 dotnet-maestro... [main] Update dependencies from dotnet/arcade dotnet...
2023-08-12 Steve Pfister[workloads] Remove experimental off of librarybuilder...
2023-08-12 Jakob Botsch... JIT: Prevent generic context runaway during inlining...
2023-08-12 Stephen ToubRemove all use of <Nullable>annotations</Nullable>...
2023-08-12 Eric StJohnAdd DiagnosticDescriptorHelper to set HelpURI for gener...
2023-08-12 Steve Pfister[workloads] Add telemetry for mobile and wasm workloads...
2023-08-12 Jackson SchusterUpdate Versions.props (#90425)
2023-08-11 Jackson SchusterPrefix type names with global and use static TypeSyntax...
2023-08-11 Tarek Mahmoud... Support Exposing new Metric properties using EventSourc...
2023-08-11 Ankit Jain[wasm] Fix builds for blazor app + InvariantGlobalizati...
2023-08-11 jthorborgAllow reference types for pinned GC.AllocateArray(...
2023-08-11 Koundinya VeluriFix session-local named mutex compat issue (#90342)
2023-08-11 PoppytoUsing stackalloc instead of new byte[x] on Streams...
2023-08-11 Daniel SvenssonReduce contention for Datacontract Serialization (...
2023-08-11 Eirik TsarpalisImprove System.Text.Json configuration list debugging...
2023-08-11 Alexander KöplingerEnable Automatic Reference Counting (ARC) for Objective...
2023-08-11 Milos Kotlar[ios][tests] Run functional tests with Mono and Native...
2023-08-11 Ankit JainRevert "Update perf run yaml with changes for crank...
2023-08-11 Elinor FungUse generated version files when printing/tracing host...
2023-08-11 Steve MolloyDon't fallback to PNSE, and give a more descriptive...
2023-08-11 Pavel Savara[browser] Allow JS modules to be injected as pre-loaded...
2023-08-11 Pavel Savara[browser] bind JS methods to minified WASM imports...
2023-08-11 Jo ShieldsDisable LLVM AOT ARM64 lane (#90413)
2023-08-11 Vlad-Alexandru... [mono] Enabled tests failing previously on fullaot...
2023-08-11 Stephen ToubDelete duplicative fallback paths from Ascii (#90390)
2023-08-11 Michał PetrykaFix Vector512 rightshift (#89339)
2023-08-11 Stephen ToubReplace Utf16Utility.GetPointerToFirstInvalidChar fallb...
2023-08-11 Bruce ForstallSupport breakpoints on AVX-512 instructions (#89705)
2023-08-11 Egor BogatovUse crossplat vectors in GetPointerToFirstInvalidChar...
2023-08-11 Matous Kozak[mono] Enable floats in Vector128::ExtractMostSignifica...
2023-08-11 Ivan Povazan[mono] Support function pointer reflection introspectio...
2023-08-11 Eric StJohnEnsure GetPESectionBlock uses its cache (#90369)
2023-08-11 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-08-11 Matt MitchellDo not generate internal archives (#90050)
2023-08-11 Alexander Köplinger[mono] Cleanup DISABLED_FEATURES variable (#90375)
2023-08-11 Eric StJohnMake Analyzer crashes a warning (#90358)
2023-08-11 Eirik TsarpalisRework SnakeCase/KebabCase naming policies to closer...
2023-08-11 Egor BogatovMake getStaticFieldContent less conservative for struct...
2023-08-11 Cameron AavikUpdate perf run yaml with changes for crank on helix...
2023-08-11 Alexander RadchenkoAdded ArrayBufferWriter<T>.ResetWrittenCount() (#88009)
2023-08-11 Egor BogatovAdd missing GTF_DEBUG_NODE_MORPHED (#90355)
2023-08-11 Tomasz Sowiński[RISC-V] Fix Shuffling Thunks part 1 (#90266)
2023-08-11 dotnet-maestro... [main] Update dependencies from 8 repositories (#90014)
2023-08-11 Tomáš RylekFix for #89645, stack overflow in Crossgen2 (#90229)
2023-08-11 Stephen ToubEnable R2R for NarrowUtf16ToAscii / WidentAsciiToUtf16...
2023-08-11 Chris RossAdd metrics configuration APIs (#90201)
2023-08-11 Ankit Jain[wasm] Fix up conditions to trigger relink, and require...
2023-08-11 Tanner GoodingExpose the RequiresLocationAttribute (#89870)
2023-08-11 Eric StJohnMark AddBinaryFormattedResource obsolete (#90346)
2023-08-11 Tomas Weinfurtonly slice SocketAddress on success operation (#90284)
2023-08-11 JCAdd support fo MONO_DEBUG_VAR_ADDRESS_MODE_VTADDR in...
2023-08-11 Steve Pfister[iOS] Fix iOS nativeaot runtime test build (#90327)
2023-08-10 Mitchell Hwang[mono][tasks] Generate uncompressed mibc files (#90336)
2023-08-10 Eric StJohnList unsupported architectures in area-owners (#90128)
2023-08-10 Tarek Mahmoud... Support new Options attributes in the Runtime (#90275)
2023-08-10 Fan Yang[WASM] Add ILStrip task to wasm app build process ...
2023-08-10 Jeremy KoritzinskyExplicitly set SizeConst = 1 and remove the warning...
2023-08-10 Mike VoorheesFix NoLinkedOuput having the wrong base attribute type...
2023-08-10 Jeremy KoritzinskyReport a diagnostic for return types with HResult-like...
2023-08-10 Egor BogatovImprove codegen in impStringEqualsOrStartsWith (#90288)
next