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
AgeCommit message (Expand)Author
2022-08-26[mono] Disable JIT/Methodical/Coverage/copy_prop_byref_to_native_int on all c...github-actions[bot]
2022-08-25[release/7.0] [mono] Assert that we don't need to inflate types when applying...github-actions[bot]
2022-08-20[release/7.0-rc1] Disable failing runtime extra platforms tests (#74264)github-actions[bot]
2022-08-20[release/7.0-rc1] Disable Int128 use in by value ABI scenarios, and fix field...github-actions[bot]
2022-08-18[release/7.0-rc1] Fix auto layout algorithm to compute structure alignment co...github-actions[bot]
2022-08-11[android] Disable failing JIT.Directed test (#73704)Simon Rozsival
2022-08-09Revert "Disable GetGCMemoryInfo on arm (#73477)" (#73595)Noah Falk
2022-08-09[mono][interp] Return null for localloc with len 0 (#73174)Vlad Brezae
2022-08-09[Mono] Enable X86Base.Pause test only when LLVM is enabled (#73318)Fan Yang
2022-08-08Fix issue where calculation of valuetypeshapecharacteristic on Arm64 does not...David Wrighton
2022-08-08Disable GetGCMemoryInfo on arm (#73477)Juan Hoyos
2022-08-07[mono] Disable JIT/Methodical/Coverage/copy_prop_byref_to_native_int. (#73511)Zoltan Varga
2022-08-05Disambiguate calli thunks based on full calling conventions (#73359)Jan Kotas
2022-08-05Fix missing case for function pointer signatures in Crossgen2 (#73341)Tomáš Rylek
2022-08-02JIT: Disallow return buffer aliasing for unmanaged calls (#73059)Jakob Botsch Nielsen
2022-08-02[mono][interp] Throw exception if stack is not empty after localloc (#73176)Vlad Brezae
2022-08-02[mono] Don't allow interfaces as catch classes to catch anything. (#73165)Zoltan Varga
2022-07-30Add EH filters for generic catch(T) blocks (#72721)Egor Bogatov
2022-07-29JIT: Disqualify methods with modifiable `this` from OSR. (#72877)Andy Ayers
2022-07-27Re-enable throwinnestedtrycatch_il_r test (#72901)Kunal Pathak
2022-07-27Enable GitHub_35821 (#72900)Kunal Pathak
2022-07-27Exclude JIT/opt/ValueNumbering/TypeTestFolding from crossgen2 testing (#72878)Andy Ayers
2022-07-25JIT: teach VN to fold type comparisons (#72136)Andy Ayers
2022-07-24Fix typos (#72709)Adeel Mujahid
2022-07-23Add support for static default interface methods (#72661)Michal Strehovský
2022-07-21Do not assume return type ABIs match in `RETURN(CALL)` (#72285)SingleAccretion
2022-07-21[Mono]: Fix infrequent infinite loop on Mono EventPipe streaming thread. (#72...Johan Lorensson
2022-07-21[mono] ThisCall with no arguments is invalid (#72495)Aaron Robinson
2022-07-20Re-enable test that passes locally (#72491)Jeremy Koritzinsky
2022-07-19JIT: Remove GTF_CALL_M_UNMGD_THISCALL and badcode on thiscall with 0 args (#7...Jakob Botsch Nielsen
2022-07-19Enable CopyConstructorMarshaler after #71792 fix (#72383)Kunal Pathak
2022-07-14Re-enable releaseondetach profiler test (#72144)David Mason
2022-07-14[mono] Refactor UnmanagedCallersOnly_MonoAot tests (#71535)Ivan Povazan
2022-07-13Regression test for GitHub issue #71319 (#71461)Tomáš Rylek
2022-07-08Disable Runtime_57606 on win-arm32 (#71844)Bruce Forstall
2022-07-07Fix incoming arg struct splitting (#71701)Bruce Forstall
2022-07-07On 64 bit platforms, "stelem.ref" and "ldelema" ignore the high bits of a nat...David Wrighton
2022-07-02Support long pdata unwinding and save_next for floating point regs in ARM64 (...Juan Hoyos
2022-06-30Spill non-morphable split args on non-ARM targets (#71380)SingleAccretion
2022-06-18Harden for null byrefs (#70317)Aaron Robinson
2022-06-17Disable long running test (#70843)Fan Yang
2022-06-10Avoid discarding upper bits when folding GT_SWITCH (#69986)Jakob Botsch Nielsen
2022-06-10Update disabled tests details with newly created issues (#70493)Ivan Povazan
2022-06-07Re-enable the pause intrinsic test for x86/x64 CoreCLR (#70230)Tanner Gooding
2022-06-07JIT ARM32: Fix passing odd sized structs from arbitrary sources (#70075)Jakob Botsch Nielsen
2022-06-07Always use portable tailcalling mechanism for delegate tailcalls (#70269)Jakob Botsch Nielsen
2022-06-06Re-disable `Runtime_56953` (#70258)Bruce Forstall
2022-06-04Re-enable Runtime_56953 on ARM64 (#70237)SingleAccretion
2022-06-01[wasm] Fix runtime test failing due to the app running in debug mode (#70050)Ankit Jain
2022-06-01[mono] Support array parameter types of custom attributes in Mono AOT compile...Ivan Povazan