Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-05-30[wasm] Process WebSocket connection errors on NodeJS (#69858)Marek Fišera
2022-05-30Use the signature's struct handle for making outgoing arg copies (#69971)SingleAccretion
2022-05-30Delete dead rationalizer transform (#69958)SingleAccretion
2022-05-30Fix setting of DacpHeapSegmentData::highAllocMark on DAC side. (#69670)Peter Sollich
2022-05-30Add the repro case for github issue #68443 (https://github.com/dotnet/runtime...Peter Sollich
2022-05-30Change dispenser policy for RuntimeAssembly to ReuseAlways (#69937)Jan Kotas
2022-05-29changed frequently used redhawk mentions. (#69962)Prasanta Chettri
2022-05-29Convert Valuetype.FastEqualsCheck and GetHashCodeOfPtr to managed (#69723)Huo Yaoyuan
2022-05-29Rename NativeMemory.ZeroMemory (#69948)Jan Kotas
2022-05-29JIT: fix jit stress now that W^X is enabled (#69946)Andy Ayers
2022-05-28Remove unused MissingMemberException.FormatSignature (#69890)Huo Yaoyuan
2022-05-28Handle mis-sized structs in ARM/64 `PUTARG_STK` codegen (#69905)SingleAccretion
2022-05-28JIT: allow pinvoke calli helper in TreatAsShouldHaveRetBufArg (#69927)Andy Ayers
2022-05-28Relax the address exposure condition in forward substitution (#69818)SingleAccretion
2022-05-28Refactoring the generic-math CreateChecked/Saturating/Truncating APIs to matc...Tanner Gooding
2022-05-28[wasm] Explicitly include mscorlib.dll, to support scanning assemblies (#69886)Ankit Jain
2022-05-28Implement LoadLibraryErrorTracker (#69842)Michal Strehovský
2022-05-28[mono][wasm] Pin thrown exceptions during EH. (#69916)Zoltan Varga
2022-05-28Implement PemEncoding.WriteStringKevin Jones
2022-05-28Pin char when UTF-16 marshalling is specified and runtime marshalling is disa...Elinor Fung
2022-05-28Remove Or, And, Not + related fixes (#69839)Olli Saarikivi
2022-05-28[MONO] Factor marshal-lightweight out of marshal-ilgen (#69208)Nathan Ricci
2022-05-28Optimize better with maximum array length (#69735)Bruce Forstall
2022-05-28Fix Stream.ReadAtLeast perf regression in DataContractSerializer (#69879)Eric Erhardt
2022-05-28Fix state buffer length in OdbcHandle.GetDiagnosticRecord (#69914)Elinor Fung
2022-05-28[wasm] Disable runtime test failing due to stack overflow (#69863)Ankit Jain
2022-05-28Remove CORCOMPILE_IMPORT_SECTION (#69881)David Wrighton
2022-05-28[LoongArch64] enable the promote feature. (#69840)Qiao Pengcheng
2022-05-27Do not recost and rethread trees inside `optRemoveRangeCheck` (#69895)SingleAccretion
2022-05-27Implement fake hot/cold splitting and corresponding stress mode (#69763)Aman Khalid
2022-05-27A few tweaks to regex source generator comments / naming for lookbehinds (#69...Stephen Toub
2022-05-27Don't pin managed collection objects when the contents are non-blittable. (#6...Jeremy Koritzinsky
2022-05-27Deleting field sequences from `LCL_FLD` and `VNF_PtrToArrElem` (#68986)SingleAccretion
2022-05-27Remove a few more unnecessary allocations in X.509Kevin Jones
2022-05-27[QUIC] Fix flags usage on Linux (#69874)Marie Píchová
2022-05-27Display parents' members on GetProperties. (#68907)Ilona Tomkowicz
2022-05-27Make interp_to_native_signatures_count static (#69867)Marek Fišera
2022-05-27Make SPMI collections work on crashes/assertion failures (#69494)Jakob Botsch Nielsen
2022-05-27Fix value type unboxing bug (#69815)Buyaa Namnan
2022-05-26File system type fix (#69484)Adam Sitnik
2022-05-26Update gcc leg to 12.1.0 (#69188)Adeel Mujahid
2022-05-26Redisable timouting MsQuic tests (#69843)Radek Zikmund
2022-05-26[LibraryImportGenerator] Reduce unnecessary casting/locals in pinning path (#...Elinor Fung
2022-05-26[LoongArch64] Fixed the exception's dispatch by EPC. (#69712) (#69712)Qiao Pengcheng
2022-05-26Better createdump error messages (#69663)Mike McLaughlin
2022-05-26Remove extraneous diagnostic (#69830)Jeremy Koritzinsky
2022-05-26Adding analyzer/fixer for the Regex Source Generator (#68976)Jose Perez Rodriguez
2022-05-26Some clean-up of host tests (#69802)Elinor Fung
2022-05-26pool async state in SslStream (#69418)Tomas Weinfurt
2022-05-26Add EvaluationResult Scheme for arrays. (#67095)Ilona Tomkowicz