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
2020-09-30Update to latest dotnet-format versionMarek Safar
2020-09-30Use TryGetValue when retrieving local variables from stack (#1511)Mateo Torres-Ruiz
2020-09-30Enable more analyzers rulesMarek Safar
2020-09-28Process also exception filters when marking unreachable blocksMarek Safar
2020-09-25Enable more analyzers and fix found problemsMarek Safar
2020-09-25Enable some code analyzers and make the build pass (#1505)Marek Safar
2020-09-17Update to target .NET5 framework (#1471)Marek Safar
2020-09-16Prevent multiple allocations of ReaderParameters (#1490)Mateo Torres-Ruiz
2020-09-16Port .NET Native type name parser (#1472)Mateo Torres-Ruiz
2020-09-15Handle substitutions of custom long valuesMarek Safar
2020-09-15Use ServerGarbageCollection=true (#1493)Mateo Torres-Ruiz
2020-09-10Fix possible endless recursion in MarkEntireType (#1478)Vitek Karas
2020-09-10Make LinkAttributesStep public (#1485)Mike Voorhees
2020-09-10Remove reference to System.Text.Json (#1480)Vitek Karas
2020-09-09Speed up tests execution (#1475)Marek Safar
2020-08-24Check if generic types encode its arity when using GetDisplayName (#1438)Mateo Torres-Ruiz
2020-08-21Only push values to stack when using newobj in TypeDelegator_Ctor (#1443)Mateo Torres-Ruiz
2020-08-18Warn when DynamicallyAccessedMembersAttribute is used on a member of unsuppor...Vitek Karas
2020-08-18Don't error on non-IL warning codes (#1437)Sven Boemer
2020-08-18Make warnings logging work with custom steps API (#1419)Marek Safar
2020-08-15Waring IL2050 should be considered TrimAnalysis warning (#1430)Vitek Karas
2020-08-15Warn on invalid arguments (#1364)Mateo Torres-Ruiz
2020-08-15Warn on case insensitive overload usage (#1413)Tlakaelel Axayakatl Ceja
2020-08-13Warnings cleanup (#1385)Vitek Karas
2020-08-12Check the correct interface list in IsInterfaceImplementationMarkedRecursivel...Michal Strehovský
2020-08-10Allow new() constraint to satisfy DynamicallyAccessedMemberTypes.PublicParame...Michal Strehovský
2020-08-10Fix NRE in LazyMarkCustomAttributes (#1418)Marek Safar
2020-08-06Generate warning suppressions in an XML format (#1386)Mateo Torres-Ruiz
2020-08-05Do not call MarkInterfaceImplementation if already marked (#1396)Michal Strehovský
2020-08-04Add support for property tag on CA annotations (#1397)Mateo Torres-Ruiz
2020-08-04Warn by default (#1372)Mateo Torres-Ruiz
2020-08-03Add suppressions before checking for ca removal instances (#1395)Mateo Torres-Ruiz
2020-07-28Linker fails when BaseType is null (#1376)Tlakaelel Axayakatl Ceja
2020-07-27Add WarningsAsErrors and WarningsNotAsErrors (#1388)Mateo Torres-Ruiz
2020-07-27Warn about some COM usage (#1382)Michal Strehovský
2020-07-24Add support for --warn <version> (#1381)Sven Boemer
2020-07-24Add warnaserror option (#1377)Mateo Torres-Ruiz
2020-07-23Merge pull request #1373 from vitek-karas/AvoidUnnecessary2045Vitek Karas
2020-07-23Removed the TODOs as per discussion in the PRvitek-karas
2020-07-21Don't generate warning 2045 due to the attribute type members referencing the...vitek-karas
2020-07-21Add support for default interface methods (#1357)Michal Strehovský
2020-07-21Use class hierarchy in IsTypeInterestingForDataflow (#1369)Michal Strehovský
2020-07-20Improve warnings on internal attribute use (#1361)Tlakaelel Axayakatl Ceja
2020-07-17Make the --deterministic the default (#1362)Vitek Karas
2020-07-16Show error on invalid command-line argument (#1360)Mateo Torres-Ruiz
2020-07-15Allow stripping Delegate.BeginInvoke/EndInvoke (#1358)Michal Strehovský
2020-07-14Simplify interface handling in TypeMapStep (#1334)Michal Strehovský
2020-07-13Keep base fields of non-auto layout classes (#1333)Michal Strehovský
2020-07-13Show error for unresolved root assemblies (#1320)Sven Boemer
2020-07-13Don't crash if pinvoke has a function pointer (#1350)Michal Strehovský