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-16Change occurrences of 'mono/linker' to 'dotnet/linker' (#2277)Mateo Torres-Ruiz
2021-08-26Remove unused usings (#2229)Mike Voorhees
2021-08-26Validate unrecognized patterns against logged warnings (#2230)Sven Boemer
2021-08-14Fix warnings for DAMT on interfaces (#2210)Sven Boemer
2021-08-10Fix warnings for DAM.All (#2191)Sven Boemer
2021-07-30Fix warning origin for DAM on types (#2162)Sven Boemer
2021-07-30Warn when accessing DAM annotated method via reflection (#2145)Vitek Karas
2021-07-16Fix Activator.CreateInstance case (#2146)Sven Boemer
2021-07-15Fix warning suppressions on types for type hierarchy (#2148)v6.0.100-preview.6.21365.1Sven Boemer
2021-07-13Add a library mode for type hierarchy marking (#2114)Lakshan Fernando
2021-07-12Passing null to args for Activator.CreateInstance means no args (#2111)Vitek Karas
2021-07-08Enhance NestedTypes in DynamicallyAccessedMemberTypes to keep all its members...Lakshan Fernando
2021-06-01Type get type generic annotation test (#2071)Vitek Karas
2021-06-01Add support for UnrecognizedReflectionAccessPattern in analyzer test infra (#...Mateo Torres-Ruiz
2021-05-13Add a test for determining static type of enumeration (#2028)Vitek Karas
2021-05-08Trim parameter names metadata when they are not needed. (#1988)Marek Safar
2021-04-26Add tests for object.GetType over generic type arguments (#1992)Vitek Karas
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-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-03-17Fix comments to match method signatures (#1903)Vitek Karas
2021-03-17Propagate annotations over Type.BaseType (#1901)Vitek Karas
2021-03-17Intrinsics for new overloads of GetConstructor and GetMethod (#1900)Vitek Karas
2021-03-13Upgrade tests to net6 (#1891)Vitek Karas
2021-03-11Basic tracking of MethodInfo and use it to improve Expression.Property and Ma...Vitek Karas
2021-03-01Enable more analyzers (#1862)Marek Safar
2021-02-19New linker intrinsics (#1829)Tlakaelel Axayakatl Ceja
2021-02-10Add a test for using Expression.Call on a generic method (#1820)Vitek Karas
2021-02-08Reenable default UnreachableBodies optimization (#1799)Marek Safar
2021-02-04Enable processing of dynamically referenced assemblies (#1666)Sven Boemer
2021-02-03Fix overreporting of warnings due to RequiresUnreferencedCode (#1798)Vitek Karas
2021-01-16Fix nullref caused by unknown value to the ignoreCase parameter of Type.GetTy...Vitek Karas
2020-12-18Mark everything if BindingFlags are not recognized by the linker (#1701)Tlakaelel Axayakatl Ceja
2020-12-16Add intrinsic handling of AsType and String.Empty (#1700)Michal Strehovský
2020-11-30Recognize UnderlyingSystemType as an intrinsic (#1655)Michal Strehovský
2020-11-12Add a sample test for #1617 - unknown binding flags (#1619)Vitek Karas
2020-10-26Mark generic arguments of dynamically accessed types passed as string (#1566)Mateo Torres-Ruiz
2020-10-07Fix reflection pattern errorMichael Voorhees
2020-09-30Update to latest dotnet-format versionMarek Safar
2020-09-17Update to target .NET5 framework (#1471)Marek Safar
2020-09-16Port .NET Native type name parser (#1472)Mateo Torres-Ruiz
2020-08-15Warn on case insensitive overload usage (#1413)Tlakaelel Axayakatl Ceja
2020-08-13Warnings cleanup (#1385)Vitek Karas
2020-07-08Rename DefaultConstructor to PublicParameterlessConstructor (#1329)Vitek Karas
2020-07-08Support for IgnoreCase BindingFlag in reflection pattern matching (#1297)Tlakaelel Axayakatl Ceja
2020-07-06Use GetDisplayName when logging types or methods (#1300)Mateo Torres-Ruiz
2020-07-03Correctness fixes to interface stripping (#1305)Michal Strehovský
2020-06-23Accept default constructor annotation in CreateInstance<T> (#1290)Michal Strehovský