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
2021-02-15Remove F# compilation resources (#1040)William Barbosa
2021-02-15Add more tests for library root mode (#1833)Marek Safar
2021-02-12Fix optimizations selection logic when different per assembly settings exist ...Marek Safar
2021-02-12Revert "Fix optimizations selection logic when different per assembly setting...Marek Safar
2021-02-12Fix optimizations selection logic when different per assembly settings existMarek Safar
2021-02-11Fixes NRE crash when optimizations are enabled on per assembly basis (#1826)Marek Safar
2021-02-10Fix wrong logic for internal members (#1825)Marek Safar
2021-02-10Remove UsingTasks that are in the Net.SDK (#1824)Viktor Hofer
2021-02-10Overwrite ILLinkTasksAssembly (#1822)Viktor Hofer
2021-02-10Extend root mode options with library mode (#1811)Marek Safar
2021-02-10Fix scopes not updated on SecurityAttributes (#1812)Mike Voorhees
2021-02-08Reenable default UnreachableBodies optimization (#1799)Marek Safar
2021-02-05Fix comment to use correct error code docs URL (#1803)Jo Shields
2021-02-05Complete branch moveJoseph Shields
2021-02-05RequiresAssemblyFilesAttribute resource manager changes (#1790)Tlakaelel Axayakatl Ceja
2021-02-04Enable processing of dynamically referenced assemblies (#1666)Sven Boemer
2021-02-03Fix overreporting of warnings due to RequiresUnreferencedCode (#1798)Vitek Karas
2021-02-01Warn on called methods annotated with RequiresUnreferencedCode (#1778)Mateo Torres-Ruiz
2021-01-26Small documentation update tweaks (#1782)Marek Safar
2021-01-23Ensure that CopyUsed entry point gets marked (#1773)Sven Boemer
2021-01-23Track pending marked members (#1768)Sven Boemer
2021-01-22Constant propagation directly from MarkStep (#1771)Vitek Karas
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-20Add analyzer props file (#1767)Tlakaelel Axayakatl Ceja
2021-01-20Add analyzer for RequiresAssemblyFilesAttribute (#1722)Mateo Torres-Ruiz
2021-01-20Clean up projects settings (#1765)Marek Safar
2021-01-19Keep types marked with DynamicInterfaceCastableImplementationAttribute when a...Jeremy Koritzinsky
2021-01-19Remove monolinker build support (#1760)Marek Safar
2021-01-18Clean up of trimming roots handling (#1725)Marek Safar
2021-01-16Fix nullref caused by unknown value to the ignoreCase parameter of Type.GetTy...Vitek Karas
2021-01-15Add tlens tool (#1656)Marek Safar
2021-01-13Fix constant prop around intrinsic (#1749)Vitek Karas
2021-01-13Updating the Linker Analyzer readme to use _TrimmerDumpDependencies (#1746)Tanner Gooding
2021-01-13Add help link for IL3000 and IL3001 (#1736)Youssef Victor
2021-01-11Sweep EntryPoint method reference (#1726)Marek Safar
2021-01-11Only compute if method returns a constant when needed (#1734)Vitek Karas
2021-01-07Run TypeMap logic on demand (#1728)Sven Boemer
2021-01-06Better intrinsic handling of GetNestedType if input has All (#1719)Vitek Karas
2021-01-05Package ILLink.RoslynAnalyzer for SDK (#1702)Mateo Torres-Ruiz
2021-01-04Support for RequiresAndCallsOtherRequiresMethods (#1706)Tlakaelel Axayakatl Ceja
2020-12-27Update scope of modreq/modopt types (#1714)Marek Safar
2020-12-24Fixes removal of unused assembly references for linked assemblies (#1683)Marek Safar
2020-12-22Implement marking of custom marshaler required members (#1712)Marek Safar
2020-12-18Mark everything if BindingFlags are not recognized by the linker (#1701)Tlakaelel Axayakatl Ceja
2020-12-18Avoid List allocation in SweepCustomAttributes (#1709)Marek Safar
2020-12-17Disable serialization ctors removal to unblock libraries build (#1707)Marek Safar
2020-12-16Add some more tests for constant propagation (#1689)Vitek Karas
2020-12-16Add intrinsic handling of AsType and String.Empty (#1700)Michal Strehovský
2020-12-15Remove static mutable state from the output step. It's not threading safe (#1...Marek Safar