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
2018-10-03[linker] OutputStep should not create readonly filesmono-2018-08Aleksey Kliger
2018-08-06Add more StructLayout testsMarek Safar
2018-08-02Add support for asserting compiler generated array initializersMichael Voorhees
2018-08-02Add [KeptAllTypesAndMembersInAssembly]Michael Voorhees
2018-07-24Improved test framework support for dllsMichael Voorhees
2018-07-17Expose AnnotationsStore fields to derived typesMichael Voorhees
2018-07-14Fix possible race condition during test assembly compileMichael Voorhees
2018-07-10Fix nunit exceptions thrown during compileMichael Voorhees
2018-07-09Expand feature exclude supportMichael Voorhees
2018-06-27[linker] Adds option to exclude features (used by descriptors only for now)Marek Safar
2018-06-27Compile input & expectations in parallelMichael Voorhees
2018-06-13Add a test to verify forwarder can be preserved via xmlMichael Voorhees
2018-06-13Improved sandboxing of prebuilt test assembly dependenciesMichael Voorhees
2018-06-09Adds experimental PreserveDependencyAttribute support (#298)Marek Safar
2018-06-03Adds handling for enum base typesMarek Safar
2018-05-29Fix a bug where types marked in attributes would have their assembly deletedMichael Voorhees
2018-05-25Sweep all, not just the first, referenced assemblies of the same name (#322)Sebastien Pouliot
2018-05-24Register all context assemblies actions.Marek Safar
2018-05-11Harden TypeNameParsing to avoid crashesUnknown
2018-05-10Fix TargetTypeName processing not handling types in other assembliesMichael Voorhees
2018-05-10Fix LockFileCache when SDK and ILLink task are using different NuGet dllsEric St. John
2018-05-10gitignore TestResults.xmlMichael Voorhees
2018-05-10Include provider to ShouldMark attribute callsMichael Voorhees
2018-05-09Ensure linker dependencies are properly written and closed.Eugene Rozenfeld
2018-05-09Expose LinkContext.IsCoreMichael Voorhees
2018-05-07Adjustments in ResultChecker to enable overridingTautvydas Žilys
2018-05-05Mark Types Used Via Reflection (#289)Michael DeRoy
2018-05-04* Adding a test suite for debugger attributes.Michael Voorhees
2018-05-02Fix include i18n assemblies not working when running linker on .net fwMichael Voorhees
2018-05-02virtualize SweepAssemblypiconid
2018-05-01Cache all cases. Remove OtherTestsMichael Voorhees
2018-05-01Test Framework, Support locating files by typeMichael Voorhees
2018-05-01Fix PDB handle leak in the linker.Tautvydas Žilys
2018-04-22Expose some ResolveFromXmlStep members to derived typesMichael Voorhees
2018-04-20Expose TestCaseMetadataProvider.IsIgnored to derived typesMichael Voorhees
2018-04-18Add a preserve test that uses genericsMichael Voorhees
2018-04-10Add VerifyRemovedTypeInAssemblyMichael DeRoy
2018-04-06Make TestRunner.Run virtual so that we can customize it a bitMichael Voorhees
2018-04-06Move resolving of embedded link xml files before TypeMapStepMichael Voorhees
2018-04-06Log duplicate preservations from link xml filesMichael Voorhees
2018-03-28Use string type check instead of #if for native reader checkingUnknown
2018-03-21Mark [ThreadStatic] and [ContextStatic] attributesMichael Voorhees
2018-03-12Add tests for resources embedded in referenced assemblies.Eugene Rozenfeld
2018-03-09Support compiling references for test cases with resourcesMichael Voorhees
2018-03-09Don't attempt to link duplicate managed assemblies (#273)Sven Boemer
2018-03-08Fix option to turn off native trimmingSven Boemer
2018-03-08Crossgen during publish only if we are also linkingSven Boemer
2018-03-08Increment ILLink.Tasks versionSven Boemer
2018-03-08Remove BlackList step precondition.Eugene Rozenfeld
2018-03-07Make removal of processed resources optional.Eugene Rozenfeld