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
2022-08-08[analyzer tool] Avoid exceptions when loading dependencies (#2949)Vitek Karas
2022-08-06Use preview 5 framework version in runtimeconfig (#2948)Sven Boemer
2022-08-05Include all warnings under suppression setting (#2930)Sven Boemer
2022-08-04New constraint on a generic argument involved in MakeGenericType/Method shoul...Vitek Karas
2022-08-03Separate interface method trimming logic and update for static interface meth...Jackson Schuster
2022-08-02Redundant suppressions support for suppressions on events and properties (#29...Jeremi Kurdek
2022-08-02Redundant suppressions detection (#2922)Jeremi Kurdek
2022-08-01Update DAMCodeFixProvider.cs (#2932)Youssef Victor
2022-08-01Make serialization discovery opt-in (#2929)Sven Boemer
2022-07-29Added support for suppressions on properties (#2925)Jeremi Kurdek
2022-07-28[main] Update dependencies from dotnet/arcade (#2884)dotnet-maestro[bot]
2022-07-27Update to .NET 7.0 TFM (#2919)Logan Bussell
2022-07-26Synchronize file type between analyzer and linker (#2917)Isabel Serrato
2022-07-26Map type parameters for static closures (#2899)Sven Boemer
2022-07-25DynamicallyAccessedMembers CodeFix (#2890)Isabel Serrato
2022-07-22Make StaticCs work in source build (#2909)Andy Gocke
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-20Fix syntax node scope and nullable warnings (#2900)Andy Gocke
2022-07-15Analyze nested functions in Roslyn analyzer (#2892)Sven Boemer
2022-07-14Fix a bug with null value passed to annotated parameter on attribute (#2894)Vitek Karas
2022-07-12Preserve all interfaces in library mode (#2886)Jackson Schuster
2022-07-12Intentionally skip switch instructions during branch removal as the code does...Vitek Karas
2022-07-09Refactorings to help with linker->AOT integration (#2883)Vitek Karas
2022-07-07Add more trimming options to TrimMode and change defaults (#2856)Andy Gocke
2022-07-01Small updates to help with linker->aot port (#2873)Vitek Karas
2022-06-30Add compiler-generated code dataflow analysis (#2842)Sven Boemer
2022-06-29Fix assignment to captured invalid operation (#2869)Sven Boemer
2022-06-28Implement .dgml writing capabilities (#2854)Isabel Serrato
2022-06-24Keep unresolved interface impl (#2858)Jackson Schuster
2022-06-21Seal classes to silence warnings in Preview 5 (#2852)Jackson Schuster
2022-06-20Fix package props for older SDKs (#2848)Sven Boemer
2022-06-20Disable invalid assert and add a test to repro the problem (#2846)Vitek Karas
2022-06-16Include targets in ILLink.Tasks package (#2844)Sven Boemer
2022-06-16Revert "Re-add static interface trimming with more testing (#2791)" (#2841)Jackson Schuster
2022-06-15Analyze implicit indexer reference operations (#2839)Sven Boemer
2022-06-15Adjust ref param kind check for IL offset (#2838)Jackson Schuster
2022-06-15Move the ILLink targets from the SDK repo to the linker repo (#2837)Andy Gocke
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-14Mark all type forwarders used during string->Type resolution (#2836)Vitek Karas
2022-06-13Fix analyzer issues related to visiting assignment targets (#2833)Sven Boemer
2022-06-10Fix access to derived properties (#2829)Sven Boemer
2022-06-08Fix linker crash in generated type analysis (#2827)Andy Gocke
2022-06-07Scan compiler-generated methods as a group (#2792)Sven Boemer
2022-06-04Don't warn on enum switch if named values are exhaustive (#2795)Jackson Schuster
2022-06-03Changes to make sharing code with Native AOT easier (#2818)Vitek Karas
2022-05-31Don't crash analyzer for ref-return assignment (#2810)Sven Boemer
2022-05-31Warn on unhandled store in reference case instead of throwing (#2807)Jackson Schuster
2022-05-25Warn on mismatch for ref params (#2769)Jackson Schuster