summaryrefslogtreecommitdiff
path: root/compiler/ghci/Linker.lhs
Commit message (Expand)AuthorAgeFilesLines
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* fix the object suffix when using TH with profiling (#5554)Simon Marlow2011-10-181-22/+27
* Add support for all top-level declarations to GHCiSimon Marlow2011-09-211-6/+55
* Followup to #5289 changes: fix searching for dynamic libraries and useSimon Marlow2011-08-031-3/+1
* Fix #5289 (loading libstdc++.so in GHCi), and also fix some otherSimon Marlow2011-08-031-170/+58
* Add CoreMonad.reinitializeGlobals so plugins can work around linker issuesMax Bolingbroke2011-07-291-14/+42
* Fix DLL/SO loading (see #5313).Simon Marlow2011-07-121-21/+18
* SafeHaskell: Transitively check safety when compiling a module.David Terei2011-06-171-1/+1
* Add dynamically-linked plugins (see Trac #3843)Simon Peyton Jones2011-06-161-2/+39
* Fix parsing constructors containing dots; fixes trac #4891Ian Lynagh2011-04-031-3/+10
* GHCi linker: Assume non-Haskell libraries are dynamic libsIan Lynagh2010-12-131-0/+3
* Always enable the archive-loading codeIan Lynagh2010-11-271-27/+14
* Don't automatically link the haskell98 packageIan Lynagh2010-10-061-1/+1
* Implement archive loading for ghciIan Lynagh2010-09-201-7/+34
* Filter out the FFI library when loading package in ghciIan Lynagh2010-09-201-1/+7
* Remove (most of) the FiniteMap wrapperIan Lynagh2010-09-141-2/+2
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-1/+2
* Make PersistentLinkerState fields strict; fixes #4208Ian Lynagh2010-07-271-4/+4
* adapt to the new async exceptions APISimon Marlow2010-07-091-2/+2
* Remove LazyUniqFM; fixes trac #3880Ian Lynagh2010-03-201-1/+1
* locateOneObj: don't look for dynamic libs in static modeSimon Marlow2010-01-031-10/+7
* #3604: treat TH with -dynamic in the same way as -profSimon Marlow2009-11-041-1/+10
* Allow TH/annotations to be used with -dynamicSimon Marlow2009-09-081-1/+1
* Follow changes in Cabal: package -> sourcePackageIdSimon Marlow2009-08-241-2/+2
* Add unique package identifiers (InstalledPackageId) in the package DBSimon Marlow2009-08-201-9/+12
* Make -dynamic a proper way, so we read the .dyn_hi filesSimon Marlow2009-08-201-1/+1
* Make the dynamic linker thread-safe.Thomas Schilling2009-08-171-144/+146
* remove unnecessary -#include optionsSimon Marlow2009-08-021-2/+0
* Remove unused importsIan Lynagh2009-07-071-2/+0
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-1/+1
* tidy up "missing symbol" error messageSimon Marlow2009-03-131-1/+1
* Replace couple of fromJust with expectJustClemens Fruhwirth2008-11-071-3/+1
* Generalise type of 'withExtendedLinkEnv'.Thomas Schilling2008-09-151-7/+8
* Windows: print an error message in addDLLSimon Marlow2008-09-031-9/+8
* Follow changes in CabalIan Lynagh2008-08-131-1/+1
* Follow changes in the base libraryIan Lynagh2008-07-311-1/+1
* Follow extensible exception changesIan Lynagh2008-07-301-12/+12
* small cleanupSimon Marlow2008-07-241-2/+3
* Move -fno-cse flags from Makefile into pragmasIan Lynagh2008-07-111-0/+3
* Follow Cabal changesIan Lynagh2008-06-261-3/+6
* Fix warnings in LinkerIan Lynagh2008-06-141-22/+27
* Use the right set of linkables in unload_wkrIan Lynagh2008-06-141-1/+1
* Use bracket_ rather than bracket in withExtendedLinkEnvIan Lynagh2008-06-141-5/+5
* Remove more ifdefferyIan Lynagh2008-06-141-12/+6
* Remove more ifdefferyIan Lynagh2008-06-141-4/+3
* Remove more ifdefferyIan Lynagh2008-06-141-18/+13
* Remove some ifdefferyIan Lynagh2008-06-141-12/+8
* FIX #2014: Template Haskell w/ mutually recursive modulesSimon Marlow2008-05-151-29/+35
* Follow Cabal changes in ghci/LinkerIan Lynagh2008-05-111-2/+2
* (F)SLIT -> (f)sLit in LinkerIan Lynagh2008-04-121-7/+7