Remove (most of) the FiniteMap wrapper
[ghc-hetmet.git] / compiler / ghci / Linker.lhs
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-07-27 Ian LynaghMake PersistentLinkerState fields strict; fixes #4208
2010-07-09 Simon Marlowadapt to the new async exceptions API
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2010-01-03 Simon MarlowlocateOneObj: don't look for dynamic libs in static...
2009-11-04 Simon Marlow#3604: treat TH with -dynamic in the same way as -prof
2009-09-08 Simon MarlowAllow TH/annotations to be used with -dynamic
2009-08-24 Simon MarlowFollow changes in Cabal: package -> sourcePackageId
2009-08-20 Simon MarlowAdd unique package identifiers (InstalledPackageId...
2009-08-20 Simon MarlowMake -dynamic a proper way, so we read the .dyn_hi...
2009-08-17 Thomas SchillingMake the dynamic linker thread-safe.
2009-08-02 Simon Marlowremove unnecessary -#include options
2009-07-07 Ian LynaghRemove unused imports
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-03-13 Simon Marlowtidy up "missing symbol" error message
2008-11-07 Clemens FruhwirthReplace couple of fromJust with expectJust
2008-09-15 Thomas SchillingGeneralise type of 'withExtendedLinkEnv'.
2008-09-03 Simon MarlowWindows: print an error message in addDLL
2008-08-13 Ian LynaghFollow changes in Cabal
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-24 Simon Marlowsmall cleanup
2008-07-11 Ian LynaghMove -fno-cse flags from Makefile into pragmas
2008-06-26 Ian LynaghFollow Cabal changes
2008-06-14 Ian LynaghFix warnings in Linker
2008-06-14 Ian LynaghUse the right set of linkables in unload_wkr
2008-06-14 Ian LynaghUse bracket_ rather than bracket in withExtendedLinkEnv
2008-06-14 Ian LynaghRemove more ifdeffery
2008-06-14 Ian LynaghRemove more ifdeffery
2008-06-14 Ian LynaghRemove more ifdeffery
2008-06-14 Ian LynaghRemove some ifdeffery
2008-05-15 Simon MarlowFIX #2014: Template Haskell w/ mutually recursive modules
2008-05-11 Ian LynaghFollow Cabal changes in ghci/Linker
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Linker
2008-03-16 Ian LynaghUse editline instead of readline
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-01-17 Twan van LaarhovenReplace ioToTcRn with liftIO
2008-01-12 Ian LynaghUse System.FilePath
2007-12-17 Ian LynaghInclude ~/Library/Frameworks in the framework searchpath
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-21 Clemens FruhwirthLinker.lhs to prefer DSO when it's build as dynamic...
2007-07-12 Pepe IborraTeach :print to not panic when the DataCon for a closur...
2007-06-25 Simon MarlowwithExtendedLinkerState: don't revert the whole state
2007-06-12 Simon Marlowfix compile error in the !GHCI_TABLES_NEXT_TO_CODE...
2007-05-09 Simon MarlowStore the constructor name in the info table in UTF-8
2007-05-09 Simon MarlowFIX: Linker.getHValue should be linking in any dependen...
2007-05-09 Simon MarlowFix a missing prime spotted by -fwarn-unused-binds
2007-04-25 Simon Marlowunused import
2007-04-18 Simon MarlowRestore the interactive context when resuming a breakpoint
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-03-08 wolfgang.thaller... Make constructor names in info tables position independent
2007-02-20 bjpop@csse.unimelb... Constructor names in info tables
2007-02-15 Pepe IborraFixed a bug in the datacon names extension in the dynam...
2007-01-30 Simon MarlowFix for #936
2006-12-20 Pepe IborraFix import lists
2006-12-18 Pepe IborraReplace association list in AddressEnv for a FiniteMap
2006-12-11 Pepe IborraFix an issue with lazyness in the closure viewer
2006-12-10 Pepe IborraPlaying with closures
2006-12-10 Pepe IborraRetrieving the datacon of an arbitrary closure
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-19 Simon MarlowPackages cleanup, and allow new packages to be loaded...
2006-09-19 Simon Marlowremove old comment
2006-09-19 Simon Marlowunused import
2006-07-26 Simon Marlowfix parse error (merge-o, I think)
2006-07-25 Simon MarlowGeneralise Package Support
2006-06-21 Simon MarlowAllow Template Haskell to be used with -prof
2006-04-18 LemmihFix minor bug in Linker.withExtendedLinkEnv
2006-04-07 Simon MarlowReorganisation of the source tree