summaryrefslogtreecommitdiff
path: root/ghc/InteractiveUI.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updates for haskeline-0.7's new MonadException API.Judah Jacobson2012-05-261-3/+3
* Use transformers directly, rather than using mtlIan Lynagh2012-05-191-1/+2
* Use pprInfixName in pprInfo (#6091)Paolo Capriotti2012-05-141-1/+1
* Build fixIan Lynagh2012-05-061-1/+1
* Follow changes in haskelineIan Lynagh2012-05-061-2/+1
* Catch illegal imports earlier (#6007)Simon Marlow2012-04-271-5/+39
* make -XNoImplicitPrelude work properly in GHCiSimon Marlow2012-04-251-6/+5
* ghci: write exceptions to stderr (#5980)Paolo Capriotti2012-04-231-5/+7
* Revert "Added ':runmonad' command to GHCi"Simon Peyton Jones2012-04-131-9/+0
* Added ':runmonad' command to GHCiDavid Terei2012-04-121-0/+9
* Do not re-encode correctly encoded inputs and arguments (#5795)Paolo Capriotti2012-04-111-8/+3
* Add support for additional .ghci files in GHCi (#5265)Paolo Capriotti2012-04-111-2/+2
* Revert "trac #5265 (support for additional .ghci files)"Paolo Capriotti2012-04-111-2/+1
* Respect package qualifier when validating imports in GHCi (#5979)Patrick Palka2012-03-311-1/+2
* In ghci, reload after :e. Patch from Paolo Capriotti. Fixes #5343Ian Lynagh2012-03-111-6/+7
* Fix crash caused by allowing duplicate *-modules in the context (#5904)Simon Marlow2012-03-021-2/+13
* GHCi: add :seti, for options that apply only at the prompt (#3217)Simon Marlow2012-03-011-67/+151
* tweak error messageSimon Marlow2012-02-161-2/+1
* Refactoring: make IIModule contain ModuleName, not Module, for consistencySimon Marlow2012-02-141-73/+81
* Refactoring, and fix a couple of SafeHaskell-related thingsSimon Marlow2012-02-141-33/+58
* Revert "Don't add a bad import to the saved context."Simon Marlow2012-02-131-28/+17
* Revert "Have :load work under -XSafe in GHCi."Simon Marlow2012-02-131-10/+6
* Have :load work under -XSafe in GHCi.David Terei2012-02-101-6/+10
* Don't add a bad import to the saved context.David Terei2012-02-101-17/+28
* Check that imported modules actually exist (#5836)Simon Marlow2012-02-071-0/+1
* Improve source code documentation og GHCi main.David Terei2012-01-251-3/+22
* Add a missing newline in the ghci :h text; spotted by Alexander McPhailIan Lynagh2012-01-241-1/+1
* Fix minor bug introduced in e7e771d14ac671904a69abecf9e133d4647026c1Simon Marlow2012-01-031-1/+1