platform/upstream/dotnet/runtime.git
2023-01-06 Tanner GoodingImproving the SIMD codegen for SIMD12 load/store (...
2023-01-06 Jan VorlicekRemove incorrect assert from UnixEvent::Wait (#80270)
2023-01-06 Austin Wise[NativeAOT] remove duplicate load of register (#80285)
2023-01-06 Tomas Weinfurtdisable SendFileGetsCanceledByDispose on MacOS (#80286)
2023-01-06 Michal StrehovskýAdd more precise tracking of static bases (#80093)
2023-01-06 Michał PetrykaConvert MemoryMarshal.GetArrayDataReference to a JIT...
2023-01-06 Zoltan Varga[mono][aot] Disable dedup for wrapper with a return...
2023-01-06 Tomas Weinfurtimprove SslStream exception after disposal (#79329)
2023-01-06 Vladimir SadovDo not run managed pre-mortem callbacks for GC threads...
2023-01-06 Michal StrehovskýMake metadata reader smaller (#80224)
2023-01-06 Tanner GoodingFix a build error around the ConstantExpected analyzer...
2023-01-06 Ankit Jain[wasm] WBT: Update expected blazor tfm to net8.0 to...
2023-01-06 Tanner GoodingAnnotate platform specific hardware intrinsics with...
2023-01-06 Jan Kotas Use function pointers instead of marshalled delegates...
2023-01-05 Zoltan Varga[wasm] Disable llvm for methods/calls with more than...
2023-01-05 Will Smith[JIT] X64/ARM64 - Fold 'x & 255' and 'x & 65535' to...
2023-01-05 Aaron RobinsonFix assembly unloading for DispatchInfo (#80203)
2023-01-05 Jeremy KoritzinskyEnsure that we don't root the compilation when using...
2023-01-05 Jeremy KoritzinskyRemove dead code relating to switching AppDomains in...
2023-01-05 Katelyn GaddRemove remaining use of handles in interp_exec_method...
2023-01-05 Zoltan Varga[mono][aot] Avoid emitting gshared methods multiple...
2023-01-05 Aleksey Kliger... [build] Use MonoWasmBuildVariant to select runtime...
2023-01-05 Jo ShieldsCross-compile Wasm cross-compilers for ARM64 machines...
2023-01-05 Zoltan Varga[wasm] Fix dedup support. (#80223)
2023-01-05 Austin WiseImprove the performance of ConditionalWeakTable.TryGetV...
2023-01-05 Chris AhnaFix pGeneratedNewStub determination (#80128)
2023-01-05 Zoltan Varga[wasm] Don't pass -Wl,--allow-undefined to emcc when...
2023-01-05 Allan Targinocleaning unused method in logging source generator...
2023-01-05 Tanner GoodingReplace the last two SIMDIntrinsic in LIR with NamedInt...
2023-01-05 Miha ZupanUse IndexOfAnyValues in the RegexCompiler and source...
2023-01-05 Jan VorlicekFix bug introduced by page bitmap removal (#80216)
2023-01-05 Andrii KurdiumovMake sure that entry point is reflectable (#80226)
2023-01-05 dotnet botLocalized file check-in by OneLocBuild Task: Build...
2023-01-05 Andrii KurdiumovFix bunch of incompatibilies of ComWrappers (#80119)
2023-01-05 Stephen ToubUse MemoryExtensions.Split in MimeBasePart.DetectEncodi...
2023-01-05 Stephen ToubRemove unnecessary static field from BigInteger (#80212)
2023-01-05 Stephen ToubSwitch a few ThrowIfLessThan(..., 1) calls to be ThrowI...
2023-01-05 Marie PíchováTest made more reliable by eating TimeoutException...
2023-01-05 SingleAccretionUse helpers for implicit casts in importer (#78279)
2023-01-05 Egor BogatovIgnore stale PGO data in impCastClassOrIsInstToTree...
2023-01-05 Jakob Botsch... JIT: Allow sharing call temps within statements (#79574)
2023-01-05 Jakob Botsch... Disable hardware intrinsics tests under gcstress for...
2023-01-05 Dan MoseleyFix crash in fixer on certain invalid patterns (#80007)
2023-01-05 Stephen ToubFix regex test compilation failure on .NET Framework...
2023-01-05 Andrew AuInclude GC in the default rundown keyword for eventpipe...
2023-01-05 dotnet-maestro... [main] Update dependencies from 9 repositories (#79685)
2023-01-05 Jeremy KoritzinskyCreate basic YAML template for the pipeline for buildin...
2023-01-05 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-01-04 Miha ZupanFix HTTP/2 extended connect hang (#80066)
2023-01-04 Vlad Brezae[mono][interp] Fix issue with clearing of unused defs...
2023-01-04 SingleAccretionSupport deleting "entire" stores in the VN-based dead...
2023-01-04 Kevin JonesAdd tests for Compute{Counter}Signature with attribute...
2023-01-04 Jeremy KoritzinskyRemove duplicate android and wasm yaml templates to...
2023-01-04 Günther FoidlBase64.Decode: fixed latent bug for invalid input that...
2023-01-04 Stephen ToubEnable regex generator nullable reference types validat...
2023-01-04 Thays Grazia[mono][debugger] Debugger method invokes dont' handle...
2023-01-04 dotnet-maestro... [main] Update dependencies from dotnet/arcade (#80171)
2023-01-04 Kevin JonesFix SignedCms certificate collection modification with...
2023-01-04 Gregg MiskellyAdd Visual Studio debugging note to libraries README...
2023-01-04 Kevin JonesFix CngKey.KeySize for keys in the Platform Crypto...
2023-01-04 Zoltan Varga[wasm] AOT BCL tests using -O1 to avoid OOM errors...
2023-01-04 Jan VorlicekEnable CoreCLR init failure logging in single exe host...
2023-01-04 Stephen ToubDelete erroneous simplifer annotation for regex fixer...
2023-01-04 Radek Doulik[wasm] Add ConditionalSelect SIMD intrinsics (#80145)
2023-01-04 Kevin JonesUse platform runtime check for ProtectedData (#80158)
2023-01-04 Viktor HoferClean-up ILLink targets and avoid binplacing (#80102)
2023-01-04 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2023-01-04 Bruce ForstallImprove emitter output for IG creation/saving and other...
2023-01-04 Katelyn Gadd[wasm] enable JITs for interp->aot and aot->interp...
2023-01-03 Aaron RobinsonRemove some instances of `%S` and `%ls` (#78894)
2023-01-03 Jan VorlicekRemove page map from PAL virtual memory allocator ...
2023-01-03 Ankit Jain[wasm] Revert back to using latest stable versions...
2023-01-03 Aaron RobinsonDisable inlining for helper method (#80124)
2023-01-03 dotnet-maestro... [main] Update dependencies from dotnet/arcade (#79953)
2023-01-03 Austin WiseGenerate CodeView debug information for .asm files...
2023-01-03 Radek Doulik[wasm] Add WidenUpper and WidenLower SIMD intrins ...
2023-01-03 Jackson SchusterAvoid caching compilation data and use value equality...
2023-01-03 Eric ErhardtFix failing Hosting tests (#79455)
2023-01-03 Bruce ForstallBe more flexible in finding libcoredistools (#80054)
2023-01-03 Bruce ForstallInclude zero-sized diffs in the set of textual diffs...
2023-01-03 Lachlan EnnisAdd nullability to `CreateInstance` in `TypeDescriptor...
2023-01-03 madelsonFix thread-safety issues with enumerating ResourceManag...
2023-01-03 Jan KotasIgnore SendMessageTimeout failures on Windows Nano...
2023-01-03 Shreyas Jejurkarfix (doc) : Specify where `*.dgml` files are generated...
2023-01-03 Milos Kotlar[mono][interp] Expand compare + brfalse/brtrue with...
2023-01-03 Miha ZupanDouble IndexOf throughput for chars (#78861)
2023-01-03 Michal StrehovskýGenerate fewer `ExactMethodInstantiationsHashtable...
2023-01-03 Andrii KurdiumovIgnore uninstantiated generic method (#80096)
2023-01-02 Viktor HoferUse shipping runtime.json for RID targeting (#80074)
2023-01-02 Miha ZupanUse ArrayBuffer for write buffer management in HttpConn...
2023-01-02 Poppyto* Registry.GetSubKeyNames : Remove List copy to Array...
2023-01-02 dotnet-maestro... [main] Update dependencies from dotnet/cecil (#79993)
2023-01-02 Miha ZupanUse IndexOfAnyValues in MultipartContent (#79788)
2023-01-02 Miha ZupanUse IndexOfAnyValues in WebSocketValidate (#79974)
2023-01-02 Michal StrehovskýResolve generic virtual methods in managed type system...
2023-01-02 Michal StrehovskýAdd NativeAOT checked leg (#79847)
2023-01-01 Miha ZupanUse ArrayBuffer for read buffer management in HttpConne...
2023-01-01 bjornen77Fix XML documentation (#80085)
2023-01-01 Miha ZupanUse ArrayBuffer for read buffer management in HttpConne...
2022-12-30 Vladimir Sadov[NativeAOT] Cleanup and rationalizing process/thread...
next