platform/upstream/dotnet/runtime.git
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...
2022-12-30 Thays Grazia[wasm][debugger] Adding support to receive evaluationOp...
2022-12-30 Miha ZupanUse IndexOfAnyValues in CompareInfo.Icu (#79787)
2022-12-30 Miha ZupanRe-enable UploadValues_Success test (#80034)
2022-12-30 Miha ZupanAdd a test for IndexOfAnyValues.GetValues (#80038)
2022-12-29 Michal StrehovskýFix stringification of types in managed type system...
2022-12-29 Pavel Savara[wasm] Asserts for externaly configured assets, more...
2022-12-28 Zoltan Varga[mono] Reuse handles inside a loop in reflection_create...
2022-12-28 Tanner GoodingMove remaining HIR SIMDIntrinsics to SimdAsHWIntrinsic...
2022-12-28 Thays Grazia[wasm][debugger] Trying to fix firefox flaky tests...
2022-12-28 iinuwaFix/multi server ldap binding linux (#79657)
2022-12-28 Bruce ForstallAdd missing JitDump for LowerStoreLocCommon (#80008)
2022-12-28 Michal StrehovskýFix generic dataflow for generic virtual methods (...
2022-12-28 Robin SueDelete ProcessXmlBase (#79980)
2022-12-28 Kunal PathakFix the ARM's `double` register name displayed in JitDi...
2022-12-27 Jan KotasMerge pull request #79918 from tlakollo/SyncILLinkAllHi...
next