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-12-11Restrict embedded XML (#1675)Sven Boemer
2020-12-09Port single-file analyzer (#1665)Mateo Torres-Ruiz
2020-12-09Fix pointer type forwarding (#1679)Vitek Karas
2020-12-08Update IL2067-91 warning messages (#1624)Mateo Torres-Ruiz
2020-12-03Roslyn analyzer improvements (#1622)Tlakaelel Axayakatl Ceja
2020-11-30[analyzer] Break infinite loops (#1659)Radek Doulik
2020-11-30Check if DisplayDebugger value is null (#1649)Mateo Torres-Ruiz
2020-11-30Recognize UnderlyingSystemType as an intrinsic (#1655)Michal Strehovský
2020-11-26Fix linker crash on unresolved types in generic and attribute data flow handl...Vitek Karas
2020-11-25Try to resolve type from exported types (#1587)Mateo Torres-Ruiz
2020-11-21Fix handling of newlines in warning arguments (#1640)Sven Boemer
2020-11-16Remove incorrect assert (#1629)Sven Boemer
2020-11-11Fix ArgumentOutOfRange in GetConstructor scanning (#1621)Eric Erhardt
2020-11-09Follow up for #1609 (#1612)Mateo Torres-Ruiz
2020-11-07Allow external warnings to use codes >= 6001 (#1609)Mateo Torres-Ruiz
2020-11-06Add command line option to disable type checks inlining (#1606)Marek Safar
2020-11-03Review follow up on #1595 (#1604)Marek Safar
2020-11-02Mark types needed for instance checks only if they are ever instantiated (#1595)Marek Safar
2020-10-27Add first roslyn analyzer (#1563)Andy Gocke
2020-10-26Mark generic arguments of dynamically accessed types passed as string (#1566)Mateo Torres-Ruiz
2020-10-23Exclude Mono.Cecil.Pdb from package dependencies (#1585)Vitek Karas
2020-10-23Make the MessageOrigin..ctor which takes a member reference public (#1584)Vitek Karas
2020-10-21Add TypeInAssembly to list of reasons for marking a type (#1575)Mateo Torres-Ruiz
2020-10-17Stub void return ETW bodies instead of throw (#1571)Mike Voorhees
2020-10-14Fix processing of DynamicDependency when specified via attribute XML (#1565)Vitek Karas
2020-10-12Don't record unspecified dependencies (#1534)Mike Voorhees
2020-10-09Add cache to the default logger (#1550)Mateo Torres-Ruiz
2020-10-09Restore the ability to not mark System.Object.FinalizeMichael Voorhees
2020-10-08Clean up redundant parenthesesMarek Safar
2020-10-08Allow ReflectionMethodBodyScanner's HandleCall() to skip processing an instru...Brian Taylor
2020-10-07Correctly handle assembly qualified names in generic parameters (#1546)Vitek Karas
2020-10-07Fix reflection pattern errorMichael Voorhees
2020-10-07Expose method on DriverMichael Voorhees
2020-10-07Unresolved attribute fixesMichael Voorhees
2020-10-02Cleanup predefined attributes values extractionMarek Safar
2020-10-02Make AddPreservedMethod variant publicRadek Doulik
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