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-03-01Remove special logic for TypeConverterAttribute (#2659)Jackson Schuster
2022-03-01Share intrinsics for Expression.Property and Field (#2671)Vitek Karas
2022-02-28Fix behavior of intrinsics with empty inputs (#2652)Sven Boemer
2022-02-28Share intrinsic handling of GetMember and similar APIs (#2639)Vitek Karas
2022-02-25Understand String.Empty (#2653)Sven Boemer
2022-02-24Add condition to bypass nameof usage since it will not invoke the member and ...Tlakaelel Axayakatl Ceja
2022-02-21Add tests for out and ref parameter data flow (#2633)Vitek Karas
2022-02-19Fix a test after the mergevitek-karas
2022-02-19Merge branch 'main' into merge-damanalyzerAndy Gocke
2022-02-18Update comments on tests with fake generated backing fields (#2630)Vitek Karas
2022-02-18Add test which accessed property backing field via reflection (#2629)Vitek Karas
2022-02-17Add a test for object.GetType not applying DAM-on-type if it's not used (#2619)Vitek Karas
2022-02-17Update tests to match analyzer behavior around intrinsics (#2627)Vitek Karas
2022-02-17Add check for pointer types in IsComInterop (#2623)Jackson Schuster
2022-02-17Adds a test for brackward branch merging an unknown value to the result (#2625)Vitek Karas
2022-02-17Update comment for RequiresUnreferencedCode tests with lambdas (#2555)Jackson Schuster
2022-02-16[DAM analyzer] Analyze exception filters (#2593)Sven Boemer
2022-02-16Suppressing analyzer for compiler generated methods (#2616)Lakshan Fernando
2022-02-16Produce unknown value for array access (#2600)Sven Boemer
2022-02-15[DAM analyzer] Track null values in analyzer (#2604)Sven Boemer
2022-02-15Fix property set expression valueSven Boemer
2022-02-15Produce warnings for annotations on invalid types (#2599)Tlakaelel Axayakatl Ceja
2022-02-14Use type parameter names from method declaration instead of instance in GetDi...Jackson Schuster
2022-02-10No analyzer warnings for intrinsics (#2597)Lakshan Fernando
2022-02-09Merge pull request #2594 from dotnet/merges/main-to-feature/damAnalyzerSven Boemer
2022-02-08Analyzer suppression test fix (#2584)Lakshan Fernando
2022-02-05Share more intrinsics (#2571)Vitek Karas
2022-02-04Enable array arguments for custom attributes in xml and add array ctor for Re...Jackson Schuster
2022-02-03[DAM analyzer] Check for unexpected analyzer warnings in linker tests (#2523)Sven Boemer
2022-02-03Handle object creation as a call to .ctor (#2577)Vitek Karas
2022-02-02Produce diagnostics for KnownValueTypes that have annotations in its members ...Tlakaelel Axayakatl Ceja
2022-02-01Fix generic parameter validationSven Boemer
2022-02-01Merge remote-tracking branch 'origin/feature/damAnalyzer' into mergeFromMainSven Boemer
2022-02-01Merge remote-tracking branch 'origin/feature/damAnalyzer' into mergeFromMainSven Boemer
2022-02-01generic type annotation (#2478)Lakshan Fernando
2022-01-31Fix inconsistencies in Requires attribute checks (#2553)Sven Boemer
2022-01-27Merge branch 'feature/damAnalyzer' into merges/main-to-feature/damAnalyzerVitek Karas
2022-01-27Check for requires also on the owning typetlakollo
2022-01-27Merge remote-tracking branch 'origin/feature/damAnalyzer' into merges/main-to...Sven Boemer
2022-01-26Add a link to an issue for existing test case (#2551)Vitek Karas
2022-01-25Add analyzer bootstrap phase (#2540)Andy Gocke
2022-01-24Analyzer warns when Requires... Attribute is on a static constructor (#2455)Jackson Schuster
2022-01-22Create a schema for the LinkAttribute XML files (#2500)Jackson Schuster
2022-01-22Fix analyzer nullref on assembly attribute (#2534)Sven Boemer
2022-01-20Divide RequiresCapability file (#2508)Tlakaelel Axayakatl Ceja
2022-01-19First intrinsics (#2498)Vitek Karas
2022-01-15Fix expected warnings for testsSven Boemer
2022-01-15Fix some left-over merge conflictsSven Boemer
2022-01-14Merge remote-tracking branch 'upstream/main' into feature/damAnalyzerAndy Gocke
2022-01-14[DAM analyzer] Support exceptional control flow (#2481)Sven Boemer