For a non-recursive let, make sure we extend the value environment
[ghc-hetmet.git] / compiler / ghci /
2010-10-21 Ian LynaghUse takeUniqFromSupply in ByteCodeGen
2010-10-21 simonpj@microsoft.comTidy up RuntimeUnkSkols a bit more
2010-10-19 simonpj@microsoft.comClean up the debugger code
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-10-06 Ian LynaghDon't automatically link the haskell98 package
2010-10-08 simonpj@microsoft.comBeautiful new approach to the skolem-escape check and...
2010-09-24 Simon MarlowUsing 'stdcall' when it is not supported is only a...
2010-09-23 simonpj@microsoft.comRemove use of lambda with a refutable pattern
2010-09-20 Ian LynaghImplement archive loading for ghci
2010-09-20 Ian LynaghFilter out the FFI library when loading package in...
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-09-09 Ross Patersonavoid Foreign.unsafePerformIO
2010-07-27 Ian LynaghMake PersistentLinkerState fields strict; fixes #4208
2010-07-23 Ian LynaghWhen (un)loading an object fails, say which object...
2010-07-09 Simon Marlowadapt to the new async exceptions API
2010-04-06 Simon Marlowaccount for the new BLACKHOLEs in the GHCi debugger
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2010-01-02 Ben.Lippmeier@anu... Follow PackageTarget change in byte code generator
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-18 Simon Marlowimplement case-on-Word in the byte code generator/inter...
2009-09-08 Simon MarlowAllow TH/annotations to be used with -dynamic
2009-08-28 Simon MarlowFix #3461: protect the use of keepCAFs with #ifdef...
2009-08-24 Simon MarlowFollow changes in Cabal: package -> sourcePackageId
2009-08-20 Simon MarlowAdd unique package identifiers (InstalledPackageId...
2009-08-24 Ross Patersontrim Data.Sequence import, in preparation for expanding...
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-05 Simon Marlow#include fix
2009-08-02 Simon Marlowremove unnecessary -#include options
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-08-03 Simon MarlowWindows build fix
2009-08-01 Ian LynaghAllow more than 64k instructions in a BCO; fixes #789
2009-08-01 Ian LynaghIf ghci runs out of labels, panic
2009-08-01 Ian LynaghFix the 64k insns overflow check in ghci, and add more...
2009-07-30 Ian LynaghRemove some redundant fromIntegral's
2009-07-30 Ian LynaghFix space problems in ghci
2009-07-29 Ian LynaghMake the types we use when creating GHCi bytecode bette...
2009-07-28 Ian LynaghFix whitespace in ByteCodeAsm.lhs
2009-07-22 Ian LynaghMake the Integer library used directly configurable...
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-06-23 Ian LynaghFix the GHCi debugger so that it can recognise Integers...
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-05-28 simonpj@microsoft.comRemove type-ambiguous (fromIntegral 0)::Int, replacing...
2009-04-29 Ian LynaghUse haskeline, rather than editline, for line editing...
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2009-04-21 Simon MarlowFIX #2682: banish silly cases of the "module Foo is...
2009-04-20 Simon MarlowFIX #2845: Allow breakpoints on expressions with unlift...
2009-04-19 pepe iborraReally fix Trac #2611 this time
2009-04-18 pepe iborraFix Trac #2611
2009-03-13 Simon Marlowtidy up "missing symbol" error message
2009-03-11 Simon MarlowFIX #2816 (correct unicode output for :type/:kind)
2009-03-05 Simon Marlowadd final newlines
2009-03-03 pepe iborraFix #3067: GHCi panics with 'initTc:LIE' while :steppin...
2009-02-22 Peter Hercek:steplocal and :stepmodule should not polute trace...
2009-02-22 Peter HercekDo not print anything to stdout when stopping at a...
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2009-01-30 Simon MarlowForce the result of user-defined commands
2009-01-27 Simon Marlow#2973: we should virtualise the CWD inside the GHC...
2009-01-04 Ian LynaghFix build
2008-12-09 Ori AvtalionAdd GHCi completions to :set and :show
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-30 simonpj@microsoft.comTidy up treatment of big lambda (fixes Trac #2898)
2008-12-29 Ian LynaghFix warnings in ByteCodeAsm
2008-12-29 Ian LynaghFix warnings in ByteCodeInstr
2008-12-11 Thomas SchillingComments only. Fix typo.
2008-11-26 simonpj@microsoft.comFormat output for :t more nicely
2008-11-22 Thomas SchillingChange 'handleFlagWarnings' to throw exceptions instead...
2008-11-14 Simon MarlowDon't put stdin into non-blocking mode (#2778, #2777)
2008-11-07 Clemens FruhwirthReplace couple of fromJust with expectJust
2008-11-04 Simon Marlowfix the :help docs for :set stop (#2737)
2008-10-31 Ian Lynagh:set prompt now understand Haskell String syntax; trace...
2008-10-20 Judah JacobsonRestore the terminal attributes even if ghci does not...
2008-10-16 Judah JacobsonFIX #2691: Manually reset the terminal to its initial...
2008-10-16 Judah JacobsonEliminate duplicate flags in the tab completion of...
2008-10-11 pepeFix a typo which was causing ghci to quit on commands...
2008-10-09 Simon MarlowpushAtom: add missing case for MachNullAddr (#2589)
2008-10-06 Thomas SchillingMake 'gblock' and 'gunblock' part of 'ExceptionMonad...
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-10-02 Thomas SchillingLet parseModule take a ModSummary like checkAndLoadModu...
2008-09-26 pepeClean up a bit and improve an error message
2008-09-24 Judah JacobsonDon't exit ghci if :info is called on an undefined...
2008-09-22 Simon MarlowFix to new executable allocation code (fixed print002...
2008-09-19 Simon MarlowOn Linux use libffi for allocating executable memory...
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
next