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-05-04Use generic dictionary for return value of AssemblyCacheMike Voorhees
2017-05-04Check IsImport during HasThis case as wellMike Voorhees
2017-05-04Don't automatically preserve the fields and default constructorMike Voorhees
2017-04-30Output nunit test results in nunit2 format so Jenkins can read itAlexander Köplinger
2017-04-28Adds mono build and test setupMarek Safar
2017-04-28Changes to support our Sweep ReportMike Voorhees
2017-04-28Fix unused interface method not being removedMike Voorhees
2017-04-27Linker resolver interface (#43)Mike Voorhees
2017-04-27Support a custom annotation storeMike Voorhees
2017-04-27Dispose of loaded assembly definitionsMike Voorhees
2017-04-26Don't change the scope of winrt projectionsMike Voorhees
2017-04-25Fix marking of FunctionPointer TypesSwaroop Sridhar
2017-04-24Add tests solutionMarek Safar
2017-04-21Switch non-generic collections to genericMarek Safar
2017-04-21Remove binary folderMarek Safar
2017-04-21Revival of existing testsMarek Safar
2017-04-19Improve MarkException to contain the method that failed marking.Rolf Bjarne Kvinge
2017-04-14Make handling of debugger attributes more complete.Eugene Rozenfeld
2017-04-13Add missing exclusions for SRE types.Zoltan Varga
2017-04-11Make several methods protected and add an extensibility points for MarkStep t...Eugene Rozenfeld
2017-04-10Simplify (and unify) used MarkStep predicatesMarek Safar
2017-04-07Fixes API breakage introduced in 1bdcf6b7bfbe3b03fdaa76f6124d0d7374f08615Marek Safar
2017-04-06AssemblyCache: Index by Assemblyname, instead of file nameswaroop-sridhar
2017-04-04Add linker solution and use NetCoreBuild propertySven Boemer
2017-04-01Mark members of Event-related types.Eugene Rozenfeld
2017-04-01Mark methods and fields needed for types with debugger attributes.Eugene Rozenfeld
2017-03-30Build Mono.Cecil.Pdb.dll in netcore illink builds.Eugene Rozenfeld
2017-03-23Fix ResolveFromAssemblyStep.MarkType processing of nested types.Eugene Rozenfeld
2017-03-21Add an option to use only entry points visible from outside of assembly as ro...Eugene Rozenfeld
2017-03-20AddStepBeforeMike Voorhees
2017-03-17Improve exception message when exceptionMike Voorhees
2017-03-17Mark step continue with (#37)Mike Voorhees
2017-03-17Improve error message (#32)Mike Voorhees
2017-03-17Introduce DependenciesFor (#36)Mike Voorhees
2017-03-16Expose some methods (#33)Mike Voorhees
2017-03-16Formatting fixesMike Voorhees
2017-03-16ReaderParameters adjustments to LinkContextMike Voorhees
2017-03-16Allow overriding SafeReadSymbolsMike Voorhees
2017-03-16Make ResolveStep ctr protected so that we can deriveMike Voorhees
2017-03-16Sweep assemblies fix (#30)Mike Voorhees
2017-03-16Preservation fix (#24)Mike Voorhees
2017-03-16Fix ProcessInteropMethod.Eugene Rozenfeld
2017-03-15Fixes for processing interop parameters.Eugene Rozenfeld
2017-03-15Fix DirectoryAssemblyResolver.Eugene Rozenfeld
2017-03-15Don't embed descriptors in netcore builds.Eugene Rozenfeld
2017-03-15Remove unused variable to fix warn as errorMike Voorhees
2017-03-11Rename .NET core build of linker to illinkSven Boemer
2017-03-06Fix AssemblyDefinition caching in AssemblyResolver.Eugene Rozenfeld
2017-03-06Fix crlf line endings that have crept in (#20)Mike Voorhees
2017-03-02Support .NET Core (#17)Sven Boemer