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/linker
AgeCommit message (Expand)Author
2017-10-19Find 'linker' child element rather than assuming it's the first element in th...Jonathan Chambers
2017-10-11Improve dependency dumpingRadek Doulik
2017-09-22Add ILLink.CustomsSteps.dll.Eugene Rozenfeld
2017-09-13Improve loggingRadek Doulik
2017-08-24Adds more type-forwarder testsMarek Safar
2017-08-23Don't crash on any wrong type forwader referenceMarek Safar
2017-08-23Sync up with NiceIO at https://github.com/lucasmeijer/NiceIO/commit/30c788650...Mike Voorhees
2017-08-21Fixes failing IL testMarek Safar
2017-08-21Merge branch 'Unity-Technologies-master-compile-setup-refs'Marek Safar
2017-08-19Add ability to compile assemblies before and after a test caseMike Voorhees
2017-08-18Don't throw during test cases build process (most runner cannot handle it)Marek Safar
2017-08-18Testing support for adding the KeepTypeForwarderOnlyAssembliesMike Voorhees
2017-08-17Don't include BlackListStep in atest run by defaultMarek Safar
2017-08-15Extension point for setting up pedump processMike Voorhees
2017-08-02[linker] added workaround for invalid type forwardsRadek Doulik
2017-08-02Provide 'event' and 'property' elements support with Link XML step.Vladislav Rishe
2017-08-02Fix LinkingOfCoreLibrariesRemovesUnusedTypes failing on WindowsMike Voorhees
2017-07-28Enable test that needed mono 5.2 or higher to workMike Voorhees
2017-07-26Run peverify on the output assembliesMike Voorhees
2017-07-26[linker] Provide the inner exception when throwing AssemblyResolutionExceptio...Rolf Bjarne Kvinge
2017-06-09Set up task package to build for multiple tfms (#129)Sven Boemer
2017-06-07Verify behavior with no preserve attribute in XMLJosh Peterson
2017-06-06Make arg builder more extensibleMike Voorhees
2017-06-06Improve annotations tracking in some placesMike Voorhees
2017-06-05Make GetAssemblies virtualMike Voorhees
2017-05-31Add some tests for situation where interface method is removedMike Voorhees
2017-05-31Test framework extensibility improvementsMike Voorhees
2017-05-31Base attribute for InAssembly attrsMike Voorhees
2017-05-31Better struct support in test frameworkMike Voorhees
2017-05-30This PR fixes stripper stripping attributes that are referenced by interface ...Mike Voorhees
2017-05-28Switch to explicit references only. No more assuming all .dlls in the sandbo...Mike Voorhees
2017-05-17Unresolved type handling for top level attributesMike Voorhees
2017-05-16Remove out of date descriptorsMarek Safar
2017-05-16Add ability to preserve an entire assemblyMike Voorhees
2017-05-16Make assembly and module attribute marking slightly less conservative.Mike Voorhees
2017-05-13Remove fields from attributes in expectations assemblyMike Voorhees
2017-05-13More resolution clean up in ResultCheckerMike Voorhees
2017-05-12Improve assembly resolution in ResultCheckerMike Voorhees
2017-05-12Small ShouldParseMethodBody optimizationMarek Safar
2017-05-11Ignore LinkingOfCoreLibrariesRemovesUnusedTypes. Requires mono 5.2 on OSX ag...Mike Voorhees
2017-05-11Add a test for copying of core assembliesMike Voorhees
2017-05-11Implement Kept & Removed Member in assemblyMike Voorhees
2017-05-11Implement Kept & Removed attributes for TypeInAssembly.Mike Voorhees
2017-05-11Add tests for ComImport casesMike Voorhees
2017-05-10Add .NET Core SDK tasks and targetsSven Boemer
2017-05-10Add support for writing pure IL for R2R assemblies (#99)Sven Boemer
2017-05-09Change some test cases to use types that have not been moved around in newer ...Mike Voorhees
2017-05-09Test framework (#101)Marek Safar
2017-05-04FIX : Removal of wrong overloaded method in generic classMike Voorhees
2017-05-04FIX - GenericParam count on method not taken intoMike Voorhees