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/test
AgeCommit message (Expand)Author
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-21Use WellKnownType in more places and add mapping to MetadataType (#2699)Jackson Schuster
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-22Avoid running GetDisplayNameTests in parallel (#2701)Tlakaelel Axayakatl Ceja
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
2022-03-02Don't dispose of linked assembly in VerifyLinkingOfOtherAssemblies (#2672)Mike Voorhees
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-26Fix Typo in test failure warning (#2660)Jackson Schuster
2022-02-25Understand String.Empty (#2653)Sven Boemer
2022-02-24Rename property to match msbuild camel casetlakollo