Simon's hacking on monad-comp; incomplete
[ghc-hetmet.git] / compiler / ghci /
2008-09-18 pepeFix a couple of issues with :print
2008-04-18 pepewibble
2008-09-15 simonpj@microsoft.comMinor refactoring to get rid of Type.splitNewTyConApp
2008-09-15 Thomas SchillingGeneralise type of 'withExtendedLinkEnv'.
2008-09-15 Thomas SchillingUse 'GhcMonad' in ghci/InteractiveUI.
2008-09-15 Thomas SchillingUse 'GhcMonad' in ghci/GhciTags.
2008-09-15 Thomas SchillingUse 'GhcMonad' in ghci/Debugger.
2008-09-15 Thomas SchillingUse 'GhcMonad' in ghci/GhciMonad.
2008-09-03 Simon MarlowWindows: print an error message in addDLL
2008-08-27 Simon Marlowre-fix of #1205, fix #2542
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-16 Ian LynaghWhen doing :l, abandon all breakpoints before we unload...
2008-08-13 Ian LynaghFollow changes in Cabal
2008-08-11 Simon Marlowbuild base3-compat
2008-07-31 Max BolingbrokeMinor refactoring in RtClosureInspect
2008-07-31 Max BolingbrokeHandle optSrcSpanFileName in InteractiveUI
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-31 Max BolingbrokeRename maybeTyConSingleCon to tyConSingleDataCon_maybe
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-30 Simon Marlowworkaround #2277: turn off the RTS timer when calling...
2008-07-24 Simon Marlowsmall cleanup
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-11 Ian LynaghMove -fno-cse flags from Makefile into pragmas
2008-06-26 Ian LynaghFollow Cabal changes
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-16 Ian LynaghRemove an ifdef
2008-06-15 Ian LynaghRemove an ifdef
2008-06-15 Ian LynaghAllow -X flags to be deprecated, and deprecate RecordPu...
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-06-14 Ian LynaghAllow flags to be marked as deprecated
2008-05-28 Simon MarlowFIX #1970: ghci -hide-all-packages should work
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-20 Simon Marlowsort the output of :show packages
2008-05-15 Simon Marlowvalidate fix: eliminate a warning on non-Windows
2008-05-15 Simon MarlowFIX #2014: Template Haskell w/ mutually recursive modules
2008-05-14 Simon MarlowFIX #1288: GHCi wasn't adding the @n suffix to stdcalls...
2008-05-11 Ian LynaghFollow Cabal changes in ghci/Linker
2008-05-04 Ian LynaghMake ByteCodeGen warning-free
2008-05-03 Ian LynaghTiny code tweak in the definition of io in GhciMonad...
2008-05-03 Ian LynaghMake GhciMonad warning-free
2008-05-03 Ian LynaghTiny code recatoring in GhciTags
2008-05-03 Ian LynaghMake GhciTags warning-free
2008-05-03 Ian LynaghMake ObjLink warning-free
2008-04-29 Simon Marlowchange topHandlerFastExit to topHandler, so the termina...
2008-04-29 Simon Marlowdon't turn off stdin/stdout buffering after loading...
2008-04-27 Ian LynaghAdd :list to ghci's :? help; fixes trac #2217
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in InteractiveUI
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RtClosureInspect
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Linker
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in ByteCodeGen
2008-04-21 pepeFix #2044 (:printing impredicatively typed things)
2008-04-08 Simon MarlowImport libffi-3.0.4, and use it to provide FFI support...
2008-04-07 Manuel M T ChakravartyRemove GADT refinements, part 5
2008-04-05 Pepe IborraVirtualize the cwd in GHCi
2007-12-19 Pepe IborraFix rendering of references in :print under -fprint...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-26 Ian LynaghRemove a redundant type sig
2008-03-24 Ian LynaghAnother change for GHC.PrimopWrappers moving from base...
2008-03-17 Ian LynaghFollow changes in editline
2008-03-16 Ian LynaghUse editline instead of readline
2008-03-13 Simon Marlowparsing tweak for :break
2008-03-12 Simon Marlow#2050: save the GHCi history in ~/.ghc/ghci_history
2008-02-24 Ian LynaghFIX #2073: Don't add empty lines to GHCI's history
2008-02-19 Simon Marlowfix unregisterised stage 2 build
2008-02-18 Simon Marlowattempt to fix #2098 (PPC pepple please test & fix)
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-02-06 Simon MarlowFIX BUILD on x86_64
2008-02-04 Simon MarlowSupport for using libffi to implement FFI calls in...
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenReplace ioToTcRn with liftIO
2008-01-24 Simon MarlowFIX BUILD wrong imports on non-Windows
2008-01-23 Simon MarlowFIX #1838, #1987: change where GHCi searches for config...
2008-01-22 Simon MarlowFIX #1767 :show documentation claimed too much
2008-01-22 Simon Marlowfix syntax-error output for :show
2008-01-21 Simon MarlowFIX #2049, another problem with the module context...
2008-01-21 Ian LynaghFix exception message with ghc -e
2008-01-20 Ian LynaghFix catching exit exceptions in ghc -e
2008-01-19 Ian LynaghSupport multiple -e flags
2008-01-19 Ian LynaghFix ghc -e :main (it was enqueuing the main function...
2008-01-19 Ian LynaghAdd :run and tweak :main
2008-01-18 Ian LynaghImprove the error when :list can't find any code to...
2008-01-16 Ian LynaghAdd a missing import
2008-01-15 Manuel M T ChakravartyFix warning when USE_READLINE is unset
2008-01-13 Ian LynaghOnly initialise readline if we are connected to a terminal
2008-01-12 Ian Lynaghdon't initialize readline needlessly
2008-01-12 Ian LynaghFix whitespace
2008-01-12 Ian LynaghUse System.FilePath
2008-01-10 judah.jacobson@gma... Fix filename completion by adding trailing spaces/slash...
2008-01-09 judah.jacobson@gma... Use command-dependent word break characters for tab...
2007-12-17 Ian LynaghInclude ~/Library/Frameworks in the framework searchpath
2007-12-08 Pepe IborraComments only
2007-12-08 Pepe IborraRefactoring only
next