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/test
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-10Make ILCompiler more flexible. (#2272)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-08Add a test for #2260 (#2263)Vitek Karas
2021-09-08Update edited document before continuing code fixing (#2250)Mateo Torres-Ruiz
2021-09-03Nullable annotations part 1 (#2253)Sven Boemer
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-30Don't drop suite name from test name. (#2241)Mike Voorhees
2021-08-30Add BannedApiAnalyzer (#2234)Sven Boemer
2021-08-30Refactor PeVerifier (#2236)Mike Voorhees
2021-08-26Remove hard coded case directory name (#2235)Mike Voorhees
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-11Fix wrong path after the TFM change (#2204)Vitek Karas
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-08-03Typo (#2187)Mateo Torres-Ruiz
2021-08-03Add `dynamic` analyzer (#2150)Mateo Torres-Ruiz
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-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