merge GHC HEAD
[ghc-hetmet.git] / compiler / ghci /
2011-05-25 Ian LynaghRemove unused ghci/ByteCodeFFI.lhs
2011-05-14 Max BolingbrokeUnicode fixes, taking into account PEP383 support
2011-05-09 Simon Peyton JonesMerge ghc-new-co into master branch
2011-05-08 Ian LynaghRemove a use of cTargetOS, in favour of platformOS
2011-05-07 Ian LynaghWhitespace only in ghci/ByteCodeGen.lhs
2011-05-07 Ian LynaghRemove an explicit import list
2011-05-07 Ian LynaghRemove commented out imports
2011-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
2011-05-06 Simon Peyton JonesSubstantial improvements in RtClosureInspect
2011-05-06 Simon Peyton JonesMissing coercion case in byte code generation
2011-05-02 Simon Peyton JonesA few more wibbles on ghc-new-co
2011-05-01 Ian LynaghRemove some ifdefs in favour of Haskell tests
2011-05-01 Ian LynaghRemove an ifdef from ghci/ByteCodeAsm.lhs
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-20 Simon Peyton JonesTidy up SigTv
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-04-03 Ian LynaghFix parsing constructors containing dots; fixes trac...
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2010-12-15 simonpj@microsoft.comAllow enumerations to have phantom arguments.
2010-12-13 Ian LynaghGHCi linker: Assume non-Haskell libraries are dynamic...
2010-11-27 Ian LynaghAlways enable the archive-loading code
2010-11-16 simonpj@microsoft.comRemove unncessary fromIntegral calls
2010-11-12 simonpj@microsoft.comMore modules that need LANGUAGE BangPatterns
2010-11-12 simonpj@microsoft.comAdd LANGUAGE BangPatterns to modules that use them
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
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
next