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-20Update dependencies from https://github.com/dotnet/runtime build 20210920.1 (...dotnet-maestro[bot]
2021-09-20Update dependencies from https://github.com/dotnet/arcade build 20210916.4 (#...dotnet-maestro[bot]
2021-09-17Enable nullable on annotations (#2278)Tlakaelel Axayakatl Ceja
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-06[main] Update dependencies from dotnet/arcade (#2261)dotnet-maestro[bot]
2021-09-06Update dependencies from https://github.com/dotnet/runtime build 20210906.1 (...dotnet-maestro[bot]
2021-09-06Remove preview branding (#2259)Sven Boemer
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-02Stop using git protocol for submodule (#2248)Alexander Köplinger
2021-09-02Skip peverify on CopyOfCoreLibrariesKeepsUnusedTypes (#2247)Mike Voorhees
2021-09-01Enable nullable warnings for linker (#2244)Sven Boemer
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-30Remove the requirement on 5.0 runtime since linker is now fully 6.0 (#2237)Vitek Karas
2021-08-30Update dependencies from https://github.com/dotnet/arcade build 20210827.6 (#...dotnet-maestro[bot]
2021-08-30Update dependencies from https://github.com/dotnet/runtime build 20210830.3 (...dotnet-maestro[bot]
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-25Set version to 7.0.100-alpha.1 in the main branch (#2228)Vitek Karas
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-23[main] Update dependencies from dotnet/runtime (#2224)dotnet-maestro[bot]
2021-08-23Update dependencies from https://github.com/dotnet/arcade build 20210820.4 (#...dotnet-maestro[bot]
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-16Update dependencies from https://github.com/dotnet/runtime build 20210815.6 (...dotnet-maestro[bot]
2021-08-16Update dependencies from https://github.com/dotnet/arcade build 20210812.1 (#...dotnet-maestro[bot]
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-10Adds a test for issue #2196 (#2197)Vitek Karas