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-09-17Warn on RUC annotated attribute ctors (analyzer) (#2201)Mateo Torres-Ruiz
2021-09-16Change occurrences of 'mono/linker' to 'dotnet/linker' (#2277)Mateo Torres-Ruiz
2021-09-11Refactor how test case metadata is obtained. (#2268)Mike Voorhees
2021-09-08Warn on RUC annotated ctors invoked through `new()` constraint in analyzer (#...Mateo Torres-Ruiz
2021-09-08Workaround NRE in SweepStep (#2264)Vitek Karas
2021-09-08Add a test for #2260 (#2263)Vitek Karas
2021-09-02Skip peverify on CopyOfCoreLibrariesKeepsUnusedTypes (#2247)Mike Voorhees
2021-09-01Delete most mcs tests (#2245)Mike Voorhees
2021-09-01Update tests now that cecil issue is fixed (#2246)Mike Voorhees
2021-09-01Normalize warning messages (#2243)Mateo Torres-Ruiz
2021-08-26Remove unused usings (#2229)Mike Voorhees
2021-08-26Validate unrecognized patterns against logged warnings (#2230)Sven Boemer
2021-08-23Add static constructor behavior for RUC on type (#2207)Tlakaelel Axayakatl Ceja
2021-08-18Support assembly as message origin (#2212)Sven Boemer
2021-08-18Implement a custom ILProcessor and make it auto-fix IL corruptions (#2213)Vitek Karas
2021-08-14Fix warnings for DAMT on interfaces (#2210)Sven Boemer
2021-08-12Fix broken try/catch/filter offsets after isinst optimization (#2205)Vitek Karas
2021-08-12Fix suppression check with assembly suppressions (#2180)Sven Boemer
2021-08-10Fix warnings for DAM.All (#2191)Sven Boemer
2021-08-10Adds a test for issue #2196 (#2197)Vitek Karas
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-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-28Check attribute suppressions lazily (#2171)Sven Boemer
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-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-06-30Don't warn for RUC from DebuggerDisplayAttributeSven Boemer
2021-06-30Better tests for various RUC scenarios and fixes (#2108)Vitek Karas
2021-06-23Match Attributes for virtual methods and overrides (#2046)Tlakaelel Axayakatl Ceja
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
2021-06-17Handle PInvoke analysis similar to other methods (#2091)Lakshan Fernando
2021-06-10Always show IL2026 for IsTrimmable assemblies (#2087)Sven Boemer
2021-06-10Initial work to support virtual static interface methods (#2072)Lakshan Fernando
2021-06-04Fix order of custom steps (#2082)Sven Boemer
2021-06-04Improve tests for COM warnings from PInvokes (#2080)Vitek Karas
2021-06-03Handle different dynamic member access for multiple branches (#2076)Andrii Kurdiumov
2021-06-03Stop duplicating trailing period in IL2026 (#2053)Mateo Torres-Ruiz
2021-06-01Type get type generic annotation test (#2071)Vitek Karas