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
path: root/src
AgeCommit message (Expand)Author
2021-05-21Merge pull request #2044 from LakshanF/ComRootParsingLakshan Fernando
2021-05-21ran lintLakshan Fernando
2021-05-21simpler hashcode to deal with a build breakLakshan Fernando
2021-05-20missed fb on one callsite locationLakshan Fernando
2021-05-20Implement IMetadataResolver for LinkContext (#2045)Sven Boemer
2021-05-20FBLakshan Fernando
2021-05-20fbLakshan Fernando
2021-05-20FBLakshan Fernando
2021-05-19Add line info in IL2001 and IL2002 (#2041)Mateo Torres-Ruiz
2021-05-19Parsing update for native header files with feature switchLakshan Fernando
2021-05-18Add line number/position info to warnings from XML files (#2039)Vitek Karas
2021-05-18Remove custom marking of nested types for event sources (#2032)Marek Safar
2021-05-17Update branch target instruction with replaced new instruction for (#2037)Marek Safar
2021-05-13Avoid creating an abstract class (#2030)Tlakaelel Axayakatl Ceja
2021-05-13Implement DynamicallyAccessedMemberTypes.Interfaces (#2023)Vitek Karas
2021-05-13Add RequiresAssemblyFiles CodeFix (#2015)Tlakaelel Axayakatl Ceja
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-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-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-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-17Fix marking of annotations on complex type hierarchies (#1972)Vitek Karas
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-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
2021-04-06Copy action behavior (#1941)Mateo Torres-Ruiz
2021-04-03Move remaining special serialization handling under same guard check (#1938)Marek Safar
2021-04-01Revert "Change behavior of copy action to not rewrite assemblies" (#1936)Mateo Torres-Ruiz
2021-04-01Change behavior of copy action to not rewrite assemblies (#1869)Mateo Torres-Ruiz