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
2022-05-11[main] Update dependencies from dotnet/arcade (#2719)dotnet-maestro[bot]
2022-04-01Files in linker repository now have the same license header at the beginning ...Tlakaelel Axayakatl Ceja
2022-01-22Create a schema for the LinkAttribute XML files (#2500)Jackson Schuster
2021-11-22Fix marking of nested type forwarders (#2385)Vitek Karas
2021-11-17Adds a test for multiple nested forwarders in a row with copy/link (#2372)Vitek Karas
2021-10-04Sync license header with runtime repo (#2303)Adeel Mujahid
2021-09-20Mark forwarders for all TypeReferences (#2276) (#2280)Sven Boemer
2021-09-16Change occurrences of 'mono/linker' to 'dotnet/linker' (#2277)Mateo Torres-Ruiz
2021-07-12Fix writing of updated copyused scopes (#2140)Sven Boemer
2021-06-17Add a test case for string->type resolution with forwarded type in generic ar...Vitek Karas
2021-04-22Fix issue with forwarders in copyused assemblies (#1987)Sven Boemer
2021-04-06Copy action behavior (#1941)Mateo Torres-Ruiz
2021-04-01Revert "Change behavior of copy action to not rewrite assemblies" (#1936)Mateo Torres-Ruiz
2021-04-01Change behavior of copy action to not rewrite assemblies (#1869)Mateo Torres-Ruiz
2021-02-26Support attribute trimming opt-in (#1839)Sven Boemer
2021-02-16Disable probing for assemblies by default (#1828)Sven Boemer
2021-02-10Fix scopes not updated on SecurityAttributes (#1812)Mike Voorhees
2021-02-04Enable processing of dynamically referenced assemblies (#1666)Sven Boemer
2021-01-18Clean up of trimming roots handling (#1725)Marek Safar
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-09Fix pointer type forwarding (#1679)Vitek Karas
2020-09-30Update to latest dotnet-format versionMarek Safar
2020-09-11Fix some tests (#1481)Mike Voorhees
2020-07-07Update scope of any attribute which can exist on method.Marek Safar
2020-06-10Add SetupLinkerDescriptorFile (#1252)Tlakaelel Axayakatl Ceja
2020-04-24Ensure consistent sources formatting (#1138)Marek Safar
2020-04-22Don't import references for forwarders which will be removed whenMarek Safar
2019-10-15Test fixesMichael Voorhees
2019-09-23Update CustomAttributes scope also for assemblies which are copiedMarek Safar
2019-09-20Update UnusedForwarderWithAssemblyLinkedAndFacadeCopy testMarek Safar
2019-09-18Fix facade assembly copy mode when all assemblies around are linkedMarek Safar
2019-09-13Move CustomAttributes scope updating to sweep step to update only needed onesMarek Safar
2019-09-12Refactor Sweep step no to be recursiveMarek Safar
2019-04-09Fix IL Compilation tests on .NET Core (#517)Sven Boemer
2019-03-26Enable unit tests on .NET Core (#489)Sven Boemer
2019-02-20Adopt new directory layout (#466)Sven Boemer