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-10Make ILCompiler more flexible. (#2272)Mike Voorhees
2021-09-03Nullable annotations part 1 (#2253)Sven Boemer
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-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-12Fix broken try/catch/filter offsets after isinst optimization (#2205)Vitek Karas
2021-08-11Fix wrong path after the TFM change (#2204)Vitek Karas
2021-07-30Fix warning origin for DAM on types (#2162)Sven Boemer
2021-07-28Bump cecil package version (#2174)Sven Boemer
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-08Preserve custom operators (#2125)Sven Boemer
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-05-31Use full MessageOrigin when reporting data flow warnings (#2070)Vitek Karas
2021-05-28Warn when method return type is annotated but it's not Type or String (#2066)Vitek Karas
2021-05-26Fix validation of ExpectedWarning attribute (#2057)Vitek Karas
2021-05-25Flow C++/CLI assemblies into the linker (#2042)Mateo Torres-Ruiz
2021-05-17Improve testing infra to not rely on hardcoded names (#2034)Marek Safar
2021-05-13Implement DynamicallyAccessedMemberTypes.Interfaces (#2023)Vitek Karas
2021-05-08Trim parameter names metadata when they are not needed. (#1988)Marek Safar
2021-05-07Improve expected tests results verification for branch instructions (#2018)Marek Safar
2021-04-28Revert "Upgrade linker TFM to net6.0 (#1996)" (#2000)Vitek Karas
2021-04-27Upgrade linker TFM to net6.0 (#1996)Vitek Karas
2021-04-26Update linker repo to the latest SDK (#1995)Vitek Karas
2021-04-17Check for namespace in GetDisplayName (#1968)Mateo Torres-Ruiz
2021-04-16Preserve types for serialization (#1932)Sven Boemer
2021-04-06Copy action behavior (#1941)Mateo Torres-Ruiz
2021-04-01Revert "Change behavior of copy action to not rewrite assemblies" (#1936)Mateo Torres-Ruiz
2021-04-01Change behavior of copy action to not rewrite assemblies (#1869)Mateo Torres-Ruiz
2021-03-13Introduce test helpers and add DataFlowTypeExtensions (#1890)Vitek Karas
2021-03-13Upgrade tests to net6 (#1891)Vitek Karas
2021-03-01Enable more analyzers (#1862)Marek Safar
2021-02-26Support attribute trimming opt-in (#1839)Sven Boemer
2021-02-18Bump dependencies (#1840)v6.0.100-preview.2.21118.1Marek Safar
2021-02-12Fix optimizations selection logic when different per assembly settings exist ...Marek Safar
2021-02-12Revert "Fix optimizations selection logic when different per assembly setting...Marek Safar
2021-02-12Fix optimizations selection logic when different per assembly settings existMarek Safar
2021-02-04Enable processing of dynamically referenced assemblies (#1666)Sven Boemer
2021-02-03Fix overreporting of warnings due to RequiresUnreferencedCode (#1798)Vitek Karas
2021-02-01Warn on called methods annotated with RequiresUnreferencedCode (#1778)Mateo Torres-Ruiz