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-02-01Fix generic parameter validationSven Boemer
2022-02-01Merge remote-tracking branch 'origin/feature/damAnalyzer' into mergeFromMainSven Boemer
2022-02-01Merge remote-tracking branch 'origin/feature/damAnalyzer' into mergeFromMainSven Boemer
2022-02-01generic type annotation (#2478)Lakshan Fernando
2022-01-31Fix inconsistencies in Requires attribute checks (#2553)Sven Boemer
2022-01-27Merge branch 'feature/damAnalyzer' into merges/main-to-feature/damAnalyzerVitek Karas
2022-01-26Add a link to an issue for existing test case (#2551)Vitek Karas
2022-01-22Create a schema for the LinkAttribute XML files (#2500)Jackson Schuster
2022-01-19First intrinsics (#2498)Vitek Karas
2022-01-15Fix expected warnings for testsSven Boemer
2022-01-14Merge remote-tracking branch 'upstream/main' into feature/damAnalyzerAndy Gocke
2022-01-14[DAM analyzer] Support exceptional control flow (#2481)Sven Boemer
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-08Add test for wrong warning in MakeGenericType annotation mismatch (#2429)Vitek Karas
2021-12-03[feature/damAnalyzer] Change linker dataflow to use ValueSet/MultiValue (#2401)Vitek Karas
2021-12-01Add some tests for by ref type data flow (#2407)Vitek Karas
2021-11-30[DAM analyzer] Add support for properties and enable more tests (#2390)Sven Boemer
2021-11-17[DAM analyzer] Add basic dataflow analysis (#2360)Sven Boemer
2021-11-02Fixes Issue 2308 (#2348)Lakshan Fernando
2021-10-30Merge remote-tracking branch 'origin/release/6.0.2xx' into updateFromMainSven Boemer
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-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-18Support assembly as message origin (#2212)Sven Boemer
2021-08-10Fix warnings for DAM.All (#2191)Sven Boemer
2021-08-10Adds a test for issue #2196 (#2197)Vitek Karas
2021-07-31Share DiagnosticStrings add mechanism to generate a DiagnosticDescriptor give...Mateo Torres-Ruiz
2021-07-30Warn when accessing DAM annotated method via reflection (#2145)Vitek Karas
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-23Match Attributes for virtual methods and overrides (#2046)Tlakaelel Axayakatl Ceja
2021-06-03Handle different dynamic member access for multiple branches (#2076)Andrii Kurdiumov
2021-06-01Add support for UnrecognizedReflectionAccessPattern in analyzer test infra (#...Mateo Torres-Ruiz
2021-05-28Warn when method return type is annotated but it's not Type or String (#2066)Vitek Karas
2021-05-27Fix applying All annotation on a type from "copy" assembly (#2060)Vitek Karas
2021-05-13Implement DynamicallyAccessedMemberTypes.Interfaces (#2023)Vitek Karas
2021-05-12Add a test for always throwing method with annotated return value (#2026)Vitek Karas
2021-05-08Trim parameter names metadata when they are not needed. (#1988)Marek Safar
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-16Resolving a type represented by a type name string should mimic Type.GetType ...Mateo Torres-Ruiz
2021-04-12Expression.Call can act as MakeGenericMethod so make it perform same validati...Vitek Karas
2021-03-30Improve external custom attribute annotations support (#1923)Marek Safar
2021-03-20Add Recognized pattern to actually verify there is no errors (#1908)Tlakaelel Axayakatl Ceja