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-07Fix error codes range to always have constant length for easier… (#1067)feature-dataflowMarek Safar
2020-04-07Expose more APIs (#1064)Marek Safar
2020-04-06Update dependencies from https://github.com/dotnet/arcade build 20200401.2 (#...dotnet-maestro[bot]
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-31Update README.mdMarek Safar
2020-03-31Remove Jenkins build link in README.mdAlexander Köplinger
2020-03-31[master] Update dependencies from dotnet/runtime (#1041)dotnet-maestro[bot]
2020-03-31Add tests for Expression.Call/Field/Property for members on a b… (#1043)Vitek Karas
2020-03-31Output Mono.Linker warnings through MSBuild (#968)Mateo Torres-Ruiz
2020-03-31Update README.mdMarek Safar
2020-03-30Update README.mdMarek Safar
2020-03-29Add core externally used apis to ref assembly (#1032)Marek Safar
2020-03-27Fix ref assembly symbols issue (try 2)Sven Boemer
2020-03-27Align nuget package versioning with .NET5Marek Safar
2020-03-27Add tracing reasons (#1012)Sven Boemer
2020-03-27Fix issue with packaging logic expecting symbolsSven 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-25Clean testMateo Torres Ruiz
2020-03-23Update dependencies from https://github.com/dotnet/arcade build 20200321.1 (#...dotnet-maestro[bot]
2020-03-23Small corrections in readme (#1016)Mateo Torres-Ruiz
2020-03-21Preserve marked children of XML descriptor (#1015)Mateo Torres-Ruiz
2020-03-19Add the command line option `--output-pinvokes` (#992)Mateo Torres-Ruiz
2020-03-18Don't use nop(s) for removed instructions in RemoveUnreachableBlocksStepMarek Safar
2020-03-17Enable CI in the feature/dataflow branch (#1010)Michal Strehovský
2020-03-16Update dependencies from https://github.com/dotnet/arcade build 20200312.3 (#...dotnet-maestro[bot]
2020-03-16Fix pattern matching for Activator.CreateInstance over unrecognized parametervitek-karas
2020-03-16Add handling for generic value types returned from stack to RemoveUnreachable...Marek Safar
2020-03-16Merge pull request #1002 from vitek-karas/MonoLinkerVSTestVitek Karas
2020-03-16Workaround Azure DevOps PR trigger issue (#1004)Alexander Köplinger
2020-03-16Update azure-pipelines.ymlAlexander Köplinger
2020-03-16Workaround Azure DevOps PR trigger issueAlexander Köplinger
2020-03-13Ignore complex conditions testMichael Voorhees
2020-03-13Enable running monolinker tests in VSvitek-karas
2020-03-13Make a "static instance" method staticMichal Strehovský
2020-03-13Fixes to reflection tests when running on windowsMichael Voorhees
2020-03-13Remove PreserveDependencyAttribute from the expectations assemblyMichael Voorhees
2020-03-13Make roslyn the default compiler for test casesMichael Voorhees
2020-03-10Resolve custom steps from external assemblies (#976)Mateo Torres-Ruiz
2020-03-09Update dependencies from https://github.com/dotnet/arcade build 20200308.2 (#...dotnet-maestro[bot]
2020-03-08Fix wrong optimization value in testsMarek Safar
2020-03-08When doing local variables analysis don't assume they are always… (#978)Marek Safar
2020-03-07Restore ability to mark or not mark CustomAttributesMichael Voorhees