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
2022-06-01Add two specific tests for type hierarchy marking (#2814)Vitek Karas
2022-04-29Share Type.GetType and similar intrinsics (#2773)Vitek Karas
2022-04-25Share MakeGeneric.. and Expression.Call (#2758)Vitek Karas
2022-04-22Fix handling of special intrinsics in analyzer (#2756)Vitek Karas
2022-04-06Share GetConstructor intrinsic a lot of small fixes (#2725)Vitek Karas
2022-04-01Files in linker repository now have the same license header at the beginning ...Tlakaelel Axayakatl Ceja
2022-03-18Propagate DynamicallyAccessedMemberTypes through Nullable<T> to T (#2675)Jackson Schuster
2022-03-01Share intrinsics for Expression.Property and Field (#2671)Vitek Karas
2022-02-28Fix behavior of intrinsics with empty inputs (#2652)Sven Boemer
2022-02-28Share intrinsic handling of GetMember and similar APIs (#2639)Vitek Karas
2022-02-19Merge branch 'main' into merge-damanalyzerAndy Gocke
2022-02-18Add test which accessed property backing field via reflection (#2629)Vitek Karas
2022-02-17Add a test for object.GetType not applying DAM-on-type if it's not used (#2619)Vitek Karas
2022-02-15[DAM analyzer] Track null values in analyzer (#2604)Sven Boemer
2022-02-05Share more intrinsics (#2571)Vitek Karas
2022-01-15Fix expected warnings for testsSven Boemer
2022-01-14Merge remote-tracking branch 'upstream/main' into feature/damAnalyzerAndy Gocke
2022-01-07Merge pull request #2486 from dotnet/merges/release/6.0.2xx-to-maindotnet bot
2022-01-07[release/6.0.2xx] Propagate Interfaces annotation through Type.BaseType (#2476)Vitek Karas
2022-01-05ExpectedWarning silences one warning per attribute (#2479)Tlakaelel Axayakatl Ceja
2021-12-15[feature/damAnalyzer] Remove reflection access patterns from tests (#2444)Vitek Karas
2021-12-09Simplify unknown binding flags handling and fix param names (#2426)Vitek Karas
2021-12-09Adds a test for GetMethod with wrong binding flags (#2433)Vitek Karas
2021-11-16Merge remote-tracking branch 'origin/main' into updateFromMainSven Boemer
2021-10-30Merge remote-tracking branch 'origin/release/6.0.2xx' into updateFromMainSven Boemer
2021-10-21Revert "Make BindingFlagsAreUnsupported more precise (#2296)"Andy Gocke
2021-10-21Revert "Fix handling of unknown BindingFlags (#2288)"Andy Gocke
2021-10-11[feature/damAnalyzer] Enable a few linker DAM tests for analyzer (#2307)Sven Boemer
2021-10-04Sync license header with runtime repo (#2303)Adeel Mujahid
2021-09-29Make BindingFlagsAreUnsupported more precise (#2296)Michal Strehovský
2021-09-22Fix handling of unknown BindingFlags (#2288)Michal Strehovský
2021-09-20Mark forwarders for all TypeReferences (#2276) (#2280)Sven Boemer
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