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-02-28Share intrinsic handling of GetMember and similar APIs (#2639)Vitek Karas
2022-02-25Understand String.Empty (#2653)Sven Boemer
2022-02-25Add EnableAotAnalyzer as compiler visibleTlakaelel Axayakatl Ceja
2022-02-24Rename property to match msbuild camel casetlakollo
2022-02-24Add condition to bypass nameof usage since it will not invoke the member and ...Tlakaelel Axayakatl Ceja
2022-02-23Enable latest analysis (#2641)Marek Safar
2022-02-19Merge branch 'main' into merge-damanalyzerAndy Gocke
2022-02-17Add check for pointer types in IsComInterop (#2623)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-15[DAM analyzer] Respect EnableTrimAnalyzer property (#2602)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-11[DAM analyzer] Disable dataflow warnings for unimplemented intrinsics (#2596)Sven Boemer
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-09Merge remote-tracking branch 'origin/feature/damAnalyzer' into mergeFromMainSven Boemer
2022-02-08Analyzer suppression test fix (#2584)Lakshan Fernando
2022-02-08Fix formattingSven Boemer
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-04Fix lint job in CI (#2581)Vitek Karas
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-02Support array types in generic parameter (#2576)Lakshan Fernando
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-02-01Merge pull request #2552 from dotnet/merges/main-to-feature/damAnalyzerdotnet bot
2022-02-01Fix GetDisplayName for cctorsSven Boemer
2022-01-31Fix inconsistencies in Requires attribute checks (#2553)Sven Boemer
2022-01-31Record call patterns (#2548)Vitek Karas
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-25Simplify diagnostic generation in ReflectionMethodBodyScanner (#2546)Tlakaelel Axayakatl Ceja
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-23Share annotation validation (#2524)Vitek Karas
2022-01-22Title and message resources should be enforced to exist to prevent printing e...Tlakaelel Axayakatl Ceja
2022-01-22Raise warning level of the analyzer project to Latest (#2535)Vitek Karas
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-19First intrinsics (#2498)Vitek Karas
2022-01-15Fix some left-over merge conflictsSven Boemer