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/test
AgeCommit message (Expand)Author
2022-11-10Use ContainingType instead of ContainingSymbol in GetReferenceKind (#3107)HEADmainJackson Schuster
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-08Add KeptByAttribute to validate an item was kept due to a specific dependency...Jackson Schuster
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-26Update linker and analyzer to handle DAM on indexable property parameters (#3...Jackson Schuster
2022-10-25Change analyzer versions such that the repo can be built with .NET 7 RC2 SDK ...Vitek Karas
2022-09-21Cleanup tests for cases which use different warnings codes that the test ment...Vitek Karas
2022-09-19Remove --keep-facades option (#3036)Sven Boemer
2022-09-16Better warning message for DynamicDependency problem (#3035)Vitek Karas
2022-09-08Fix lint command (#3027)Tlakaelel Axayakatl Ceja
2022-09-06Sync AOT tests with linker (#3026)Tlakaelel Axayakatl Ceja
2022-09-02Allow codefixer to annotate accessor declarations as methods (#3017)Tlakaelel Axayakatl Ceja
2022-09-01Fixes a null ref which happens when an XML comment cref contains generic inst...Vitek Karas
2022-08-31Verify if COM dangerous during call site check (#3009)Jeremi Kurdek
2022-08-30Annotated TestSystemTypeBase (#3008)Jeremi Kurdek
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-24CodeFixer enhancements (#2994)Tlakaelel Axayakatl Ceja
2022-08-23Add generated test (#2995)Jackson Schuster
2022-08-23Add support for generic attributes (#2980)Sven Boemer
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-17Add test for dotnet/runtime#73048 (#2977)Michal Strehovský
2022-08-15Suppress warning in instance fields if the instance constructors are annotate...Tlakaelel Axayakatl Ceja
2022-08-15Add IL Verification to tests (#2960)Jackson Schuster
2022-08-15Add MakeGenericMethod tests for static interface methods (#2962)Jackson Schuster
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-09Test that basic ref field operations don't crash linker (#2952)Jackson Schuster
2022-08-09Fixed IL2121 single warn issue (#2953)Jeremi Kurdek
2022-08-08Aot to linker sync (#2944)Vitek Karas
2022-08-04Improve tests and docs (#2941)Mike Voorhees
2022-08-04Adds a test with two annotated out params for the same method. (#2875)Vitek Karas
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-01Sync test changes from AOT (#2912)Vitek Karas
2022-08-01Add another local function branch removal test (#2931)Sven Boemer
2022-08-01Make serialization discovery opt-in (#2929)Sven Boemer
2022-07-29Add an interesting test case for compiler generated code marking (#2928)Vitek Karas
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-27Add more tests for parameter dataflow (#2918)Sven Boemer