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-01-22Introduce IReflectionPatternRecorder to allow recording of patte… (#907)Vitek Karas
2020-01-11Add support for fields substitutions. (#908)Zoltan Varga
2020-01-10Handle better the obscure case where linker is run to do nothing.Marek Safar
2020-01-10Keep more attributes used by the runtime when using --used-attrs-only.Zoltan Varga
2020-01-08Apply recommended C# fixes to MarkStepMarek Safar
2020-01-06Add uint values handling to substituterMarek Safar
2019-12-31Improve RemoveUnreachableBlocksStep handling of blocks with exits (#883)Marek Safar
2019-12-29Check more corelib like assemblies for basic types.Marek Safar
2019-12-29Move utility methods from MarkStep to extension classesMarek Safar
2019-12-29Run full mark logic on copy and copy-used assemblies (#810)Marek Safar
2019-12-22Remove variables which were used in removed scopes only.Marek Safar
2019-12-21Rename the file with IDependencyRecorder to match the class namevitek-karas
2019-12-20Fix ILLink.Tasks nuget package authorAlexander Köplinger
2019-12-19Add abstraction between the linker and the dependency tracing/re… (#872)Vitek Karas
2019-12-17Add an option to disable the RemoveUnreachableBlocksStep. (#860)Zoltan Varga
2019-12-17Update CecilMarek Safar
2019-12-16Replace instructions using ILProcessorMarek Safar
2019-12-11Add new optimization steps to make Mark step more effectiveMarek Safar
2019-12-09Avoid marshalling a stream to a string then to a stream readerMarius Ungureanu
2019-12-05Change analyzer to SDK-style project and add it to the solutionvitek-karas
2019-11-30Fix the illink.sln so that it loads in VS on Winvitek-karas
2019-11-25Ignore reflection calls inside reflection implementation (#828)Vitek Karas
2019-11-20Allow overriding of MarkTypeConverterLikeDependencyMichael Voorhees
2019-11-20Link away the methods of the SRE classes when '--exclude-feature sre' is used...Zoltan Varga
2019-11-19Merge pull request #817 from vargaz/assemblylistZoltan Varga
2019-11-18Add a --output-assemblylist <filename> option to dump the final set of linked...Zoltan Varga
2019-11-07Add callback for handling marking reflection calls (#813)brian-taylor-unity
2019-11-06Update ClearInitLocals to also inspect nested types (#812)Levi Broderick
2019-11-02Split FieldReference/FieldDefinition markingMarek Safar
2019-11-01Add TypeDescriptionProviderAttribute detectionMarek Safar
2019-11-01Expand handling of TypeConverterAttribute on all elementsMarek Safar
2019-10-23Add option to disable interface sweeping (#649)Sven Boemer
2019-10-19Add detection for simple Activator callsMarek Safar
2019-10-17Don't try to change scope of windows runtime projectionMichael Voorhees
2019-10-16Allow derived mark steps to change required methods (#791)Mike Voorhees
2019-10-16Don't crash on unresolved assemblyMichael Voorhees
2019-10-16Add warning before Log messageTlakaelel Axayakatl Ceja
2019-10-13Typos (#786)github-jane-doe
2019-10-10Overwrite when copying satellite assembliesJo Shields
2019-10-10Handle types with interfaces added laterMichael Voorhees
2019-10-07Add simple detection for custom TypeConvertorsMarek Safar
2019-10-04Add detection for single member lookup methods in RuntimeReflectionExtensionsMarek Safar
2019-10-03Add more logging context to unresolved reflection callsMarek Safar
2019-10-03Adds processing of satellite assembliesMarek Safar
2019-10-02Add command line option to keep dependency attributeMarek Safar
2019-09-27Improve tracing in the substep dispatcherRadek Doulik
2019-09-24Add sweeping of attributes on type parameter constraints (#747)Marek Safar
2019-09-23Update CustomAttributes scope also for assemblies which are copiedMarek Safar
2019-09-20Update UnusedForwarderWithAssemblyLinkedAndFacadeCopy testMarek Safar
2019-09-18Fix facade assembly copy mode when all assemblies around are linkedMarek Safar