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-15Analyze implicit indexer reference operations (#2839)Sven Boemer
2022-05-13Add sanity check for overrides (#2793)Jackson Schuster
2022-05-06Revert static interface trimming (#2784)Jackson Schuster
2022-04-21Trim static interfaces (#2741)Jackson Schuster
2022-04-01Files in linker repository now have the same license header at the beginning ...Tlakaelel Axayakatl Ceja
2021-12-15[feature/damAnalyzer] Remove reflection access patterns from tests (#2444)Vitek Karas
2021-11-03Test Restructure (#2336)Tlakaelel Axayakatl Ceja
2021-10-29Improve analyzer test infra to split linker tests into separate test cases in...Vitek Karas
2021-10-21Use all diagnostic analyzers when running analyzer's tests (#2327)Mateo Torres-Ruiz
2021-10-19Add COMAnalyzer (#2306)Mateo Torres-Ruiz
2021-10-04Sync license header with runtime repo (#2303)Adeel Mujahid
2021-09-17Warn on RUC annotated attribute ctors (analyzer) (#2201)Mateo Torres-Ruiz
2021-09-11Refactor how test case metadata is obtained. (#2268)Mike Voorhees
2021-08-26Validate unrecognized patterns against logged warnings (#2230)Sven Boemer
2021-08-18Support assembly as message origin (#2212)Sven Boemer
2021-08-18Implement a custom ILProcessor and make it auto-fix IL corruptions (#2213)Vitek Karas
2021-06-30Better tests for various RUC scenarios and fixes (#2108)Vitek Karas
2021-06-17Warning suppressions in compiler generated code (#2075)Vitek Karas
2021-06-01Add support for UnrecognizedReflectionAccessPattern in analyzer test infra (#...Mateo Torres-Ruiz
2021-05-26Fix validation of ExpectedWarning attribute (#2057)Vitek Karas
2021-05-08Trim parameter names metadata when they are not needed. (#1988)Marek Safar
2021-03-01Enable more analyzers (#1862)Marek Safar
2021-02-04Enable processing of dynamically referenced assemblies (#1666)Sven Boemer
2021-02-03Fix overreporting of warnings due to RequiresUnreferencedCode (#1798)Vitek Karas
2021-01-20Refactor type members preservation coming from assembly roots. (#1763)Marek Safar
2021-01-18Clean up of trimming roots handling (#1725)Marek Safar
2020-09-25Enable some code analyzers and make the build pass (#1505)Marek Safar
2020-08-18Don't error on non-IL warning codes (#1437)Sven Boemer
2020-08-13Warnings cleanup (#1385)Vitek Karas
2020-07-08Validation of annotations across virtual method hierarchies (#1315)Vitek Karas
2020-06-26Improve method signature used in warnings and errors (#1249)Mateo Torres-Ruiz
2020-06-16Implement data flow annotations on generic parameters (#1245)Vitek Karas
2020-05-27Add signature parser based on Roslyn doc comments (#1197)Sven Boemer
2020-05-20Implement support for RequiresUnreferencedCodeAttribute (#1204)Vitek Karas
2020-05-18Sweep main module-references (#1193)Marek Safar
2020-05-13Use MessageContainer for logging errors (#1155)Mateo Torres-Ruiz
2020-04-28Change ReflectionPatternRecorder to handle fields and parameters (#1136)Mateo Torres-Ruiz
2020-04-24Ensure consistent sources formatting (#1138)Marek Safar
2020-04-22Don't import references for forwarders which will be removed whenMarek Safar
2020-04-14Add license headers to newly introduced dataflow files (#1094)Vitek Karas
2020-04-03Merge branch 'feature/dataflow' of https://github.com/mono/linker into datafl...Mateo Torres Ruiz
2020-04-03Merge branch 'master' into master-mergeMichal Strehovský
2020-04-03Annotate all patternsMateo Torres Ruiz
2020-04-02Add ability to turn of validation of the Kept attributes (#1036)Vitek Karas
2020-03-31Output Mono.Linker warnings through MSBuild (#968)Mateo Torres-Ruiz
2020-03-27Propagate data flow annotations across method callsvitek-karas
2020-01-28Fix a bug in the reflection pattern recorder usage (#921)Vitek Karas
2020-01-22Introduce IReflectionPatternRecorder to allow recording of patte… (#907)Vitek Karas
2020-01-11Add support for fields substitutions. (#908)Zoltan Varga
2019-12-19Add abstraction between the linker and the dependency tracing/re… (#872)Vitek Karas