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
path: root/eng
AgeCommit message (Collapse)Author
2021-06-14Update dependencies from https://github.com/dotnet/runtime build 20210614.1 ↵dotnet-maestro[bot]
(#2093) [main] Update dependencies from dotnet/runtime
2021-06-07Update dependencies from https://github.com/dotnet/runtime build 20210607.1 ↵dotnet-maestro[bot]
(#2084) [main] Update dependencies from dotnet/runtime
2021-06-07Update dependencies from https://github.com/dotnet/arcade build 20210604.1 ↵dotnet-maestro[bot]
(#2083) [main] Update dependencies from dotnet/arcade
2021-05-31Update dependencies from https://github.com/dotnet/runtime build 20210531.1 ↵dotnet-maestro[bot]
(#2068) [main] Update dependencies from dotnet/runtime
2021-05-31Update dependencies from https://github.com/dotnet/arcade build 20210528.1 ↵dotnet-maestro[bot]
(#2067) [main] Update dependencies from dotnet/arcade
2021-05-25Bump versions (#2047)Marek Safar
2021-05-24Update dependencies from https://github.com/dotnet/runtime build 20210524.1 ↵dotnet-maestro[bot]
(#2050) [main] Update dependencies from dotnet/runtime
2021-05-24Update dependencies from https://github.com/dotnet/arcade build 20210521.3 ↵dotnet-maestro[bot]
(#2049) [main] Update dependencies from dotnet/arcade
2021-05-17Update dependencies from https://github.com/dotnet/runtime build 20210517.1 ↵dotnet-maestro[bot]
(#2036) [main] Update dependencies from dotnet/runtime
2021-05-17Update dependencies from https://github.com/dotnet/arcade build 20210514.2 ↵dotnet-maestro[bot]
(#2035) [main] Update dependencies from dotnet/arcade
2021-05-10Update dependencies from https://github.com/dotnet/runtime build 20210510.1 ↵dotnet-maestro[bot]
(#2022) [main] Update dependencies from dotnet/runtime
2021-05-10Update dependencies from https://github.com/dotnet/arcade build 20210507.5 ↵dotnet-maestro[bot]
(#2021) [main] Update dependencies from dotnet/arcade
2021-05-06Add UnconditionalSuppressMessage codefixer (#2002)Tlakaelel Axayakatl Ceja
Add CodeFix for UnconditionalSuppressMessage Add test for UnconditionalSuppressMessage Change FindContainingMember to FindAttributableParent and add a list of AttributableParentTargets to values that are possible Add a base class to remove code duplication Use net5.0 reference assemblies and define requiresAssemblyFiles manually (reverts #1922)
2021-05-03Update dependencies from https://github.com/dotnet/runtime build 20210503.1 ↵dotnet-maestro[bot]
(#2009) [main] Update dependencies from dotnet/runtime
2021-05-03Update dependencies from https://github.com/dotnet/arcade build 20210430.2 ↵dotnet-maestro[bot]
(#2008) [main] Update dependencies from dotnet/arcade
2021-04-26Update linker repo to the latest SDK (#1995)Vitek Karas
* Pick up the DynamicallyAccessedMemberTypes.Interfaces enum from runtime * Update branding of the linker assembly * Fix nullref in tests - corelib now has an assembly level attribute with annotations (so the reported "source" is null - since we can't represent assembly as a source just yet).
2021-04-26Update dependencies from https://github.com/dotnet/runtime build 20210426.1 ↵dotnet-maestro[bot]
(#1994) [main] Update dependencies from dotnet/runtime
2021-04-26Update dependencies from https://github.com/dotnet/arcade build 20210422.1 ↵dotnet-maestro[bot]
(#1993) [main] Update dependencies from dotnet/arcade
2021-04-19Update dependencies from https://github.com/dotnet/runtime build 20210418.1 ↵v6.0.100-preview.2.21219.1dotnet-maestro[bot]
(#1978) [main] Update dependencies from dotnet/runtime
2021-04-19Update dependencies from https://github.com/dotnet/arcade build 20210416.2 ↵dotnet-maestro[bot]
(#1977) [main] Update dependencies from dotnet/arcade
2021-04-12Update dependencies from https://github.com/dotnet/runtime build 20210411.7 ↵dotnet-maestro[bot]
(#1959) [main] Update dependencies from dotnet/runtime
2021-04-12Update dependencies from https://github.com/dotnet/arcade build 20210409.17 ↵dotnet-maestro[bot]
(#1958) [main] Update dependencies from dotnet/arcade
2021-04-09Use CodeFixProvider project as analyzer package project (#1945)Andy Gocke
Bundles both the analyzer and codefix together as analyzers.
2021-04-05Update dependencies from https://github.com/dotnet/runtime build 20210405.1 ↵dotnet-maestro[bot]
(#1940) [main] Update dependencies from dotnet/runtime
2021-04-05Update dependencies from https://github.com/dotnet/arcade build 20210403.1 ↵dotnet-maestro[bot]
(#1939) [main] Update dependencies from dotnet/arcade
2021-03-31Add codefix for RequiresUnreferencedCode (#1865)Andy Gocke
Simple codefix that just adds RequiresUnreferencedCode to the containing method if a RequiresUnreferencedCode analyzer warning fires.
2021-03-29Update dependencies from https://github.com/dotnet/runtime build 20210328.6 ↵dotnet-maestro[bot]
(#1927) [main] Update dependencies from dotnet/runtime
2021-03-29Update dependencies from https://github.com/dotnet/arcade build 20210326.2 ↵dotnet-maestro[bot]
(#1926) [main] Update dependencies from dotnet/arcade
2021-03-24[main] Update dependencies from dotnet/runtime (#1916)v6.0.100-preview.2.21174.1dotnet-maestro[bot]
[main] Update dependencies from dotnet/runtime - Disable unreliable test
2021-03-22Update dependencies from https://github.com/dotnet/runtime build 20210319.6 ↵dotnet-maestro[bot]
(#1910) [main] Update dependencies from dotnet/runtime
2021-03-22Update dependencies from https://github.com/dotnet/arcade build 20210317.3 ↵dotnet-maestro[bot]
(#1909) [main] Update dependencies from dotnet/arcade
2021-03-15Update dependencies from https://github.com/dotnet/runtime build 20210314.8 ↵dotnet-maestro[bot]
(#1894) [main] Update dependencies from dotnet/runtime
2021-03-15Update dependencies from https://github.com/dotnet/arcade build 20210310.7 ↵dotnet-maestro[bot]
(#1893) [main] Update dependencies from dotnet/arcade
2021-03-11Fix lint to avoid generating binlog file (#1879)Vitek Karas
Latest lint writes formatDiagnosticLog.binlong next to the solution file when running with --verbosity diagnostic. There's no way to redirect or disable this - https://github.com/dotnet/format/issues/1041. So this change disables --verbosity diagnostic for local runs of lint and adds it only to the CI (where the machine will clean the enlistment anyway).
2021-03-08Update dependencies from https://github.com/dotnet/runtime build 20210307.6 ↵dotnet-maestro[bot]
(#1875) [main] Update dependencies from dotnet/runtime
2021-03-03[main] Update dependencies from dotnet/arcade (#1864)dotnet-maestro[bot]
[main] Update dependencies from dotnet/arcade - Fix arguments passing to dotnet-format to work with net6
2021-03-01Update dependencies from https://github.com/dotnet/runtime build 20210301.2 ↵dotnet-maestro[bot]
(#1861) [main] Update dependencies from dotnet/runtime
2021-03-01Update dependencies from https://github.com/dotnet/arcade build 20210225.5 ↵dotnet-maestro[bot]
(#1858) [main] Update dependencies from dotnet/arcade
2021-02-24Enable source-build through arcade (#1823)Omair Majid
Co-authored-by: Marek Safar <marek.safar@gmail.com>
2021-02-24Don't publish test results in official build (#1848)Alexander Köplinger
We don't run tests there so we get a warning about missing test result files in the official build.
2021-02-22Update dependencies from https://github.com/dotnet/runtime build 20210221.7 ↵dotnet-maestro[bot]
(#1845) [main] Update dependencies from dotnet/runtime
2021-02-18Bump dependencies (#1840)v6.0.100-preview.2.21118.1Marek Safar
2021-02-15Update dependencies from https://github.com/dotnet/runtime build 20210215.2 ↵dotnet-maestro[bot]
(#1835) [main] Update dependencies from dotnet/runtime
2021-02-15Update dependencies from https://github.com/dotnet/arcade build 20210205.12 ↵dotnet-maestro[bot]
(#1834) [main] Update dependencies from dotnet/arcade
2021-02-08Update dependencies from https://github.com/dotnet/runtime build 20210208.2 ↵dotnet-maestro[bot]
(#1810) [main] Update dependencies from dotnet/runtime
2021-02-08Update dependencies from https://github.com/dotnet/arcade build 20210205.5 ↵dotnet-maestro[bot]
(#1809) [main] Update dependencies from dotnet/arcade
2021-02-05Complete branch moveJoseph Shields
2021-02-04Build based on changes to main branch tooJoseph Shields
2021-02-01Update dependencies from https://github.com/dotnet/runtime build 20210201.2 ↵dotnet-maestro[bot]
(#1792) [master] Update dependencies from dotnet/runtime
2021-01-30Update dependencies from https://github.com/dotnet/arcade build 20210128.12 ↵dotnet-maestro[bot]
(#1791) [master] Update dependencies from dotnet/arcade