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
2020-04-09Expose more options in ILLink.Tasks (#1057)Sven Boemer
2020-04-07Fix error codes range to always have constant length for easier… (#1067)feature-dataflowMarek Safar
2020-04-03Open up ReflectionPatternRecorder more (#1049)Mike Voorhees
2020-04-03Retarget reference assembly (#1058)Sven Boemer
2020-04-02Add ability to turn of validation of the Kept attributes (#1036)Vitek Karas
2020-03-31Fix for PR #1027Michael Voorhees
2020-03-31Add reflection pattern recorder if needed by any nested type (#1027)Mateo Torres-Ruiz
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-27Add tracing reasons (#1012)Sven Boemer
2020-03-26Feed cleanup and add darc dependency for Microsoft.NET.Sdk.IL (#1021)Matt Mitchell
2020-03-26Add sealer opt-in optimization (#1011)Marek Safar
2020-03-25Add reference assembly build (#1014)Sven Boemer
2020-03-25Fix for pinvoke output testMichael Voorhees
2020-03-19Add the command line option `--output-pinvokes` (#992)Mateo Torres-Ruiz
2020-03-13Enable running monolinker tests in VSvitek-karas
2020-03-13Make roslyn the default compiler for test casesMichael Voorhees
2020-03-10Resolve custom steps from external assemblies (#976)Mateo Torres-Ruiz
2020-02-22Extend enable-opt and disable-opt with additional optionMarek Safar
2020-02-19Code fixes (#955)Sven Boemer
2020-02-12Another pass on arguments parsing clean upMarek Safar
2020-02-06Run illink tests on CI (#937)Marek Safar
2020-02-04Clean up more illink build projectsMarek Safar
2020-01-30Clean up illink build a bitMarek Safar
2020-01-28Fix a bug in the reflection pattern recorder usage (#921)Vitek Karas
2020-01-22Introduce IReflectionPatternRecorder to allow recording of patte… (#907)Vitek Karas
2020-01-11Add support for fields substitutions. (#908)Zoltan Varga
2019-12-19Add abstraction between the linker and the dependency tracing/re… (#872)Vitek Karas
2019-12-14Add Linux Mono build to Azure PipelineAlexander Köplinger
2019-12-11Add new optimization steps to make Mark step more effectiveMarek Safar
2019-11-30Fix the illink.sln so that it loads in VS on Winvitek-karas
2019-11-25Ignore reflection calls inside reflection implementation (#828)Vitek Karas
2019-11-20Resolve interfaces when checking KeptInterface attribute so that generic inte...Brian Taylor
2019-10-13Typos (#786)github-jane-doe
2019-10-07Add simple detection for custom TypeConvertorsMarek Safar
2019-08-05Add a test with an unmanaged constraint (#623)Mike Voorhees
2019-07-19Make use of default compile items.Michael Voorhees
2019-06-21Fix mvid tests not respecting derived classes ability to customize setupMichael Voorhees
2019-06-18Fix not asserting custom attributes on method returnUnknown
2019-05-31Adjust how tests are assertedUnknown
2019-05-28Add mvid testsMichael Voorhees
2019-05-17Sweep attributes on GenericParameters and InterfaceImplementations (#571)Sven Boemer
2019-05-03Use SDK-style projects (#471)Sven Boemer
2019-04-12Simplified version of PR #506 (#528)Marek Safar
2019-04-12Mark instance method bodies lazily (#502)Mike Voorhees
2019-04-09Fix IL Compilation tests on .NET Core (#517)Sven Boemer
2019-03-26Enable unit tests on .NET Core (#489)Sven Boemer
2019-03-20Fix typo: msc -> mscSven Boemer
2019-02-22Support [KeptInterface] with genericsMichael Voorhees
2019-02-20Adopt new directory layout (#466)Sven Boemer