platform/upstream/dotnet/runtime.git
2023-07-10 Katelyn Gadd[wasm] [jiterp] Use wasm if opcode for null checks...
2023-07-10 Tanner GoodingEnsure that NI_Vector_Dot is always handled as TYP_SIMD...
2023-07-10 Elinor FungFix missing GC events on non-Windows for nativeaot...
2023-07-10 Dong-Heon Jung[RISC-V] Disable Inline TLS field access (#88584)
2023-07-09 Martin OthamarFix XML doc for Avx.Floor (#88552)
2023-07-08 Adeel MujahidImprove crossgen2 --help layout (#88544)
2023-07-08 VincentWu[Mono][RISC-V] emit mul inst instead of emulated mul...
2023-07-08 Tanner GoodingHave jitstress_isas_x86_evex set PreferredVectorBitWidt...
2023-07-08 t-mustafin[RISC-V, LOONGARCH64] Fix FuncEvalHijack stackallocatio...
2023-07-08 Katelyn Gadd[interp] Add MINT_STELEM_VT_NOREF (#87161)
2023-07-07 Michał PetrykaPrint variable types when dumping the output (#88420)
2023-07-07 Tarek Mahmoud... Disallow Options source gen produce diagnostics from...
2023-07-07 Nate HitzeFix Int128 truncating conversion discarding significant...
2023-07-07 hrrrrusticFIx SequenceReader Rewind(0) state corruption (#86070)
2023-07-07 Nate HitzeUse E3 to completely clear console on Unix when possibl...
2023-07-07 Sven BoemerIgnore suppressed diagnostics in code fix verifier...
2023-07-07 Alexander SpeshilovImprove BigInteger operators +, - and * for trivial...
2023-07-07 Radek Doulik[wasm] Fix WasmBase.IsSupported in AOT (#88523)
2023-07-07 Jesper MeyerStringBuilder: use Span.Fill in Append repeating char...
2023-07-07 ちーず(・8・)けーきOptimized conversions between `Half` and `Single`....
2023-07-07 Stephen ToubReduce size of non-inlined ArgumentOutOfRangeException...
2023-07-07 t-mustafin[RISCV] Fix .cfi directives in asm-files (#88259)
2023-07-07 Eirik TsarpalisExtend `JsonIncludeAttribute` and `JsonConstructorAttri...
2023-07-07 Vlad Brezae[mono][interp] Tweaks to x86 call convention handling...
2023-07-07 Eirik TsarpalisDisable default JSON reflection when PublishTrimmed...
2023-07-07 Michal StrehovskýBring back old array enumerator code (#88371)
2023-07-07 Ankit JainDisable failing `simpleruntimeeventvalidation` test...
2023-07-07 Ankit Jain[wasm] Disable runtime test dependent on creating a...
2023-07-07 Stephen ToubAdd missing compiler-generated attributes to corelib...
2023-07-07 Dan MoseleyUpdate testing.md (#88364)
2023-07-06 Mike McLaughlinNativeAOT Watson changes for crashes/unhandled exceptio...
2023-07-06 Tomas Weinfurtfix TLS resume with HttpClientHandler on Linux (#88214)
2023-07-06 Tom DeseynTar: use UtcDateTime when setting last write time....
2023-07-06 Sanjam Panda[mono] Add cmake check for HAVE_CLOCK_GETTIME (#88428)
2023-07-06 Jakob Botsch... Disable System.Diagnostics.Tests.EventLogMessagesTests...
2023-07-06 Lakshan FernandoEnable reading process environment variables in EventPi...
2023-07-06 Kunal PathakInline TLS field access for linux/osx x64/arm64 (#87082)
2023-07-06 Alexander Soldatov[RISC-V] Increase instruction group size (#88468)
2023-07-06 BrennanOptimize Ascii.Equals when widening (#87141)
2023-07-06 Lakshan FernandoSetup support for managed runtime events (#87785)
2023-07-06 Steve Pfister[Android] Add NdkToolFinder task & Fix up AOT app build...
2023-07-06 Dong-Heon Jung[RISC-V] Fix floating point (#88311)
2023-07-06 Stephen ToubDelete formatter test blob for `EqualityComparer<byte...
2023-07-06 Jackson SchusterFix diagnostic message in ComInterfaceGenerator (#88450)
2023-07-06 David WrightonFix unsafe walking of DacEnumerableHash (#88063)
2023-07-06 David WrightonDisable use of certains R2R data structures in the...
2023-07-06 Stephen ToubFix which path is taken in Enumerable.Select for empty...
2023-07-06 David WrightonType equivalence support in Crossgen2 (#87899)
2023-07-06 Eric StJohnAdd consultants for some extensions areas (#88430)
2023-07-05 Eric StJohnAdd docs for AsyncInterfaces (#88432)
2023-07-05 Stephen ToubDedup Task.WhenAll non-generic and generic implementati...
2023-07-05 June RhodesMake DoesConsoleSupportAnsi respect DOTNET_SYSTEM_CONSO...
2023-07-05 Egor BogatovAdd gtNewGenericCon (#88440)
2023-07-05 Jakob Botsch... JIT: Always look for SIMD fields during promotion ...
2023-07-05 Alexander Köplinger[mono] Fix sorting custom attributes in ILStrip (#88435)
2023-07-05 Tomas WeinfurtAdd option to decrypt Quic traffic in debug builds...
2023-07-05 Michał PetrykaUnify Default Comparer logic (#88006)
2023-07-05 Michał PetrykaFix AVX512 moves on X86 (#88421)
2023-07-05 Alexander KöplingerFix Codespaces prebuild after CMake upgrade and set...
2023-07-05 Jakob Botsch... JIT: Compute BB weights with higher precision, use...
2023-07-05 dotnet-maestro... [main] Update dependencies from dnceng/internal/dotnet...
2023-07-05 Ulrich Weigand[mono] Fix InlineArrayAttribute access on big-endian...
2023-07-05 Kunal PathakFix SIMD node DOT retType (#88363)
2023-07-05 Eric StJohnSuppress System.Drawing.Common dependency from System...
2023-07-05 Dan MoseleyInline more helpers in RegexParser (#88392)
2023-07-05 Steve Pfister[iOS] Add temp cindex attribute to build on xcode 15...
2023-07-05 Jakob Botsch... JIT: Propagate multi-reg-index for upper-vector-restore...
2023-07-05 Tom DeseynTar: set directory modification times while extracting...
2023-07-05 dotnet botLocalized file check-in by OneLocBuild Task: Build...
2023-07-05 Eirik TsarpalisImplement JsonTypeInfoResolver.WithAddedModifier (...
2023-07-05 Vlad Brezae[mono][interp] Add vectorization for Vector4 (#87822)
2023-07-05 Egor BogatovImprove non-SIMD block copy/init codegen (#88393)
2023-07-05 Jo ShieldsAdd clr.tools subset to runtime-community (#88160)
2023-07-05 Kevin JonesPermit trailing data after PKCS12 (#88340)
2023-07-05 Adam SitnikFaster optimized frozen dictionary creation (6/6) ...
2023-07-05 Jo ShieldsBump to libc++ without libatomic linkage (#88402)
2023-07-05 Tarek Mahmoud... Move IMeterFactory to System.Diagnostics.DiagnosticSour...
2023-07-05 Zoltan Varga[mono][llvm] Fix another crash when using opaque pointe...
2023-07-05 Zoltan Varga[mono] Respect KeepNativeSymbols when building cross...
2023-07-05 Dan Moseleychange regex options tests to extension method (#88366)
2023-07-04 Vlad Brezae[mono][interp] Extract simd create opcodes in separate...
2023-07-04 Qiao Pengcheng[LoongArch64] Fix the NotImplementedException within...
2023-07-04 Jakob Botsch... JIT: Handle primitive-sized remainders overlapping...
2023-07-04 Jakob Botsch... JIT: Quirk a quirk in fgExpandVirtualVtableCallTarget...
2023-07-04 Ivan Povazan[mono] Reenable disabled tests as mono now respects...
2023-07-04 feiyun0112Email addresses in same domain not equal (#87721)
2023-07-04 Pavel Savaraonly log errors of Task/Promise marshaling (#88326)
2023-07-04 Marie PíchováUnified source file formatting (#88330)
2023-07-04 Meri Khamoyan[OSX] HybridGlobalization Workaround for insufficientl...
2023-07-04 Michal StrehovskýRemove conservative generic scanning logic (#88360)
2023-07-04 Michal StrehovskýAllow inlining array methods (#88367)
2023-07-04 Dan MoseleyRemove empty files (#88362)
2023-07-04 Bruce ForstallFix libraries Windows test runner script (#88354)
2023-07-04 Ivan Diaz SanchezUp Minimum CMake Version to 3.20 (#86530)
2023-07-04 James Newton... Improve LoggerFactory and Logger debugging (#88313)
2023-07-03 Jo ShieldsTry adding cross-compilers for Musl (#87841)
2023-07-03 Egor BogatovPass exact context to getMethodInfo (#88025)
2023-07-03 Adeel MujahidShrink column width in `ilc --help` (#88356)
2023-07-03 Jan KotasFix condition for ENSURE_PRIMARY_STACK_SIZE (#88342)
2023-07-03 Alexander Radchenko TcpListener should implement IDisposable (#88043)
next