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-10-19Nullable annotations part 4 (final) (#2300)Sven Boemer
2021-10-04Sync license header with runtime repo (#2303)Adeel Mujahid
2021-06-04Fix order of custom steps (#2082)Sven Boemer
2021-05-24Fix a problem where generating an empty FS assembly element roots the whole a...Vitek Karas
2021-05-21ran lintLakshan Fernando
2021-05-20FBLakshan Fernando
2021-05-18Add line number/position info to warnings from XML files (#2039)Vitek Karas
2021-05-08Trim parameter names metadata when they are not needed. (#1988)Marek Safar
2021-04-29Implement support for ifdefs in header file parsing (#1980)Vitek Karas
2021-04-07Support collapsing trim analysis warnings (#1937)Sven Boemer
2021-03-13Upgrade tests to net6 (#1891)Vitek Karas
2021-03-12Don't fail with unexpected error on unresolved assembly references (#1870)Marek Safar
2021-03-01Enable more analyzers (#1862)Marek Safar
2021-02-26Support attribute trimming opt-in (#1839)Sven Boemer
2021-01-20Clean up projects settings (#1765)Marek Safar
2021-01-18Clean up of trimming roots handling (#1725)Marek Safar
2020-12-15Report error exit code when any error is reported (#1694)Marek Safar
2020-11-21Fix handling of newlines in warning arguments (#1640)Sven Boemer
2020-11-16Fix running tests in VS (#1628)Sven Boemer
2020-10-23Exclude Mono.Cecil.Pdb from package dependencies (#1585)Vitek Karas
2020-09-30Update to latest dotnet-format versionMarek Safar
2020-09-25Enable some code analyzers and make the build pass (#1505)Marek Safar
2020-09-17Update to target .NET5 framework (#1471)Marek Safar
2020-08-18Make warnings logging work with custom steps API (#1419)Marek Safar
2020-08-15Warn on invalid arguments (#1364)Mateo Torres-Ruiz
2020-08-13Warnings cleanup (#1385)Vitek Karas
2020-07-27Add WarningsAsErrors and WarningsNotAsErrors (#1388)Mateo Torres-Ruiz
2020-07-24Add support for --warn <version> (#1381)Sven Boemer
2020-07-13Show error for unresolved root assemblies (#1320)Sven Boemer
2020-07-10Update option names and docs (#1292)Sven Boemer
2020-07-10Remove unused tasks and clearinitlocals optimization (#1295)Sven Boemer
2020-07-10Add RemoveSymbols option to task (#1340)Sven Boemer
2020-07-09Add nowarn option (#1324)Mateo Torres-Ruiz
2020-06-05Clean up clearinitlocals handling (#1237)Sven Boemer
2020-06-04Expose CustomData (#1238)Sven Boemer
2020-06-03Add CombineLinkerXmlFiles task (#1234)Eric Erhardt
2020-04-24Ensure consistent sources formatting (#1138)Marek Safar
2020-04-24Add feature removal based on XML substitutions (#1132)Sven Boemer
2020-04-21Add documented way to pass data to custom steps (#1128)Marek Safar
2020-04-09Expose more options in ILLink.Tasks (#1057)Sven Boemer
2020-02-06Run illink tests on CI (#937)Marek Safar
2020-02-05Add duplicate xunit deps to unblock VS buildsMarek Safar
2020-02-05Enable "EnableDefaultCompileItems"Marek Safar
2020-02-04Clean up more illink build projectsMarek Safar
2020-01-30Clean up illink build a bitMarek Safar
2019-11-30Fix the illink.sln so that it loads in VS on Winvitek-karas
2019-10-13Typos (#786)github-jane-doe
2019-03-28Update integration test infrastructure (#507)Sven Boemer
2019-03-26Enable unit tests on .NET Core (#489)Sven Boemer
2019-02-20Adopt new directory layout (#466)Sven Boemer