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-06-07Scan compiler-generated methods as a group (#2792)Sven Boemer
2022-05-31Don't crash analyzer for ref-return assignment (#2810)Sven Boemer
2022-05-31Warn on unhandled store in reference case instead of throwing (#2807)Jackson Schuster
2022-05-25Warn on mismatch for ref params (#2769)Jackson Schuster
2022-05-24Better tests for attribute dataflow (#2804)Vitek Karas
2022-05-24Track attributes through Roslyn-generated types (#2786)Andy Gocke
2022-05-11[main] Update dependencies from dotnet/arcade (#2719)dotnet-maestro[bot]
2022-05-03Adds support for recognizing more integer types as consts (#2781)Vitek Karas
2022-05-02Add ability for the analyzer to recognize const fields (#2774)Vitek Karas
2022-04-29Share Type.GetType and similar intrinsics (#2773)Vitek Karas
2022-04-29Don't throw on InstanceReference assignment (#2772)Sven Boemer
2022-04-25Share MakeGeneric.. and Expression.Call (#2758)Vitek Karas
2022-04-21Share method handle related intrinsics (#2754)Vitek Karas
2022-04-21Don't throw on NoneOperation (#2753)Sven Boemer
2022-04-20Fix array dataflow tests (#2752)Sven Boemer
2022-04-20Support assignment to flow capture references (#2730)Sven Boemer
2022-04-20Move parameter annotation checks to shared code for analyzer (#2707)Jackson Schuster
2022-04-19Handle multiple values for an array node (#2744)Tlakaelel Axayakatl Ceja
2022-04-08Avoid analyzing cref for generic parameters (#2732)Tlakaelel Axayakatl Ceja
2022-04-06Share GetConstructor intrinsic a lot of small fixes (#2725)Vitek Karas
2022-04-06Don't throw on write to get-only property (#2728)Sven Boemer
2022-04-01Files in linker repository now have the same license header at the beginning ...Tlakaelel Axayakatl Ceja
2022-03-24Update array data flow test (#2704)Jackson Schuster
2022-03-19Add test get interfaces (#2696)Sven Boemer
2022-03-19Fix empty/null handling for Type.BaseType intrinsic (#2694)Sven Boemer
2022-03-18Propagate DynamicallyAccessedMemberTypes through Nullable<T> to T (#2675)Jackson Schuster
2022-03-12Warn on DAM mismatch between overrides (#2656)Jackson Schuster
2022-03-12Share Type.Base intrinsic (#2681)Vitek Karas
2022-03-03Add testcase for intrinsic with override (#2674)Sven Boemer
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-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-17Update tests to match analyzer behavior around intrinsics (#2627)Vitek Karas
2022-02-17Adds a test for brackward branch merging an unknown value to the result (#2625)Vitek Karas
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-05Share more intrinsics (#2571)Vitek Karas
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