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-25[release/7.0] [mono] Assert that we don't need to inflate types when applying...github-actions[bot]
2022-08-13[metadata] Do less initialization in mono_class_is_assignable (#73786)Aleksey Kliger (λgeek)
2022-08-02Fix typos (#73122)Adeel Mujahid
2022-07-24Fix typos (#72709)Adeel Mujahid
2022-07-17Fix typos (#72314)Adeel Mujahid
2022-07-14If the base type is a sequential zero-sized type, treat a derived auto-layout...Jeremy Koritzinsky
2022-07-13Regression test for GitHub issue #71319 (#71461)Tomáš Rylek
2022-07-10Fix miscellaneous typos (#71896)Adeel Mujahid
2022-06-28Add test coverage for generic type substitution with byreflike generics (#71276)Jeremy Koritzinsky
2022-06-23Fix for issue 70385 (stack overflow in the CoreCLR runtime during SVM validat...Tomáš Rylek
2022-06-21Renaming files because they don't reflect the IL code used in the tests (#69814)Thays Grazia
2022-06-02CoreCLR support for default interface implementation of static virtual method...Tomáš Rylek
2022-05-23Rename and reenable test (#69648)Aaron Robinson
2022-05-02Merge branch 'main' into darc-main-31d4c308-6782-4440-8589-61f58f239059Marek Safar
2022-04-28Delete .NET Framework ildasm headers from test sources (#68614)Jan Kotas
2022-04-28Update the ILAsm and SDK packages to support the new keyword. (#68598)Aaron Robinson
2022-04-21Merge branch 'main' into darc-main-31d4c308-6782-4440-8589-61f58f239059Alexander Köplinger
2022-04-18Support ByRefLike types as Generic parameters (#67783)Aaron Robinson
2022-04-16Merge branch 'main' into darc-main-31d4c308-6782-4440-8589-61f58f239059Larry Ewing
2022-04-15[mono] Fix MissingMethodException on calling methods with pointer arrays on g...Elinor Fung
2022-04-09Update target framework for some test projectsAnkit Jain
2022-04-02Infra fixes for bugs uncovered by testing of the JIT/Methodical merged tests ...Tomáš Rylek
2022-02-25Reduce TypeGeneratorTests log spew to 1% of its previous size (#65871)Tomáš Rylek
2022-02-18Class types with layout that inherit from System.Object should be ManagedSequ...Jeremy Koritzinsky
2022-02-18Update tests to help uncover CrossGen2 scenario validation (#65477)Aaron Robinson
2022-02-15Validate `IntPtr` and ByRef field overlap (#65246)Aaron Robinson
2022-02-09Add default method support to virtual statics (#64717)David Wrighton
2022-02-08vtable setup fix for generic default interface methods in mono runtime (#64102)Bill Holmes
2022-02-02Add tests for `ref` field overlap with OBJECTREF and non-aligned `ref` fields...Aaron Robinson
2022-01-30Fix layout and GCInfo for ByRef fields. (#64422)Aaron Robinson
2022-01-28Add support for byref fields in NativeAOT/crossgen2 (#64366)Michal Strehovský
2022-01-23Add runtime support for `ref` fields (#63985)Aaron Robinson
2022-01-20Bump Explicit-layout value types with no fields to at minimum 1 byte size. (#...Jeremy Koritzinsky
2021-12-15IL cleanup - remove .module and make .assembly match source name (#62812)Tomáš Rylek
2021-12-11Switch over Loader/classloader/TypeGeneratorTests to use merged wrappers (#61...Tomáš Rylek
2021-12-07Ensure all types are loaded when methods are accessed as function pointers (#...Aaron Robinson
2021-12-03Update overlapped field test to conflict on 32-bit arches (#62308)Aleksey Kliger (λgeek)
2021-12-02[mono] Fix StackTrace from a dim and Vtable offsets for static interface meth...Thays Grazia
2021-12-02[Mono] Fix support for nested structs with explicit layout (#61467)Simon Rozsival
2021-11-17Remove XUnit reference metadata from tests I switched over last week (#61691)Tomáš Rylek
2021-11-17Add [Fact] attributes to all remaining ilproj tests (#61625)Tomáš Rylek
2021-11-15Add [Fact] attributes on TypeGeneratorTests (#61534)Tomáš Rylek
2021-11-06Use the Xunit assert library instead of CoreCLRTestLibrary for most asserts (...Jeremy Koritzinsky
2021-11-03Deduplicate runtime tests using the class name 'Test' (#61125)Tomáš Rylek
2021-11-02Delete duplicate test projects (#61024)Tomáš Rylek
2021-10-30Deduplicate class names in the type generator tests (#60990)Tomáš Rylek
2021-10-22Simplify runtime test projects (#60724)Bruce Forstall
2021-09-30Fix for GitHub issue #59432 and the corresponding regression test (#59663)Tomáš Rylek
2021-09-21Delete duplicate runtime tests (#58676)Elinor Fung
2021-09-07Remove unused test libraries under classloader (#58596)Elinor Fung