platform/upstream/dotnet/runtime.git
2023-05-22 Michal StrehovskýBaseline a couple more JIT tests (#86429)
2023-05-22 Stephen ToubAdd DebuggerDisplay for SearchValues (#86559)
2023-05-21 Michal StrehovskýMake merged test wrappers single file friendly (#86428)
2023-05-21 Egor BogatovUse VEX xorps to zero a zmm reg (#86555)
2023-05-21 Egor BogatovRemove ZMM_RECOMMENDED_THRESHOLD workaround (#86552)
2023-05-21 Michal StrehovskýStop using LocalizationResources within framework ...
2023-05-21 Andrew AuNoGCRegion Callback (#82045)
2023-05-20 Tomas Weinfurtavoid GCHandle in ConnectEx and SendTo on Windows ...
2023-05-20 Marc GravellPipeReader.CopyToAsync(Stream) should not perform zero...
2023-05-20 hrrrrusticAdd new status code (#85841)
2023-05-20 Egor BogatovClean up GenTreeCall's inline info (#86540)
2023-05-20 Maksim Golevfix(66229): Fix invalid processing of empty Dictionary...
2023-05-20 Qiao Pengcheng[LoongArch64] delete the rsGetRsvdReg() for LA64. ...
2023-05-20 Katelyn Gadd[interp] Remove char element type support from transfor...
2023-05-20 Justin AndersonAllow using active host context in hostfxr_get_runtime_...
2023-05-20 Jeremy KoritzinskyRemove references to P/Invokes and DllImport from resou...
2023-05-20 Andrew AuMake the RefreshMemoryLimit API public (#85549)
2023-05-20 Tanner GoodingEnsure Vector2/3/4, Quaternion, and Plane don't have...
2023-05-20 Jeremy KoritzinskyAdd marshallers for GeneratedComInterface-based types...
2023-05-19 Jeremy KoritzinskyRefactor our linear collection marshalling implementati...
2023-05-19 Tanner GoodingEnsure we use bytes, not bits (#86510)
2023-05-19 Sven BoemerFix marking of saved assemblies (#86474)
2023-05-19 Egor BogatovRemove fgMorphCastedBitwiseOp (#86491)
2023-05-19 Ankit Jain[wasm] CI: Fix firefox debugger tests failure (#86476)
2023-05-19 Andrew AuWe should not establish a heap hard limit for 32 bit...
2023-05-19 Adeel MujahidUpgrade gcc CI to use gcc13 (#86051)
2023-05-19 Jakob Botsch... JIT: Add a pass of liveness for the new locals inside...
2023-05-19 Morten LarsenFix async XsdValidatingReader to not use synchronious...
2023-05-19 Katelyn Gadd[wasm] Jiterpreter v128 misc optimizations (#86506)
2023-05-19 Jeremy KoritzinskyUpgrade build to use .NET 8 Preview 4 SDK (#86408)
2023-05-19 Sven BoemerFix mapping of redeclared type parameters (#86353)
2023-05-19 Kevin JonesRemove invalid assert in EvpPKeyDuplicate
2023-05-19 Lakshan FernandoEnable event pipe tests in NativeAOT CI run (#86389)
2023-05-19 Viktor HoferUse net6.0 SqlClient TFM under source-build (#84782)
2023-05-19 Ilona Tomkowicz[mono][debugger][docs] How we run debugger tests (...
2023-05-19 Zoltan Varga[mono][jit] Enable Vector64 support on arm64 in jit...
2023-05-19 Marek Fišera[browser] Update Wasm SDK pack version in workload...
2023-05-19 Blake HensleyAdd ProcessStartInfo constructor that accepts IEnumerab...
2023-05-19 Andy Ayersenable TieredPGO by default (#86225)
2023-05-19 Katelyn Gadd[wasm] Generate jiterp feature detect modules dynamical...
2023-05-19 Adam Sitnikremove [DebuggerDisplayAttribute] from ref assemblies...
2023-05-19 Adam SitnikFileConfigurationProvider.Dispose should dispose FilePr...
2023-05-19 Milos KotlarEnable runtime tests on the Interpreter (#86375)
2023-05-19 dotnet botLocalized file check-in by OneLocBuild Task: Build...
2023-05-19 Tanner GoodingRemove getMaxIntrinsicSIMDVectorLength from the JIT...
2023-05-19 Katelyn Gadd[interp] Undo damage to the simd methods bsearch list...
2023-05-19 Jeremy KoritzinskyMove the GCC and CLR Tools Unit Tests legs to use the...
2023-05-19 James Newton... Add debugging attributes to System.Security.Claims...
2023-05-19 Katelyn Gadd[wasm] Implement I2 and I4 shuffles in the jiterpreter...
2023-05-18 Jan KotasExclude System.* reference assemblies in ILCompiler...
2023-05-18 Elinor FungSwitch RhConfig from TCHAR to char (#86393)
2023-05-18 Katelyn Gadd[wasm] Enable v128 and PackedSimd in the interpreter...
2023-05-18 Katelyn Gadd[wasm] Update jiterpreter documentation (#86461)
2023-05-18 Elinor FungMake host look for RID-specific assets via a known...
2023-05-18 Miha ZupanRemove workaround for fixed Roslyn bug (#86464)
2023-05-18 Tanner GoodingAdd an undocumented switch to allow controlling the...
2023-05-18 Stephen ToubRemove noisy assert from Task (#86445)
2023-05-18 Bruce ForstallRemove call to morph on hoisted trees (#86450)
2023-05-18 Layomi AkinrinadeClean various aspects of config binding generator up...
2023-05-18 Brant BurnettVectorize the CRC64 implementation (#85221)
2023-05-18 Mark PleskoFix GCStress timeouts in JIT/jit64 (#85040)
2023-05-18 Vlad Brezae[mono][interp] Fix alignment problems with calls and...
2023-05-18 Tom DeseynZip.Unix: don't hang when creating zip file from direct...
2023-05-18 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-05-18 Bruce ForstallFix issue with hoisting and copy prop interaction ...
2023-05-18 Aleksey Kliger... [wasm] Set WasmEnableWebcil to true by default (#86330)
2023-05-18 Michal StrehovskýFix scanning synchronized methods (#86427)
2023-05-18 Michal StrehovskýFill out array bounds in metadata transform (#86313)
2023-05-18 Stephen ToubFix Base64 decoding regressions from whitespace handlin...
2023-05-18 Pavel Savara[browser] logging cleanup (#86431)
2023-05-18 Eirik TsarpalisRemove System.Reflection wrappers from the STJ source...
2023-05-18 Ilona Tomkowicz[browser][non-icu] `HybridGlobalization` indexing ...
2023-05-18 Egor BogatovFix assertprop assert for missing handle flag (#86409)
2023-05-18 David MasonFix deadlock in NativeRuntimeEventSourceTest (#86370)
2023-05-18 Alexander KöplingerDisable DllImportSearchPathsTest and StartupHookTests...
2023-05-18 Oleksandr Didykadd pre-built detection (#86151)
2023-05-18 Marek Fišera[browser] Describe ES6 modules (#86381)
2023-05-18 Mark PleskoConvert JIT/CodeGenBringUpTests to a merged test group...
2023-05-18 Tomas Weinfurtavoid ProtocolToken allocations in TLS handshake (...
2023-05-18 Michal StrehovskýAdd natstepfilter to skip over object allocators (...
2023-05-18 Jeremy KoritzinskyMake IDerivedTest.CallBaseInterfaceMethod_EnsureQiCalle...
2023-05-18 Michal StrehovskýDo not assert RyuJIT if InitializeArray cannot be expan...
2023-05-18 Bruce ForstallRemove extraneous VN code (#86407)
2023-05-18 Kunal PathakDelay reg free for tbx_1reg (#86292)
2023-05-18 Jackson SchusterAdd basic support for StringMarshalling in GeneratedCom...
2023-05-17 Layomi AkinrinadeEnable config binding gen tests that pass (#86406)
2023-05-17 dotnet botLocalized file check-in by OneLocBuild Task: Build...
2023-05-17 Michal StrehovskýMake sure not to strip `endfilter` (#86374)
2023-05-17 Sanjam Panda[MONO] Add JIT_CODE_DEBUG_INFO record functionality...
2023-05-17 David MasonAdd IPC commands to enable and disable PerfMaps/JitDump...
2023-05-17 SingleAccretionDelete the verification type system (#86179)
2023-05-17 Zoltan Varga[mono][jit] Implement JIT support for the arm64 Crc...
2023-05-17 Egor BogatovImprove constant folding for some frozen objects (...
2023-05-17 Eirik TsarpalisRevert RequiredAttribute.DisallowAllDefaultValues ...
2023-05-17 Mike McLaughlinFix DAC syncblk API so the SOS tests stop failing inter...
2023-05-17 Qiao Pengcheng[LoongArch64] amend the crossgen2/r2rdump for LA64...
2023-05-17 Trung NguyenInitial build configuration for Haiku (#86303)
2023-05-17 Jakob Botsch... JIT: Stop specifying general JitStress in OSR/largefunc...
2023-05-17 Michal StrehovskýInclude Native AOT pdbs in Helix payload (#86367)
2023-05-17 LateApexEarlySpeedAdd ToDictionary() overloads for KeyValuePair and Value...
next