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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-11Refactor how test case metadata is obtained. (#2268)Mike Voorhees
2021-06-10Initial work to support virtual static interface methods (#2072)Lakshan Fernando
2021-02-16Disable probing for assemblies by default (#1828)Sven Boemer
2021-01-18Clean up of trimming roots handling (#1725)Marek Safar
2020-09-30Update to latest dotnet-format versionMarek Safar
2020-09-16Add tests to enforcement test framework rules and conventions.Michael Voorhees
2020-09-11Fix some tests (#1481)Mike Voorhees
2020-08-12Check the correct interface list in IsInterfaceImplementationMarkedRecursivel...Michal Strehovský
2020-08-05Do not call MarkInterfaceImplementation if already marked (#1396)Michal Strehovský
2020-07-21Add support for default interface methods (#1357)Michal Strehovský
2020-07-15Allow stripping Delegate.BeginInvoke/EndInvoke (#1358)Michal Strehovský
2020-06-10Add SetupLinkerDescriptorFile (#1252)Tlakaelel Axayakatl Ceja
2020-06-06Support DynamicDependencyAttribute (#1215)Sven Boemer
2020-04-24Ensure consistent sources formatting (#1138)Marek Safar
2020-04-24Add feature removal based on XML substitutions (#1132)Sven Boemer
2020-03-13Remove PreserveDependencyAttribute from the expectations assemblyMichael Voorhees
2019-10-23Add option to disable interface sweeping (#649)Sven Boemer
2019-10-10Handle types with interfaces added laterMichael Voorhees
2019-06-11Disable Unreachable Bodies feature by default (#613)Alexander Köplinger
2019-04-12Mark instance method bodies lazily (#502)Mike Voorhees
2019-04-03Fix test failures on masterMichael Voorhees
2019-04-02Fix interface members from base with genericsMichael Voorhees
2019-04-02Fix test and type name mismatchMichael Voorhees
2019-03-22Fix invalid IL bug with interface sweeping due to parametersMichael Voorhees
2019-03-21Fix bug with interface sweeping when AssemblyAction is SaveAlexander Köplinger
2019-02-21Fix invalid IL when inherited interfacesUnknown
2019-02-20Adopt new directory layout (#466)Sven Boemer