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
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
2019-11-01Delete ILLinkTrim.xml from System.Net.Primitives (dotnet/corefx#42183)Stephen Toub
2019-10-31Fix ILLink when run from VS/desktop/direct (dotnet/corefx#42266)Eric StJohn
2019-10-27Update illink.targets to keep PreserveDependencyAttribute (dotnet/corefx#42157)Stephen Toub
2019-10-24Update ILLink.Tasks (dotnet/corefx#39287)Sven Boemer
2019-07-04More cleanup for linker heuristics (dotnet/corefx#39191)Jan Kotas
2019-03-03Project msbuild syntax cleanup (dotnet/corefx#35686)Viktor Hofer
2019-03-02Remove InitTools and ToolsDir (dotnet/corefx#35677)Eric StJohn
2019-01-29Remove buildtools imports from Directory.Build.* (dotnet/corefx#34001)Eric StJohn
2018-11-01Move targets files under eng directory.Wes Haggard