platform/upstream/dotnet/runtime.git
2023-06-16 Jan KotasFix redundant MethodInfo lookup in UnixNativeCodeManage...
2023-06-16 dotnet botLocalized file check-in by OneLocBuild Task: Build...
2023-06-16 Filip NavaraRemove dead code (#87399)
2023-06-16 Michal StrehovskýBuild integration support for Bionic in NativeAOT ...
2023-06-16 Fan Yang[Mono] Add mono hot reload support for updating paramet...
2023-06-16 James Newton... Add DebuggerDisplay to some hosting types (#87599)
2023-06-16 Eirik TsarpalisRemove KeyValuePairConverter. (#87637)
2023-06-16 Adam SitnikFaster optimized frozen dictionary creation (2/n) ...
2023-06-16 Miha ZupanAdd ContainsAny{Except} (#87621)
2023-06-16 Ankit Jain[wasm] Fix inclusion of `marshal-ilgen` component ...
2023-06-16 Michal StrehovskýMake virtual delegate targets less costly (#87308)
2023-06-16 Fan Yang[Mono] Add the capability of trimming IL code of indivi...
2023-06-15 Maoni StephensDon't set mark array bits for UOH objects during concur...
2023-06-15 dotnet-maestro... Update dependencies from https://dev.azure.com/dnceng...
2023-06-15 Eirik TsarpalisRe-enable disabled BigInteger tests. (#87640)
2023-06-15 Eirik TsarpalisAdd regression testing for #76802. (#87632)
2023-06-15 Igor VelikorossovImplement ExperimentalAttribute (#85444)
2023-06-15 Bruce ForstallAdd DOTNET_JitDisasmWithCodeBytes (#87580)
2023-06-15 Bruce ForstallIgnore CORJIT_FLAG_VECTOR512_THROTTLING sometimes under...
2023-06-15 BrennanAdd missing API docs to RateLimiting (#87627)
2023-06-15 Tanner GoodingEnsure the JIT consistently does opportunistic queries...
2023-06-15 Vlad Brezae[mono][exceptions] Don't attempt to catch StackOverflow...
2023-06-15 Vlad Brezae[mono][interp] Refactor icall opcodes (#87269)
2023-06-15 dotnet botLocalized file check-in by OneLocBuild Task: Build...
2023-06-15 Kevin JonesSHAKE128 and SHAKE256
2023-06-15 Huo YaoyuanFix parameter ordering and value in gtNewColonNode...
2023-06-15 Bruce ForstallStop setting HelixResultsDestinationDir (#86413)
2023-06-15 Bruce ForstallFix mcs missing flags (#87584)
2023-06-15 Milos Kotlar[mono][simd] Add MONO_TYPE_I and MONO_TYPE_U types...
2023-06-15 Filip NavaraAvoid linking to non-existent System.Net.Security.Nativ...
2023-06-15 Aaron Robinson`UnsafeAccessorAttribute` non-generic support (#86932)
2023-06-15 Koundinya VeluriAdd managed entry points for raising Contention events...
2023-06-15 Stephen ToubRemove some unnecessary Substrings (#87479)
2023-06-15 Eirik TsarpalisMake the soure generator format enums using their ident...
2023-06-15 Dong-Heon Jung[RISC-V][JIT] Fix FCVT (#87591)
2023-06-15 t-mustafin[RISC-V] Fix struct passing on reflection calls (#87535)
2023-06-15 dotnet botLocalized file check-in by OneLocBuild Task: Build...
2023-06-15 David MasonJitdump fixes (#87547)
2023-06-15 Michal StrehovskýPackage static libraries into NativeAOT runtime pack...
2023-06-15 Jeremy KoritzinskyReport warnings for COM interfaces with instance proper...
2023-06-15 Eduardo VelardeEnable option to use the Windows ThreadPool (#85373)
2023-06-15 Ankit Jain[wasm] Don't use `_WasmDevel=true` when publishing...
2023-06-15 Stephen ToubExtend Task.FromResult default task optimization to...
2023-06-14 Zoltan VargaFix a warning. (#87573)
2023-06-14 Mitchell Hwang[iOS][maccatalyst] Reenable MacCatalyst and Simulator...
2023-06-14 Tanner GoodingRemove a couple of asserts, which are no longer valid...
2023-06-14 Jeremy KoritzinskyFix StrictlyBlittable check to work for "source Compila...
2023-06-14 Jeremy KoritzinskyHandle a null operation type (for example if the null...
2023-06-14 Ilona Tomkowicz[browser][debugger][MT] Make operations on dictionary...
2023-06-14 dotnet-maestro... [main] Update dependencies from dotnet/roslyn-analyzers...
2023-06-14 Fan Yang[Mono] Update Mono build README.md (#87517)
2023-06-14 Jackson Schuster[ComInterfaceGenerator] Warn on visibility of interface...
2023-06-14 Egor BoyarkinAllow bigger json parsing to JsonDocument (#87343)
2023-06-14 Elinor FungAdd delay load hook for singlefilehost and enable delay...
2023-06-14 Eric MuttaFix typo in object.h (#87553)
2023-06-14 Zoltan Varga[mono][jit] Disable passing SIMD args in SIMD regs...
2023-06-14 Marie Píchová[QUIC] Fix rooted connection when hanshake failed ...
2023-06-14 Jan Dupej[mono][wasm] marshal-ilgen is dropped when not required...
2023-06-14 Adam SitnikFaster optimized frozen dictionary creation (1/n) ...
2023-06-14 David MasonFix GetILFunctionBody for dynamic methods (#87530)
2023-06-14 Marie Píchová[QUIC] Moved a test using external server to outerloop...
2023-06-14 Michal StrehovskýRemove test exclusions for Json tests (#87457)
2023-06-14 Jakob Botsch... SPMI: Unify error handling path for replay and asmdiffs...
2023-06-14 Andy Gocke[API Proposal]: Add overload for EventSource primitives...
2023-06-14 Michal StrehovskýGenerate fewer GenericMethodHashtable entries (#87466)
2023-06-14 Eric ErhardtFix DependencyContext splitting on semi-colon (#87518)
2023-06-13 David WrightonImprove the performance of the type loader through...
2023-06-13 Jackson SchusterAdd Diagnostics for ComClassGenerator (#87436)
2023-06-13 Zoltan Varga[mono][jit] Add JIT support for the methods in Vector12...
2023-06-13 ms-hujiaShrink ManifestEnvelope.MaxChunkSize to hold extended...
2023-06-13 Jeremy KoritzinskyEmit additional attributes with global qualifier (...
2023-06-13 Eirik TsarpalisSubject src-gen serializer to full number-handling...
2023-06-13 Dan MoseleyUpdate debugging-vscode.md (#87338)
2023-06-13 Radek Doulik[wasm] Change optimization flag to workaround llvm...
2023-06-13 Ankit Jain[wasm] Fix perf pipeline (#87469)
2023-06-13 Elinor FungFix break from wchar_t usage in disableddotnetruntime...
2023-06-13 Dong-Heon Jung[RISC-V][JIT] Fix encoding of CallGCregs (#87467)
2023-06-13 dotnet-maestro... [main] Update dependencies from dotnet/runtime dotnet...
2023-06-13 dotnet-maestro... [main] Update dependencies from dnceng/internal/dotnet...
2023-06-13 Tanner GoodingDon't return `0` from `getMaxVectorByteLength` when...
2023-06-13 Elinor FungFix WCHAR definition on non-Windows for nativeaot ...
2023-06-13 Elinor FungFix missing GC counter data on non-Windows (#87430)
2023-06-13 SwapnilGaikwadCombine two table lookups into one while formatting...
2023-06-13 Hamish ArblasterClone files on OSX-like platforms when possible, instea...
2023-06-13 Michal StrehovskýRedirect ActiveIssue on a test (#87468)
2023-06-13 Ilona Tomkowicz [browser][debugger][MT] Make operations on dictionary...
2023-06-13 JasperFold const WithElement to CNS_VEC (#86212)
2023-06-13 Zoltan Varga[wasm] Disable the PackedSimd.Shuffle intrinsic. (...
2023-06-13 Radek Doulik[wasm] Add PackedSimd load and load scalar methods...
2023-06-13 Jakob Botsch... JIT: Handle commas in physical promotion (#87401)
2023-06-13 Egor BogatovUse INS_inc for Interlocked.Increment (#87442)
2023-06-13 Egor BogatovProperly check ISAs for static readonly simd fields...
2023-06-13 Eirik TsarpalisEnsure that types of ignored or inaccessible properties...
2023-06-13 Justin AndersonApplyStartupHook diagnostic IPC command (#86813)
2023-06-13 Jeff HandleyThe CLA bot can now be rerun with a comment. Fix broken...
2023-06-13 Jan Kotas[NativeAOT] Avoid redundant unwind info lookup during...
2023-06-13 Parker BibusUpdate HelloiOS.app publish folder path. (#87439)
2023-06-13 Tarek Mahmoud... Fix neutral cultures created with the underscore (...
2023-06-13 Jeremy KoritzinskyWarn when user code casts between runtime-based COM...
2023-06-13 Dan MoseleyDisable StressTestDeepNestingOfLoops for NonBacktrackin...
next