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-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-06Merge pull request #2391 from vitek-karas/FixTypeForwarders6Andy Gocke
2022-01-05ExpectedWarning silences one warning per attribute (#2479)Tlakaelel Axayakatl Ceja
2021-12-17Cherry pick changes from main to feature/DamAnalyzer (#2457)Tlakaelel Axayakatl Ceja
2021-12-16Merge pull request #2450 from dotnet/merges/release/6.0.2xx-to-maindotnet bot
2021-12-15Merge pull request #2440 from jtschuster/emit2109InAnalyzerJackson Schuster
2021-12-15[feature/damAnalyzer] Remove reflection access patterns from tests (#2444)Vitek Karas
2021-12-15Update CecilJackson Schuster
2021-12-14Adds an ExpectedWarning for IL3051 to DerivedClassWithAllWarningsJackson Schuster
2021-12-14Replace '/' with '.' in IL2109 warning pathsJackson Schuster
2021-12-14Merge pull request #2442 from dotnet/merges/release/6.0.2xx-to-maindotnet bot
2021-12-14Remove extra line in RequiresCapability.csJackson Schuster
2021-12-13Analyzer properly emits IL2109, but has a '.' in paths where the linker has a...Jackson Schuster
2021-12-13Emitting IL2109, but no additional messagesJackson Schuster
2021-12-10Restore unnecessary changes and formatJackson Schuster
2021-12-10Rebased from main to Release/6.0.2xx and fixed issues with rebaseJackson Schuster
2021-12-10Use the ISymbol extensions for Requires analyzersJackson Schuster
2021-12-10Remove test that calls COM code within a lambdaJackson Schuster
2021-12-10COM Analyzer also checks containing type for RUCJackson Schuster
2021-12-10Undo irrelevant changes from a separate bug fixJackson Schuster
2021-12-10Revert files not associated with the bug fixJackson Schuster
2021-12-10Check containing symbol for RequiresUnreferencedCode to silence IL2050Jackson Schuster
2021-12-10Requires Public Methods of new test class so it doesn't get trimmed in testJackson Schuster
2021-12-10debuggingJackson Schuster
2021-12-10Adding additional test cases for Requires... atrributes on propertiesJackson Schuster
2021-12-10Reverting to using IsMemberInRequiresScopeJackson Schuster
2021-12-10Use TargetHasRequiredAttribute instead of IsMemberInRequiresScopeJackson Schuster
2021-12-10Fix for bug 2379 and Welcome docs updateJackson Schuster
2021-12-09Simplify unknown binding flags handling and fix param names (#2426)Vitek Karas
2021-12-09Adds a test for GetMethod with wrong binding flags (#2433)Vitek Karas
2021-12-08Add test for wrong warning in MakeGenericType annotation mismatch (#2429)Vitek Karas
2021-12-04Initial support for RequiresDynamicCodeAttribute analyzer (#2395)Tlakaelel Axayakatl Ceja
2021-12-03[feature/damAnalyzer] Change linker dataflow to use ValueSet/MultiValue (#2401)Vitek Karas
2021-12-02Fixes a null-ref/NotSupportedException in warning infra (#2396)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-23Fix more test failuresvitek-karas
2021-11-22Fix marking of nested type forwarders (#2385)Vitek Karas
2021-11-22Adds a test for multiple nested forwarders in a row with copy/link (#2372)Vitek Karas
2021-11-22Fix marking of nested type forwarders (#2385)Vitek Karas
2021-11-20Merge remote-tracking branch 'upstream/release/6.0.2xx' into damanalyzerAndy Gocke
2021-11-20Merge remote-tracking branch 'upstream/release/6.0.2xx' into merges/release/6...Andy Gocke
2021-11-18Cleanup analyzer testing (#2380)Andy Gocke
2021-11-17Adds a test for multiple nested forwarders in a row with copy/link (#2372)Vitek Karas
2021-11-17[DAM analyzer] Add basic dataflow analysis (#2360)Sven Boemer
2021-11-17Backport #2362 (#2375)Andy Gocke
2021-11-16Update tests after mergeSven Boemer
2021-11-16Fixing a null ref exception related to function pointers and interfaces (#2354)Tanner Gooding
2021-11-16Merge remote-tracking branch 'origin/main' into updateFromMainSven Boemer