summaryrefslogtreecommitdiff
path: root/compiler/ghci/Linker.hs
Commit message (Expand)AuthorAgeFilesLines
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-242/+302
* DynFlags: remove Opt_StaticThomas Miedema2015-12-151-5/+6
* Fix archive loading on Windows by the runtime loaderTamar Christina2015-11-171-8/+18
* Allow the GHCi Linker to resolve related dependencies when loading DLLsTamar Christina2015-11-071-35/+51
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-32/+42
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-11/+11
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-141-2/+1
* Add short library names support to Windows linkerTamar Christina2015-10-101-3/+7
* Revert "Revert "Revert "Support for multiple signature files in scope."""Edward Z. Yang2015-09-211-30/+16
* Switch from recording IsBootInterface to recording full HscSource.Edward Z. Yang2015-07-221-1/+1
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-201-16/+30
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-111-30/+16
* In ghci linker, link against all previous temp sos (#10322)Reid Barton2015-06-011-11/+11
* Revert "In ghci linker, link against all previous temp sos (#10322)"Austin Seipp2015-05-191-11/+11
* In ghci linker, link against all previous temp sos (#10322)Reid Barton2015-05-191-11/+11
* Support for multiple signature files in scope.Edward Z. Yang2015-04-071-16/+30
* Refactor: follow hlint suggestions in Linker.hsThomas Miedema2015-03-191-10/+6
* Refactor Linker.hs: use System.Directory.findFileThomas Miedema2015-03-191-27/+17
* Dynamically link all loaded packages in new objectPeter Trommler2015-03-071-1/+4
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-1/+1
* Remove redundant constraints in the compiler itself, found by -fwarn-redundan...Simon Peyton Jones2015-01-061-1/+1
* Fix system linker on Mac OS XPeter Trommler2014-12-291-6/+5
* trac #9744, make program name and product version configurable through DynFla...Luite Stegeman2014-12-201-2/+1
* Fix obscure problem with using the system linker (#8935)Peter Trommler2014-11-301-23/+51
* Rename some of the functions in NameSet, to make the uniform with VarSet etcSimon Peyton Jones2014-11-281-2/+2
* Convert GHCi sources from .lhs to .hsRodlogic2014-10-291-0/+1290