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-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-03Don't depend on marking order in DAM type hierarchy (#2777)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-27Make FlowAnnotations and ReflectionAccessAnalyzer structs (#2767)Sven Boemer
2022-04-27Change requires on type checking for mismatch (#2766)Tlakaelel Axayakatl Ceja
2022-04-26Fix various issues in tlens that prevented running it against a Xamarin.Andro...Alexander Köplinger
2022-04-26Factor ReflectionMethodBodyScanner to be more similar to analyzer (#2761)Sven Boemer
2022-04-25Move shared dataflow value creation helpers out of HandleCallAction (#2757)Sven Boemer
2022-04-25Share MakeGeneric.. and Expression.Call (#2758)Vitek Karas
2022-04-22Fix handling of special intrinsics in analyzer (#2756)Vitek Karas
2022-04-21Remove AnalysisContext and ScopeStack from method body scanner (#2747)Sven Boemer
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-20Support assignment to flow capture references (#2730)Sven Boemer
2022-04-20Add support for Debug output in Analyzer (#2750)Tlakaelel Axayakatl Ceja
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-14Condition out the BannedApiAnalyzers usage in source-build (#2742)Michael Simons
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-01Fix IndexOutOfRangeException (#2717)Sven Boemer
2022-04-01Fix headers in new files (#2716)Sven Boemer
2022-04-01Break up ValueNode.cs so each Value has it's own file (#2713)Jackson Schuster
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-19Fix empty/null handling for Type.BaseType intrinsic (#2694)Sven Boemer
2022-03-18Create shared WellKnownTypes enum (#2692)Jackson Schuster
2022-03-18Propagate DynamicallyAccessedMemberTypes through Nullable<T> to T (#2675)Jackson Schuster
2022-03-18Remove SuppressionContextMember (#2691)Sven Boemer
2022-03-12Warn on DAM mismatch between overrides (#2656)Jackson Schuster
2022-03-12Share Type.Base intrinsic (#2681)Vitek Karas
2022-03-10Expose GetTypePreserve (#2679)Mike Voorhees
2022-03-01Remove special logic for TypeConverterAttribute (#2659)Jackson Schuster
2022-03-01Share intrinsics for Expression.Property and Field (#2671)Vitek Karas