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-11-09Implements dead branch removal for switch opcode (#2905)Marek Safar
2022-11-09Sync shared code changes from NativeAOT (#3101)Vitek Karas
2022-11-02Don't mark override of abstract base if the override's declaring type is not ...Jackson Schuster
2022-11-02Fix branch removal in compiler generated code (#3088)Vitek Karas
2022-10-28Check for marking virtual method due to base only when state changes (#3073)Jackson Schuster
2022-10-27Create `ParameterProxy` to wrap logic surrounding parameters and use one `Par...Jackson Schuster
2022-10-26Update linker and analyzer to handle DAM on indexable property parameters (#3...Jackson Schuster
2022-10-20Use LinkContext caching when resolving ExportedTypes (#3075)Jackson Schuster
2022-10-07Remove redundant checks in IntrinsicId switch statements (#3060)Jackson Schuster
2022-09-27Check for nulls in IsInterfaceImplementationNeededByTypeDueToInterface (#3050)Jackson Schuster
2022-09-21Add event source tracing (#3043)Jackson Schuster
2022-09-19Remove --keep-facades option (#3036)Sven Boemer
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-09-08Fix lint command (#3027)Tlakaelel Axayakatl Ceja
2022-08-31Verify if COM dangerous during call site check (#3009)Jeremi Kurdek
2022-08-29Use enum for method parameter indexing (#2993)Jackson Schuster
2022-08-26Don't suppress all warnings with SuppressTrimAnalysisWarnings (#3003)Sven Boemer
2022-08-26Suppress warnings in 6.0 framework (#3000)Sven Boemer
2022-08-26Do not report redundant suppressions on trimmed members (#2999)Jeremi Kurdek
2022-08-23Check variable type in ValidateNoReferencesToReferences instead of dataflow-t...Jackson Schuster
2022-08-19IL2121 warnings point to XML files correctly (#2965)Jeremi Kurdek
2022-08-18CodeFix Support for Additional DAM IDs (#2939)Isabel Serrato
2022-08-18Don't track current field of state machines (#2979)Sven Boemer
2022-08-16Use HashSet instead of List for _virtual_methods (#2976)Jackson Schuster
2022-08-13Fix exception when generating warning for method definition (#2972)Vitek Karas
2022-08-12Dataflow support for ref fields (#2947)Jackson Schuster
2022-08-12Fix il corruption (#2966)Sven Boemer
2022-08-11Process static interface methods as virtual methods (#2926)Jackson Schuster
2022-08-09Build with preview5 SDK (#2954)Sven Boemer
2022-08-08Aot to linker sync (#2944)Vitek Karas
2022-08-06Use preview 5 framework version in runtimeconfig (#2948)Sven Boemer
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-01Make serialization discovery opt-in (#2929)Sven Boemer
2022-07-29Added support for suppressions on properties (#2925)Jeremi Kurdek
2022-07-26Map type parameters for static closures (#2899)Sven Boemer
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-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-01Small updates to help with linker->aot port (#2873)Vitek Karas
2022-06-30Add compiler-generated code dataflow analysis (#2842)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