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-06-03Changes to make sharing code with Native AOT easier (#2818)Vitek Karas
2022-06-01Add two specific tests for type hierarchy marking (#2814)Vitek Karas
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-20Add retargeting switch labels to ILProcessor (#2801)Marek Safar
2022-05-19Consider side effects when evaluating manually substituted methods (#2800)Marek Safar
2022-05-11[main] Update dependencies from dotnet/arcade (#2719)dotnet-maestro[bot]
2022-05-11Match analyzer and linker requires methods (#2788)Tlakaelel Axayakatl Ceja
2022-05-06Revert static interface trimming (#2784)Jackson Schuster
2022-05-06Fix NullReferenceException when sweeping unused static interface (#2783)Vitek Karas
2022-05-03Fix warning about duplicate attributes (#2780)Sven Boemer
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-29Don't remove MethodImpl if overridden method is not in a link assembly (#2771)Jackson Schuster
2022-04-29Share Type.GetType and similar intrinsics (#2773)Vitek Karas
2022-04-29Don't throw on InstanceReference assignment (#2772)Sven Boemer
2022-04-27Change requires on type checking for mismatch (#2766)Tlakaelel Axayakatl Ceja
2022-04-26Add a test for RUC on type with override method (#2764)Vitek Karas
2022-04-25Share MakeGeneric.. and Expression.Call (#2758)Vitek Karas
2022-04-22Fix handling of special intrinsics in analyzer (#2756)Vitek Karas
2022-04-21Share method handle related intrinsics (#2754)Vitek Karas
2022-04-21Don't throw on NoneOperation (#2753)Sven Boemer
2022-04-21Trim static interfaces (#2741)Jackson Schuster
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-13Aot analyzer class support (#2738)Tlakaelel Axayakatl Ceja
2022-04-12Don't remove unused interfaces in library mode (#2711)Jackson Schuster
2022-04-08Avoid analyzing cref for generic parameters (#2732)Tlakaelel Axayakatl Ceja
2022-04-07Add constant propagation through methods with parameters or complex bodies (#...Marek Safar
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-05Fix local function called from method and state machine (#2722)Sven Boemer
2022-04-01Files in linker repository now have the same license header at the beginning ...Tlakaelel Axayakatl Ceja
2022-03-31Lambda and local function suppressions (#2689)Sven Boemer
2022-03-24Don't let RUC on cctor silence warnings (#2705)Sven Boemer
2022-03-24Update array data flow test (#2704)Jackson Schuster
2022-03-19Add test get interfaces (#2696)Sven Boemer
2022-03-19Add tests for analyzer null references in byte array COM interop (#2688)Jackson Schuster
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-11Use attributes on lambdas in tests (#2682)Sven Boemer
2022-03-03Add testcase for intrinsic with override (#2674)Sven Boemer