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/test
AgeCommit message (Expand)Author
2021-02-15Add more tests for library root mode (#1833)Marek Safar
2021-02-12Add a test to validate that using RequiresUnreferencedCode and DynamicallyAcc...Vitek Karas
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-10Extend root mode options with library mode (#1811)Marek Safar
2021-02-10Fix scopes not updated on SecurityAttributes (#1812)Mike Voorhees
2021-02-10Add a test for using Expression.Call on a generic method (#1820)Vitek Karas
2021-02-09Add test for instance method substitution with condition (#1816)Marek Safar
2021-02-08Reenable default UnreachableBodies optimization (#1799)Marek Safar
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-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 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-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-13Fix constant prop around intrinsic (#1749)Vitek Karas
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-06Better intrinsic handling of GetNestedType if input has All (#1719)Vitek Karas
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-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-15Report error exit code when any error is reported (#1694)Marek Safar
2020-12-14Don't aggressively mark serialization constructors for illink 6.0+ (#1692)Marek Safar
2020-12-11Run all tests in parallel (#1685)Marek Safar
2020-12-11Revert "Don't aggressively mark serialization constructors for illink" (#1686)Marek Safar
2020-12-11Use artifacts folder as a location for test cases artefacts. (#1684)Marek Safar
2020-12-11Don't aggressively mark serialization constructors for illink (#1667)Marek Safar
2020-12-11Restrict embedded XML (#1675)Sven Boemer
2020-12-09Port single-file analyzer (#1665)Mateo Torres-Ruiz
2020-12-09Fix pointer type forwarding (#1679)Vitek Karas