summaryrefslogtreecommitdiff
path: root/compiler/ghci/Linker.lhs
Commit message (Expand)AuthorAgeFilesLines
* Convert GHCi sources from .lhs to .hsRodlogic2014-10-291-1317/+0
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-1/+1
* Change linker message verbosity to `-v2` (re #7863)Herbert Valerio Riedel2014-09-201-1/+1
* Add the ability to :set -l{foo} in ghci, fix #1407.archblob2014-09-161-9/+20
* Fix validation error in Linker arising from package rep changesDuncan Coutts2014-08-291-1/+1
* Fix long lines and trailing whitespaceDuncan Coutts2014-08-291-3/+7
* Use ghc-local types for packages, rather than Cabal typesDuncan Coutts2014-08-291-5/+3
* build: require GHC 7.6 for bootstrappingAustin Seipp2014-08-191-4/+0
* Make PackageState an abstract type.Edward Z. Yang2014-08-051-7/+2
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-1/+1
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-211-12/+12
* add support for x86_64-solaris2 platformKarel Gardas2014-07-131-1/+5
* Revert "Fix obscure problem with using the system linker (#8935)"Austin Seipp2014-06-301-49/+23
* Fix obscure problem with using the system linker (#8935)Simon Marlow2014-06-081-23/+49
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-3/+4
* Fix #8770Austin Seipp2014-02-171-1/+10
* Re-work the naming story for the GHCi prompt (Trac #8649)Simon Peyton Jones2014-01-091-9/+7
* Use dynamic linking only if the GHC package is compiled with -dynamic (#8376)Simon Marlow2013-10-111-7/+7
* Restructure compilation pipeline to allow hooksAustin Seipp2013-09-221-1/+1
* Add a better implementation of dropTail, and use itSimon Peyton Jones2013-08-191-1/+1
* Don't run the system linker unncessarily.Patrick Palka2013-08-141-1/+5
* Allow the GHCi messages to be overridden via the GHC API; fixes #7456Ian Lynagh2013-06-231-4/+5
* Fix many ASSERT uses under Clang.Austin Seipp2013-06-181-2/+2
* Handle -opt<blah> options more consistently (#7909)Simon Marlow2013-05-211-5/+4
* Fix ghci on Windows when GHC is dynamically linkedIan Lynagh2013-05-141-1/+1
* Fix searching for object files when doing THIan Lynagh2013-03-161-35/+31
* A little polishingIan Lynagh2013-03-161-1/+1
* By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-151-17/+11
* Add OSiOS, and define and use platformUsesFrameworks; part of #7720Ian Lynagh2013-03-021-16/+15
* Use throwGhcExceptionIO rather than throwGhcException in ghci/Linker.lhsIan Lynagh2013-01-301-13/+13
* Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-301-13/+13
* typoGabor Greif2012-10-241-2/+2
* Set the way when loading dynamic objects for GHCiIan Lynagh2012-10-191-0/+5
* Some alpha renamingIan Lynagh2012-10-161-1/+1
* When dynamic-by-default, don't use the GHCi linkerIan Lynagh2012-10-131-16/+47
* Make adjust_ul handle BCOsIan Lynagh2012-10-051-1/+3
* Load the right object files in ghciIan Lynagh2012-10-041-29/+44
* Fix the recompilation check for dynamic librariesIan Lynagh2012-10-031-7/+0
* typoGabor Greif2012-09-171-1/+1
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-9/+11
* Move ldInputs into DynFlagsIan Lynagh2012-09-031-3/+2
* Remove some CPP from compiler/ghci/Linker.lhsIan Lynagh2012-08-281-2/+3
* Remove Util.{isDarwinTarget,isWindowsTarget}Ian Lynagh2012-08-281-26/+36
* Add a Note, copying text from #2437Simon Marlow2012-07-021-1/+27
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-9/+9
* Pass DynFlags to the LogActionIan Lynagh2012-06-111-2/+2
* avoid name clashSimon Marlow2012-06-041-0/+4
* Remove some more stdout/stderr usesIan Lynagh2012-05-291-4/+5
* Replace printDump with a new SeverityIan Lynagh2012-05-291-3/+4
* Whitespace fixes in ghci/Linker.lhsIan Lynagh2012-03-201-328/+321