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/src
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-08Special case `MakeGenericMethod/Type` in RUC analyzer (#2209)Mateo Torres-Ruiz
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-08Update edited document before continuing code fixing (#2250)Mateo Torres-Ruiz
2021-09-04Revert "Tag analyzer diagnostics as non configurable (#2252)" (#2257)Mateo Torres-Ruiz
2021-09-03Nullable annotations part 1 (#2253)Sven Boemer
2021-09-03Tag analyzer diagnostics as non configurable (#2252)Mateo Torres-Ruiz
2021-09-01Enable nullable warnings for linker (#2244)Sven Boemer
2021-09-01Normalize warning messages (#2243)Mateo Torres-Ruiz
2021-08-30Add BannedApiAnalyzer (#2234)Sven Boemer
2021-08-26Validate unrecognized patterns against logged warnings (#2230)Sven Boemer
2021-08-24Use plain int for TargetRuntimeVersion (#2227)Vitek Karas
2021-08-23Make linker forward compatible with regards to framework versioning (#2226)Vitek Karas
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-11Fix wrong path after the TFM change (#2204)Vitek Karas
2021-08-11Target net6.0 for linker (#2202)Vitek Karas
2021-08-10Fix warnings for DAM.All (#2191)Sven Boemer
2021-08-09Add comment on RUC-on-type methods (#2193)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-08-03Typo (#2187)Mateo Torres-Ruiz
2021-08-03Add `dynamic` analyzer (#2150)Mateo Torres-Ruiz
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-28Check attribute suppressions lazily (#2171)Sven Boemer
2021-07-27RAF Attribute unification (#2156)Tlakaelel Axayakatl Ceja
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-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