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-09-16Better warning message for DynamicDependency problem (#3035)Vitek Karas
2022-09-15Fix how keeping something due to DynamicDependency is traced (#3033)Vitek Karas
2022-08-19IL2121 warnings point to XML files correctly (#2965)Jeremi Kurdek
2022-08-16Use HashSet instead of List for _virtual_methods (#2976)Jackson Schuster
2022-08-12Dataflow support for ref fields (#2947)Jackson Schuster
2022-08-11Process static interface methods as virtual methods (#2926)Jackson Schuster
2022-08-03Separate interface method trimming logic and update for static interface meth...Jackson Schuster
2022-07-22Avoid dataflow analysis for generic parameters (#2908)Sven Boemer
2022-07-22Fix re-entrancy when marking nested functions (#2907)Sven Boemer
2022-07-09Refactorings to help with linker->AOT integration (#2883)Vitek Karas
2022-06-30Add compiler-generated code dataflow analysis (#2842)Sven Boemer
2022-06-24Keep unresolved interface impl (#2858)Jackson Schuster
2022-06-21Seal classes to silence warnings in Preview 5 (#2852)Jackson Schuster
2022-06-16Revert "Re-add static interface trimming with more testing (#2791)" (#2841)Jackson Schuster
2022-06-14Re-add static interface trimming with more testing (#2791)Jackson Schuster
2022-06-14Don't catch all exceptions; propagate unexpected errors to trigger Watson dum...Jackson Schuster
2022-06-07Scan compiler-generated methods as a group (#2792)Sven Boemer
2022-05-19Split up ReflectionMethodBodyScanner (#2796)Sven Boemer
2022-05-12Record trim analysis patterns in scanner (#2782)Sven Boemer
2022-05-11Match analyzer and linker requires methods (#2788)Tlakaelel Axayakatl Ceja
2022-05-06Revert static interface trimming (#2784)Jackson Schuster
2022-04-21Remove AnalysisContext and ScopeStack from method body scanner (#2747)Sven Boemer
2022-04-21Use WellKnownType in more places and add mapping to MetadataType (#2699)Jackson Schuster
2022-04-21Trim static interfaces (#2741)Jackson Schuster
2022-04-12Don't remove unused interfaces in library mode (#2711)Jackson Schuster
2022-04-01Files in linker repository now have the same license header at the beginning ...Tlakaelel Axayakatl Ceja
2022-03-31Lambda and local function suppressions (#2689)Sven Boemer
2022-03-18Remove SuppressionContextMember (#2691)Sven Boemer
2022-03-01Remove special logic for TypeConverterAttribute (#2659)Jackson Schuster
2022-02-09Merge pull request #2594 from dotnet/merges/main-to-feature/damAnalyzerSven Boemer
2022-02-04Enable array arguments for custom attributes in xml and add array ctor for Re...Jackson Schuster
2022-01-19First intrinsics (#2498)Vitek Karas
2022-01-12Add WarningIds part 2 (#2499)Tlakaelel Axayakatl Ceja
2022-01-11Add warning Ids part 1 (#2475)Tlakaelel Axayakatl Ceja
2022-01-06Adds Error Ids into ILLink.Shared project (#2472)Tlakaelel Axayakatl Ceja
2021-12-16Merge pull request #2450 from dotnet/merges/release/6.0.2xx-to-maindotnet bot
2021-12-14Replace '/' with '.' in IL2109 warning pathsJackson Schuster
2021-12-02Fixes a null-ref/NotSupportedException in warning infra (#2396)Vitek Karas
2021-11-22Fix marking of nested type forwarders (#2385)Vitek Karas
2021-11-15Add a custom flag to disable marking of copy assemblies (#2370)Vitek Karas
2021-10-19Nullable annotations part 4 (final) (#2300)Sven Boemer
2021-09-24Share logic for discovering typereferences (#2287)Sven Boemer
2021-09-20Mark forwarders for all TypeReferences (#2276) (#2280)Sven Boemer
2021-09-17Enable nullable on annotations (#2278)Tlakaelel Axayakatl Ceja
2021-09-16Change occurrences of 'mono/linker' to 'dotnet/linker' (#2277)Mateo Torres-Ruiz
2021-09-03Nullable annotations part 1 (#2253)Sven Boemer
2021-09-01Enable nullable warnings for linker (#2244)Sven Boemer
2021-09-01Normalize warning messages (#2243)Mateo Torres-Ruiz
2021-08-30Add BannedApiAnalyzer (#2234)Sven Boemer
2021-08-23Add static constructor behavior for RUC on type (#2207)Tlakaelel Axayakatl Ceja