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-04Sync license header with runtime repo (#2303)Adeel Mujahid
2021-09-16Change occurrences of 'mono/linker' to 'dotnet/linker' (#2277)Mateo Torres-Ruiz
2021-09-03Nullable annotations part 1 (#2253)Sven Boemer
2021-08-30Add BannedApiAnalyzer (#2234)Sven Boemer
2021-07-28Bump cecil package version (#2174)Sven Boemer
2021-04-17Check for namespace in GetDisplayName (#1968)Mateo Torres-Ruiz
2021-03-13Introduce test helpers and add DataFlowTypeExtensions (#1890)Vitek Karas
2021-03-01Enable more analyzers (#1862)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-01-20Refactor type members preservation coming from assembly roots. (#1763)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-12-11Run all tests in parallel (#1685)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-11-07Allow external warnings to use codes >= 6001 (#1609)Mateo Torres-Ruiz
2020-09-30Update to latest dotnet-format versionMarek Safar
2020-09-25Enable more analyzers and fix found problemsMarek Safar
2020-09-16Port .NET Native type name parser (#1472)Mateo Torres-Ruiz
2020-09-16Add tests to enforcement test framework rules and conventions.Michael Voorhees
2020-09-09Speed up tests execution (#1475)Marek Safar
2020-08-18Make warnings logging work with custom steps API (#1419)Marek Safar
2020-07-10Remove unused tasks and clearinitlocals optimization (#1295)Sven Boemer
2020-07-10Add terminology description to the illink task doc (#1317)Vitek Karas
2020-07-10Fix problem with GetDisplayName on nested generic types (#1328)Vitek Karas
2020-06-30Refactor reading of XML linker formats to reuse lot of code. (#1299)Vitek Karas
2020-06-26Improve method signature used in warnings and errors (#1249)Mateo Torres-Ruiz
2020-06-23Add option to generate baselines (#1280)Mateo Torres-Ruiz
2020-06-10Match DynamicDependency members by name (#1262)Sven Boemer
2020-06-04Expose CustomData (#1238)Sven Boemer
2020-06-02Fix edge case in signature parser (#1225)Sven Boemer
2020-05-29Add UnconditionalSuppressMessageAttribute (#1185)Mateo Torres-Ruiz
2020-05-27Add signature parser based on Roslyn doc comments (#1197)Sven Boemer
2020-05-13Use MessageContainer for logging errors (#1155)Mateo Torres-Ruiz
2020-04-24Ensure consistent sources formatting (#1138)Marek Safar
2020-04-07Fix error codes range to always have constant length for easier… (#1067)feature-dataflowMarek Safar
2020-03-31Hide implementation details on public Annotations APIs (#1044)Marek Safar
2020-03-31Output Mono.Linker warnings through MSBuild (#968)Mateo Torres-Ruiz
2020-03-26Add sealer opt-in optimization (#1011)Marek Safar
2020-02-22Extend enable-opt and disable-opt with additional optionMarek Safar
2020-02-19Code fixes (#955)Sven Boemer
2019-02-20Adopt new directory layout (#466)Sven Boemer