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-05-28Fix applying All annotation on a type from "copy" assembly (#2060) (#2064)v6.0.100-preview.5.21278.1release/6.0-preview5Vitek Karas
2021-05-14Try to re-enable RequiresCapability tests (#2029)Andy Gocke
2021-05-13Avoid creating an abstract class (#2030)Tlakaelel Axayakatl Ceja
2021-05-13Implement DynamicallyAccessedMemberTypes.Interfaces (#2023)Vitek Karas
2021-05-13Add a test for determining static type of enumeration (#2028)Vitek Karas
2021-05-13Add RequiresAssemblyFiles CodeFix (#2015)Tlakaelel Axayakatl Ceja
2021-05-12Add a test for always throwing method with annotated return value (#2026)Vitek Karas
2021-05-10Update dependencies from https://github.com/dotnet/runtime build 20210510.1 (...dotnet-maestro[bot]
2021-05-10Update dependencies from https://github.com/dotnet/arcade build 20210507.5 (#...dotnet-maestro[bot]
2021-05-10Allow custom steps to share state (#2019)Sven Boemer
2021-05-08Trim parameter names metadata when they are not needed. (#1988)Marek Safar
2021-05-07Improve expected tests results verification for branch instructions (#2018)Marek Safar
2021-05-07Avoid showing hidden lines in warning location (#2017)Vitek Karas
2021-05-06Add UnconditionalSuppressMessage codefixer (#2002)Tlakaelel Axayakatl Ceja
2021-05-04Delete Microsoft.NET.ILLink.Tasks.targets (#2012)Viktor Hofer
2021-05-04Implements constant return value propagation for methods with parameters (#1998)Marek Safar
2021-05-03Update dependencies from https://github.com/dotnet/runtime build 20210503.1 (...dotnet-maestro[bot]
2021-05-03Update dependencies from https://github.com/dotnet/arcade build 20210430.2 (#...dotnet-maestro[bot]
2021-04-29Implement support for ifdefs in header file parsing (#1980)Vitek Karas
2021-04-28Revert "Upgrade linker TFM to net6.0 (#1996)" (#2000)Vitek Karas
2021-04-28Improve comments (#1999)Vitek Karas
2021-04-27Upgrade linker TFM to net6.0 (#1996)Vitek Karas
2021-04-26Update linker repo to the latest SDK (#1995)Vitek Karas
2021-04-26Update dependencies from https://github.com/dotnet/runtime build 20210426.1 (...dotnet-maestro[bot]
2021-04-26Update dependencies from https://github.com/dotnet/arcade build 20210422.1 (#...dotnet-maestro[bot]
2021-04-26Add tests for object.GetType over generic type arguments (#1992)Vitek Karas
2021-04-24Fix delegate conversion on analyzers (#1964)Tlakaelel Axayakatl Ceja
2021-04-22Fix issue with forwarders in copyused assemblies (#1987)Sven Boemer
2021-04-22Unified handling of Resolve calls (#1979)Marek Safar
2021-04-21Add helpLinkUri for IL3002 (#1970)Youssef Victor
2021-04-21Fix generic parameter validation in MakeGenericMethod and similar (#1983)Vitek Karas
2021-04-19Support running a basic analysis of generic instantiations created through re...Jeremy Koritzinsky
2021-04-19Update dependencies from https://github.com/dotnet/runtime build 20210418.1 (...v6.0.100-preview.2.21219.1dotnet-maestro[bot]
2021-04-19Update dependencies from https://github.com/dotnet/arcade build 20210416.2 (#...dotnet-maestro[bot]
2021-04-17Fix marking of annotations on complex type hierarchies (#1972)Vitek Karas
2021-04-17First draft of blog post on fixing warnings (#1946)Andy Gocke
2021-04-17Check for namespace in GetDisplayName (#1968)Mateo Torres-Ruiz
2021-04-16Preserve types for serialization (#1932)Sven Boemer
2021-04-16Resolving a type represented by a type name string should mimic Type.GetType ...Mateo Torres-Ruiz
2021-04-15Fixes a nullref and spurious warnings (#1962)Vitek Karas
2021-04-13Continue updating forwarder scopes even if a non resolvable forwarder is foun...Mateo Torres-Ruiz
2021-04-13Suppress dependencies for analyzer package (#1961)Andy Gocke
2021-04-12Remove some TODO comments - instead file issues (#1950)Vitek Karas
2021-04-12Update dependencies from https://github.com/dotnet/runtime build 20210411.7 (...dotnet-maestro[bot]
2021-04-12Update dependencies from https://github.com/dotnet/arcade build 20210409.17 (...dotnet-maestro[bot]
2021-04-12Expression.Call can act as MakeGenericMethod so make it perform same validati...Vitek Karas
2021-04-09Add support for annotations in classes/interfaces/structs in the linker (#1929)Tlakaelel Axayakatl Ceja
2021-04-09Use CodeFixProvider project as analyzer package project (#1945)Andy Gocke
2021-04-07Support collapsing trim analysis warnings (#1937)Sven Boemer
2021-04-06Extend attributes removal to support values matching (#1935)Marek Safar