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
2022-07-25DynamicallyAccessedMembers CodeFix (#2890)Isabel Serrato
2022-07-22Make StaticCs work in source build (#2909)Andy Gocke
2022-07-22Avoid dataflow analysis for generic parameters (#2908)Sven Boemer
2022-07-22Fix re-entrancy when marking nested functions (#2907)Sven Boemer
2022-07-20Fix syntax node scope and nullable warnings (#2900)Andy Gocke
2022-07-15Analyze nested functions in Roslyn analyzer (#2892)Sven Boemer
2022-07-14Fix a bug with null value passed to annotated parameter on attribute (#2894)Vitek Karas
2022-07-12Preserve all interfaces in library mode (#2886)Jackson Schuster
2022-07-12Intentionally skip switch instructions during branch removal as the code does...Vitek Karas
2022-07-09Refactorings to help with linker->AOT integration (#2883)Vitek Karas
2022-07-07Add more trimming options to TrimMode and change defaults (#2856)Andy Gocke
2022-07-01Small updates to help with linker->aot port (#2873)Vitek Karas
2022-06-30Add compiler-generated code dataflow analysis (#2842)Sven Boemer
2022-06-29Fix assignment to captured invalid operation (#2869)Sven Boemer
2022-06-28Implement .dgml writing capabilities (#2854)Isabel Serrato
2022-06-24Keep unresolved interface impl (#2858)Jackson Schuster
2022-06-21Seal classes to silence warnings in Preview 5 (#2852)Jackson Schuster
2022-06-20Fix package props for older SDKs (#2848)Sven Boemer
2022-06-20Disable invalid assert and add a test to repro the problem (#2846)Vitek Karas
2022-06-16Include targets in ILLink.Tasks package (#2844)Sven Boemer
2022-06-16Revert "Re-add static interface trimming with more testing (#2791)" (#2841)Jackson Schuster
2022-06-15Analyze implicit indexer reference operations (#2839)Sven Boemer
2022-06-15Adjust ref param kind check for IL offset (#2838)Jackson Schuster
2022-06-15Move the ILLink targets from the SDK repo to the linker repo (#2837)Andy Gocke
2022-06-14Re-add static interface trimming with more testing (#2791)Jackson Schuster
2022-06-14Don't catch all exceptions; propagate unexpected errors to trigger Watson dum...Jackson Schuster
2022-06-14Mark all type forwarders used during string->Type resolution (#2836)Vitek Karas
2022-06-13Fix analyzer issues related to visiting assignment targets (#2833)Sven Boemer
2022-06-10Fix access to derived properties (#2829)Sven Boemer
2022-06-08Fix linker crash in generated type analysis (#2827)Andy Gocke
2022-06-07Scan compiler-generated methods as a group (#2792)Sven Boemer
2022-06-04Don't warn on enum switch if named values are exhaustive (#2795)Jackson Schuster
2022-06-03Changes to make sharing code with Native AOT easier (#2818)Vitek Karas
2022-05-31Don't crash analyzer for ref-return assignment (#2810)Sven Boemer
2022-05-31Warn on unhandled store in reference case instead of throwing (#2807)Jackson Schuster
2022-05-25Warn on mismatch for ref params (#2769)Jackson Schuster
2022-05-24Track attributes through Roslyn-generated types (#2786)Andy Gocke
2022-05-20Add retargeting switch labels to ILProcessor (#2801)Marek Safar
2022-05-19Consider side effects when evaluating manually substituted methods (#2800)Marek Safar
2022-05-19Split up ReflectionMethodBodyScanner (#2796)Sven Boemer
2022-05-15Retarget product binaries to .NET 6 (#2794)Vitek Karas
2022-05-12Record trim analysis patterns in scanner (#2782)Sven Boemer
2022-05-11[main] Update dependencies from dotnet/arcade (#2719)dotnet-maestro[bot]
2022-05-11Match analyzer and linker requires methods (#2788)Tlakaelel Axayakatl Ceja
2022-05-06Revert static interface trimming (#2784)Jackson Schuster
2022-05-06Fix NullReferenceException when sweeping unused static interface (#2783)Vitek Karas
2022-05-03Fix warning about duplicate attributes (#2780)Sven Boemer
2022-05-03Don't depend on marking order in DAM type hierarchy (#2777)Sven Boemer
2022-05-03Adds support for recognizing more integer types as consts (#2781)Vitek Karas
2022-05-02Add ability for the analyzer to recognize const fields (#2774)Vitek Karas