Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-12[main] Update dependencies from dotnet/linker (#73410)dotnet-maestro[bot]
2022-07-15Remove hardcoded non trimmable assemblies in oob.proj (#72171)Viktor Hofer
2022-04-26Run illink before ApiCompat (#66706)Viktor Hofer
2022-03-04Run trim analyzer (#65870)Sven Boemer
2022-02-24sfx+oob split, shim project refactoring, P2PsViktor Hofer
2022-02-17Remove dead code in illink.targets (#65494)Viktor Hofer
2022-02-03Consume renamed TargetFramework package (#64670)Viktor Hofer
2021-12-01Start building a universal System.Linq.Expressions library (#61952)Michal Strehovský
2021-05-19Stop reading TargetFramework prop in props files (#52897)Viktor Hofer
2021-05-07Adding Infrastructure to run linker on OOB Assemblies by manually calling the...Jose Perez Rodriguez
2021-03-26Rename ILLinkTrim files to ILLink.Descriptors (#50216)Eric Erhardt
2021-03-23Move System.Net.Http ILLink suppressions to LibraryBuild. (#50053)Eric Erhardt
2021-02-26[master] Update dependencies from mono/linker (#48780)dotnet-maestro[bot]
2021-02-25Remove duplicated ILLink PackageReference and update target version of the SD...Viktor Hofer
2021-02-19Resolve ILLink warnings in System.Linq.Queryable (#48305)Eric Erhardt
2021-02-18Fix ILLink descriptors filename (#48430)Mateo Torres-Ruiz
2021-02-17Clean up libraries trimming illink configuration (#48153)Marek Safar
2021-01-21[master] Update dependencies from mono/linker (#47108)dotnet-maestro[bot]
2020-11-06[master] Update dependencies from mono/linker (#44322)dotnet-maestro[bot]
2020-11-03Changing Windows_NT -> Windows for enabling TargetPlatformMoniker feature of...Anirudh Agnihotry
2020-09-30Add granular suppressions for linker warnings (#40691)Layomi Akinrinade
2020-09-25Fix illink invocation inside VS (#42678)Viktor Hofer
2020-09-23[master] Update dependencies from dotnet/xharness mono/linker dotnet/arcade M...dotnet-maestro[bot]
2020-08-17Update linker warning numbers (#40865)Sven Boemer
2020-08-07Address additional feedback from #40172 (#40505)Layomi Akinrinade
2020-08-04Add step to run linker on entire runtime pack during libraries build (#40172)Layomi Akinrinade
2020-07-30Bulk-suppress linker warnings during library builds (#40106)Layomi Akinrinade
2020-07-23Remove depprojs in favor of PackageReferences (#35606)Viktor Hofer
2020-07-16WASM: enable System.Runtime.Tests (#39344)Santiago Fernandez Madero
2020-07-14[master] Update dependencies from mono/linker dotnet/runtime-assets dotnet/ic...dotnet-maestro[bot]
2020-07-13Add always trimmed attributes list for browser config (#39000)Marek Safar
2020-06-30Adding generation of substitution files for trimming out resources when featu...Jose Perez Rodriguez
2020-06-18Share portions of CoreCLR and Mono CoreLib's ILLinkTrim.xml file (#37996)Eric Erhardt
2020-06-16Use DynamicDependencyAttribute (#37780)Sven Boemer
2020-06-10Use [SkipLocalsInit] & remove code for ILLink to strip locals init (#37541)Layomi Akinrinade
2020-06-06Add build support for ILLink.Substitutions.xml files (#37443)Eric Erhardt
2020-06-05Remove ClearInitLocalsAssemblies arg (#37355)Sven Boemer
2020-05-01Strip the ILLinkTrim.xml file from System.Private.Xml (#35547)Eric Erhardt
2020-04-30[master] Update dependencies from 5 repositories (#35567)dotnet-maestro[bot]
2020-04-24Pick up renamed Microsoft.NET.ILLink.Tasks package (#35214)Sven Boemer
2020-04-06Enable restore for ref and src projects in libs (#33553)Viktor Hofer
2020-03-24Re-enable linker optimization disabled in #2334 (#32865)Marek Safar
2020-02-21updating docs and removing BuildConfiguration and ConfigurationGroup (#32062)Anirudh Agnihotry
2020-02-18Update ILLinkTasksVersion dependency (#32170)Marek Safar
2020-02-06New Configuration System (#1787)Anirudh Agnihotry
2020-02-05Revert "Update ILLinkTasksVersion dependency (#2334)" (#31807)Viktor Hofer
2020-02-04Update ILLinkTasksVersion dependency (#2334)Marek Safar
2019-12-14Removing "netcoreapp" and "netfx" TargetGroup (#457)Anirudh Agnihotry
2019-12-01Converge common msbuild properties and targets (#338)Viktor Hofer
2019-11-09Cleanup MSBuild conditional operators to be all in lowercase (dotnet/corefx#4...Santiago Fernandez Madero