summaryrefslogtreecommitdiff
path: root/ghc/InteractiveUI.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Major refactoring of CoAxiomsSimon Peyton Jones2012-01-031-2/+2
* Fix :issafe safe haskell ghci commandDavid Terei2011-12-221-8/+24
* Fix safe imports to work in GHCi.David Terei2011-12-221-6/+17
* simplify code.David Terei2011-12-221-2/+3
* Fix warningsDavid Terei2011-12-191-362/+360
* Tabs -> SpacesDavid Terei2011-12-191-58/+51
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Increment the line number correctly in GHCiSimon Marlow2011-10-241-13/+15
* Remove cruft code from old Safe Haskell implementation methodDavid Terei2011-10-171-4/+4
* Allow foreign import declarations to the entered interactively in GHCi.Simon Marlow2011-10-061-1/+2
* Implement GHCi command :kind! which normalises its typeSimon Peyton Jones2011-09-231-6/+9
* show bindings in the order they were definedSimon Marlow2011-09-211-3/+2
* Add support for all top-level declarations to GHCiSimon Marlow2011-09-211-26/+52
* In :load, call GHC.guessTarget on the new targets before unloadingSimon Marlow2011-09-211-6/+6
* Add a flag -fno-ghci-historyIan Lynagh2011-09-011-2/+5
* fix warningSimon Marlow2011-08-261-1/+1
* Clean up the handling of the import and :module commands in GHCiSimon Marlow2011-08-261-310/+423
* In :browse, always print output in the *current* contextSimon Peyton Jones2011-08-221-19/+11
* Formatting fixesDavid Terei2011-08-191-152/+138
* Change use of if to whenDavid Terei2011-08-191-5/+4
* More info from :issafe ghci commandDavid Terei2011-08-191-24/+41
* Wibble to main "Refactor the imports of InteractiveContext" patchSimon Peyton Jones2011-08-021-9/+17
* Refactor the imports of InteractiveContextSimon Peyton Jones2011-08-021-94/+108
* show warning flags in :set (lost in the recent dopt->wopt change,Simon Marlow2011-07-211-6/+18
* Debugger commands do not work with -fno-ghci-sandbox, so emit usefulSimon Marlow2011-07-121-31/+46
* SafeHaskell: Try to be consistent in naming.David Terei2011-06-291-1/+1
* trac #5265 (support for additional .ghci files)Sam Anklesaria2011-06-261-1/+2
* SafeHaskell: Change SafeHaskellMode to use Outputable vs ShowDavid Terei2011-06-171-1/+1