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
2021-08-09Add comment on RUC-on-type methods (#2193)Vitek Karas
2021-08-09Update dependencies from https://github.com/dotnet/runtime build 20210806.5 (...dotnet-maestro[bot]
2021-08-09Update dependencies from https://github.com/dotnet/arcade build 20210806.6 (#...dotnet-maestro[bot]
2021-08-05Fix nullref in operator handling (#2190)Sven Boemer
2021-08-04Attribute mismatch in combination with RUC on type (#2183)Tlakaelel Axayakatl Ceja
2021-08-04Avoid the propagation of RequiresUnreferencedCode to nested classes (#2164)Tlakaelel Axayakatl Ceja
2021-08-03Typo (#2187)Mateo Torres-Ruiz
2021-08-03Add `dynamic` analyzer (#2150)Mateo Torres-Ruiz
2021-08-02[main] Update dependencies from dotnet/arcade (#2166)dotnet-maestro[bot]
2021-08-02Update dependencies from https://github.com/dotnet/runtime build 20210801.3 (...dotnet-maestro[bot]
2021-07-31Fix typo in warning message (#2182)Sven Boemer
2021-07-31Share DiagnosticStrings add mechanism to generate a DiagnosticDescriptor give...Mateo Torres-Ruiz
2021-07-30Fix warning origin for DAM on types (#2162)Sven Boemer
2021-07-30Warn when accessing DAM annotated method via reflection (#2145)Vitek Karas
2021-07-28Bump cecil package version (#2174)Sven Boemer
2021-07-28Check attribute suppressions lazily (#2171)Sven Boemer
2021-07-27RAF Attribute unification (#2156)Tlakaelel Axayakatl Ceja
2021-07-26Update dependencies from https://github.com/dotnet/runtime build 20210725.2 (...dotnet-maestro[bot]
2021-07-20Add ILLink.Shared (#2155)Mateo Torres-Ruiz
2021-07-19Fixes a null reference when trying to get RUC on a type (#2152)Vitek Karas
2021-07-19Update dependencies from https://github.com/dotnet/runtime build 20210719.2 (...dotnet-maestro[bot]
2021-07-19Update dependencies from https://github.com/dotnet/arcade build 20210716.1 (#...dotnet-maestro[bot]
2021-07-17Ruc on classes (#2143)Tlakaelel Axayakatl Ceja
2021-07-16Fix Activator.CreateInstance case (#2146)Sven Boemer
2021-07-15Fix warning suppressions on types for type hierarchy (#2148)v6.0.100-preview.6.21365.1Sven Boemer
2021-07-13Add a library mode for type hierarchy marking (#2114)Lakshan Fernando
2021-07-12Passing null to args for Activator.CreateInstance means no args (#2111)Vitek Karas
2021-07-12Fix writing of updated copyused scopes (#2140)Sven Boemer
2021-07-12Update dependencies from https://github.com/dotnet/runtime build 20210711.10 ...dotnet-maestro[bot]
2021-07-12Update dependencies from https://github.com/dotnet/arcade build 20210707.3 (#...dotnet-maestro[bot]
2021-07-08Check target of module/assembly level suppressions (#2129)Mateo Torres-Ruiz
2021-07-08Enhance NestedTypes in DynamicallyAccessedMemberTypes to keep all its members...Lakshan Fernando
2021-07-08Preserve custom operators (#2125)Sven Boemer
2021-07-07Cecil update (#2126)Marek Safar
2021-07-05Update dependencies from https://github.com/dotnet/arcade build 20210701.2 (#...dotnet-maestro[bot]
2021-07-05Update dependencies from https://github.com/dotnet/runtime build 20210705.1 (...dotnet-maestro[bot]
2021-06-30Merge pull request #2124 from sbomer/dontWarnForRUCFromDebuggerDisplayLarry Ewing
2021-06-30Don't warn for RUC from DebuggerDisplayAttributeSven Boemer
2021-06-30Use net6.0 reference assemblies in analyzer tests (#2121)Andy Gocke
2021-06-30Better tests for various RUC scenarios and fixes (#2108)Vitek Karas
2021-06-28Update dependencies from https://github.com/dotnet/arcade build 20210624.3 (#...dotnet-maestro[bot]
2021-06-28Update dependencies from https://github.com/dotnet/runtime build 20210628.2 (...dotnet-maestro[bot]
2021-06-28Avoid recompiling regex multiple times (#2115)Vitek Karas
2021-06-23Match Attributes for virtual methods and overrides (#2046)Tlakaelel Axayakatl Ceja
2021-06-21Update dependencies from https://github.com/dotnet/runtime build 20210621.2 (...dotnet-maestro[bot]
2021-06-21Update dependencies from https://github.com/dotnet/arcade build 20210619.2 (#...dotnet-maestro[bot]
2021-06-17Start sharing message strings between the analyzer and the linker (#2098)Andy Gocke
2021-06-17Add a test case for string->type resolution with forwarded type in generic ar...Vitek Karas
2021-06-17Warning suppressions in compiler generated code (#2075)Vitek Karas
2021-06-17Add a test for case where we report double suppression incorrectly (#2096)Vitek Karas