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-01-25Update dependencies from https://github.com/dotnet/runtime build 20210124.3 (...v6.0.0-alpha.1.21075.2dotnet-maestro[bot]
2021-01-25Update dependencies from https://github.com/dotnet/arcade build 20210121.2 (#...dotnet-maestro[bot]
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-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-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-20Add tests validating annotation behavior on delegates (#1766)Vitek Karas
2021-01-19Keep types marked with DynamicInterfaceCastableImplementationAttribute when a...Jeremy Koritzinsky
2021-01-19Remove monolinker build support (#1760)Marek Safar
2021-01-18Update dependencies from https://github.com/dotnet/runtime build 20210118.2 (...dotnet-maestro[bot]
2021-01-18Update dependencies from https://github.com/dotnet/arcade build 20210112.10 (...dotnet-maestro[bot]
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-11Update dependencies from https://github.com/dotnet/runtime build 20210110.3 (...dotnet-maestro[bot]
2021-01-11Update dependencies from https://github.com/dotnet/arcade build 20210108.3 (#...dotnet-maestro[bot]
2021-01-11Only compute if method returns a constant when needed (#1734)Vitek Karas
2021-01-11Fix the build after removal of dotnet.myget.org (#1737)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-05Add design doc for trimming opt-in/opt-out (#1647)Sven Boemer
2021-01-05Package ILLink.RoslynAnalyzer for SDK (#1702)Mateo Torres-Ruiz
2021-01-04Support for RequiresAndCallsOtherRequiresMethods (#1706)Tlakaelel Axayakatl Ceja
2021-01-04Update dependencies from https://github.com/dotnet/runtime build 20210103.3 (...dotnet-maestro[bot]
2021-01-04Update dependencies from https://github.com/dotnet/arcade build 20201230.2 (#...dotnet-maestro[bot]
2020-12-28Update dependencies from https://github.com/dotnet/runtime build 20201227.5 (...dotnet-maestro[bot]
2020-12-28Update dependencies from https://github.com/dotnet/arcade build 20201221.12 (...dotnet-maestro[bot]
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-21Update dependencies from https://github.com/dotnet/runtime build 20201220.6 (...dotnet-maestro[bot]
2020-12-21Update dependencies from https://github.com/dotnet/arcade build 20201216.18 (...dotnet-maestro[bot]
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-18Add a test for attribute removal using wildcard and lazy loading (#1705)Vitek Karas
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
2020-12-15Report error exit code when any error is reported (#1694)Marek Safar
2020-12-15Collect more information when an unexpected error happens (#1696)Marek Safar