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
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-13Implement DynamicallyAccessedMemberTypes.Interfaces (#2023)Vitek Karas
2021-05-08Trim parameter names metadata when they are not needed. (#1988)Marek Safar
2021-03-13Introduce test helpers and add DataFlowTypeExtensions (#1890)Vitek Karas
2021-03-01Enable more analyzers (#1862)Marek Safar
2021-02-26Support attribute trimming opt-in (#1839)Sven Boemer
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-20Clean up projects settings (#1765)Marek Safar
2021-01-19Remove monolinker build support (#1760)Marek Safar
2021-01-18Clean up of trimming roots handling (#1725)Marek Safar
2021-01-13Fix constant prop around intrinsic (#1749)Vitek Karas
2020-12-24Fixes removal of unused assembly references for linked assemblies (#1683)Marek Safar
2020-12-11Restrict embedded XML (#1675)Sven Boemer
2020-11-26Fix linker crash on unresolved types in generic and attribute data flow handl...Vitek Karas
2020-09-25Enable some code analyzers and make the build pass (#1505)Marek Safar
2020-09-17Update to target .NET5 framework (#1471)Marek Safar
2020-09-16Add tests to enforcement test framework rules and conventions.Michael Voorhees
2020-08-18Don't error on non-IL warning codes (#1437)Sven Boemer
2020-08-13Warnings cleanup (#1385)Vitek Karas
2020-07-08Rename DefaultConstructor to PublicParameterlessConstructor (#1329)Vitek Karas
2020-07-08Validation of annotations across virtual method hierarchies (#1315)Vitek Karas
2020-07-06-PR FeedbackTlakollo
2020-07-01-Fix formattingTlakollo
2020-07-01-Add shorcut to insert LinkerRemovableAttribute into cacheTlakollo
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-06-12Support for annotations in LinkContext (#1240)Tlakaelel Axayakatl Ceja
2020-06-10Add SetupLinkerDescriptorFile (#1252)Tlakaelel Axayakatl Ceja
2020-06-06Support DynamicDependencyAttribute (#1215)Sven Boemer
2020-05-29Add UnconditionalSuppressMessageAttribute (#1185)Mateo Torres-Ruiz
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-05-07Adapt to the new DynamicallyAccessedMembersAttribute in the linker (#1170)Vitek Karas
2020-04-29Allow stripping resources with ignore-descriptors (#1146)Sven Boemer
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-17[feature/dataflow] Make the dataflow json file general purpose (#1109)Michal Strehovský