summaryrefslogtreecommitdiff
path: root/ghc/InteractiveUI.hs
Commit message (Expand)AuthorAgeFilesLines
* GHCi: Fix multi-line input line/column-number refsHerbert Valerio Riedel2013-09-111-7/+34
* Merge branch 'master' into ghc-parmake-gsocPatrick Palka2013-08-301-2/+18
|\
| * Document :kind! in ghci built-in helpReid Barton2013-08-291-1/+2
| * GHCi: Implement new `:show paths` sub-commandHerbert Valerio Riedel2013-08-271-1/+16
* | Buffer stdout and stderr when we're compiling via GHCiPatrick Palka2013-08-261-3/+12
* | Make stdout and stderr line-bufferedPatrick Palka2013-08-261-0/+1
|/
* Fix GHCi macros not shadowing builtins (#8113)Herbert Valerio Riedel2013-08-241-1/+1
* GHCi: Implement `%l` prompt substitution for line-numberHerbert Valerio Riedel2013-08-101-1/+2
* use prompt2 in `:set +m` modeHerbert Valerio Riedel2013-07-211-1/+1
* Add `:show imports` to completion tableHerbert Valerio Riedel2013-07-211-1/+1
* Add `:show linker` command to `:help` outputHerbert Valerio Riedel2013-07-211-0/+1
* Fix buildIan Lynagh2013-07-071-7/+10
* Alpha rename some functions for consistencyIan Lynagh2013-07-071-6/+6
* emacs-friendly completion command for ghci; part of #5687. Patch from hvr.Ian Lynagh2013-07-071-0/+41
* Revise implementation of overlapping type family instances.Richard Eisenberg2013-06-211-2/+2
* Fix many ASSERT uses under Clang.Austin Seipp2013-06-181-1/+1
* Fix ghci crash when the user code closes stdinIan Lynagh2013-06-151-0/+5
* Whitespace onlyIan Lynagh2013-06-041-2/+2
* Reformat help message for `:show` to fit into 80 cols again.usrbincc2013-06-041-2/+2
* Formatting only: fix alignment.usrbincc2013-06-041-10/+10
* Add the ability to customize the continuation prompt.usrbincc2013-06-041-18/+33
* Print details of panic messages raised from GHCi (#7844)Patrick Palka2013-04-211-3/+4
* Implement type family instance support for ":info" (#4175)Patrick Palka2013-03-151-6/+10
* Remove gblock and gunblockIan Lynagh2013-02-191-1/+2
* Stop using the deprecated System.CmdIan Lynagh2013-02-151-1/+1
* Use throwIO rather than throwIan Lynagh2013-01-301-1/+1
* Use pprTypeForUser when printing kinds in ghciSimon Peyton Jones2013-01-221-1/+3
* Implement overlapping type family instances.Richard Eisenberg2012-12-211-1/+1
* Add ":info!" to GHCi. This shows all instances without filtering first.Iavor S. Diatchki2012-11-291-10/+12
* Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-301-24/+24
* Some alpha renamingIan Lynagh2012-10-161-10/+10
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-6/+8
* Disable the MR by default in GHCi (#3202)Paolo Capriotti2012-09-031-2/+6
* Fix :issafe command (#7172).David Terei2012-08-231-31/+17
* Improve Safe Haskell warn/error output.David Terei2012-08-231-5/+1
* Respect verbosity for "flags changed" message (#7139)Paolo Capriotti2012-08-131-1/+3
* Allow 'default' declarations in GHCiPatrick Palka2012-07-111-1/+1
* Make a little more of the GHCi internal API configurableDavid Terei2012-07-101-25/+61
* prefer later defined commands (fixes #3858)Peter Hercek2012-07-041-8/+6
* New version of the patch for #5461.Paolo Capriotti2012-06-251-3/+5
* Implemented feature request on reconfigurable pretty-printing in GHCi (#5461)Vitaly Bragilesky2012-06-251-0/+15
* Remove 'on' from UtilIan Lynagh2012-06-221-8/+9
* Make -ignore-dot-ghci a dynamic flagIan Lynagh2012-06-181-3/+2
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-131-1/+1
|\
| * fix spelling: "infered" -> "inferred"Simon Marlow2012-06-111-1/+1
* | Pass DynFlags down to showSDocIan Lynagh2012-06-121-17/+24
* | Pass DynFlags down to showPprIan Lynagh2012-06-121-1/+1
* | Build fixesIan Lynagh2012-06-121-2/+3
|/
* Change how macros like ASSERT are definedIan Lynagh2012-06-051-2/+1
* Replace printDump with a new SeverityIan Lynagh2012-05-291-1/+3