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/docs
AgeCommit message (Expand)Author
2021-02-10Extend root mode options with library mode (#1811)Marek Safar
2021-02-05RequiresAssemblyFilesAttribute resource manager changes (#1790)Tlakaelel Axayakatl Ceja
2021-02-03Fix overreporting of warnings due to RequiresUnreferencedCode (#1798)Vitek Karas
2021-01-29Fix formatting (#1789)Mateo Torres-Ruiz
2021-01-26Small documentation update tweaks (#1782)Marek Safar
2021-01-20Update illink-options.md (#1769)Lakshan Fernando
2021-01-20Constant propagation without iterations and stack based (#1756)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
2021-01-05Add design doc for trimming opt-in/opt-out (#1647)Sven Boemer
2020-12-11Restrict embedded XML (#1675)Sven Boemer
2020-12-08Add description how to embed linker XML files (#1674)Vitek Karas
2020-12-08Update IL2067-91 warning messages (#1624)Mateo Torres-Ruiz
2020-08-22Fix typo (#1444)Rolf Bjarne Kvinge
2020-08-18Warn when DynamicallyAccessedMembersAttribute is used on a member of unsuppor...Vitek Karas
2020-08-18Don't error on non-IL warning codes (#1437)Sven Boemer
2020-08-18Make warnings logging work with custom steps API (#1419)Marek Safar
2020-08-15Waring IL2050 should be considered TrimAnalysis warning (#1430)Vitek Karas
2020-08-15Warn on invalid arguments (#1364)Mateo Torres-Ruiz
2020-08-15Warn on case insensitive overload usage (#1413)Tlakaelel Axayakatl Ceja
2020-08-13Warnings cleanup (#1385)Vitek Karas
2020-08-06Generate warning suppressions in an XML format (#1386)Mateo Torres-Ruiz
2020-08-04Add support for property tag on CA annotations (#1397)Mateo Torres-Ruiz
2020-07-27Warn about some COM usage (#1382)Michal Strehovský
2020-07-24Add support for --warn <version> (#1381)Sven Boemer
2020-07-24Add warnaserror option (#1377)Mateo Torres-Ruiz
2020-07-20Improve warnings on internal attribute use (#1361)Tlakaelel Axayakatl Ceja
2020-07-16Show error on invalid command-line argument (#1360)Mateo Torres-Ruiz
2020-07-10Merge pull request #1332 from tlakollo/OverrideRemoveAttributeInstancesTlakaelel Axayakatl Ceja
2020-07-10Update option names and docs (#1292)Sven Boemer
2020-07-10Add terminology description to the illink task doc (#1317)Vitek Karas
2020-07-09Add nowarn option (#1324)Mateo Torres-Ruiz
2020-07-09-Add override mechanism for Attribute Remove Instances option using theTlakollo
2020-07-09Update illink-options.mdMarek Safar
2020-07-08Validation of annotations across virtual method hierarchies (#1315)Vitek Karas
2020-07-06-PR FeedbackTlakollo
2020-07-02-Add documentation of new featuresTlakollo
2020-07-01-Add shorcut to insert LinkerRemovableAttribute into cacheTlakollo
2020-06-30Merge branch 'master' of https://github.com/mono/linker into LinkerRemovableA...Tlakollo
2020-06-30Refactor reading of XML linker formats to reuse lot of code. (#1299)Vitek Karas
2020-06-23Add option to generate baselines (#1280)Mateo Torres-Ruiz
2020-06-23Update error-codes.mdMarek Safar
2020-06-23Support feature settings on descriptor files (#1277)Sven Boemer
2020-06-23- Add warning for custom attribute being referenced afterTlakollo
2020-06-12Support for annotations in LinkContext (#1240)Tlakaelel Axayakatl Ceja
2020-06-11Remove TryGetOrigin from MessageOrigin (#1261)Mateo Torres-Ruiz
2020-06-10Support ILLink.Descriptors.xml (#1258)Sven Boemer
2020-06-09Warnings during propagation of data flow annotations in properties (#1255)Vitek Karas
2020-06-08Warn if DynamicallyAccessedMembersAttribute is used directly on a method (#1247)Vitek Karas
2020-06-06Add a <resource> element to the substitution file to allow removal of… (#1116)Zoltan Varga