summaryrefslogtreecommitdiff
path: root/ghc/InteractiveUI.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* SafeHaskell: Fix validation errors when unsafe base usedDavid Terei2011-06-171-2/+5
* SafeHaskell: Even more fixing to work with safe baseDavid Terei2011-06-171-0/+1
* SafeHaskell: Add ':issafe' cmd to GHCi that displays module safety infoDavid Terei2011-06-171-1/+48
* SafeHaskell: Fix a warning stopping validationDavid Terei2011-06-171-3/+5
* SafeHaskell: Disable certain ghc extensions in Safe.David Terei2011-06-171-3/+3
* Refactor SrcLoc and SrcSpanIan Lynagh2011-06-091-31/+47
* Tidy up the ic_exports field of the InteractiveContext. PreviouslySimon Marlow2011-06-041-49/+80
* Start support for coloured SDoc output.Thomas Schilling2011-04-071-1/+1
* Prefer builtin commands to macros in GHCi command resolution (#3858)Max Bolingbroke2011-04-021-1/+4
* Improve GHCi line numbers in errorsIan Lynagh2011-02-271-6/+9
* :script file scripts in GHCi #1363Vivian McPhail2011-02-261-7/+52
* Remove redundant importIan Lynagh2011-01-081-1/+0
* Improve error message of :set in ghci (ticket #4190).Michal Terepeta2010-11-301-1/+3
* fix up multi-line GHCi patch (#4316)Simon Marlow2011-01-051-5/+5
* multiline commands in GHCi #4316Vivian McPhail2010-11-051-10/+73
* Replace uses of the old try function with the new oneIan Lynagh2010-12-181-7/+7
* Replace uses of the old catch function with the new oneIan Lynagh2010-12-181-2/+2
* Create ~/.ghc/ if it doesn't already exist; fixes trac #4522Ian Lynagh2010-12-181-5/+7
* Remove more dead code now we require GHC >= 6.12Ian Lynagh2010-12-151-9/+2
* fix warningsSimon Marlow2010-12-091-1/+4
* :unset settings supportBoris Lykah2010-11-231-20/+35
* Close .ghci files after reading them; fixes trac #4487Ian Lynagh2010-12-051-1/+3
* Fix bug #3165 (:history throws irrefutable pattern failed)pepeiborra@gmail.com2010-11-151-2/+2
* Remove no-longer-necessary withFlattenedDynflagsIan Lynagh2010-11-031-23/+11
* Use liftIO rather than ioIan Lynagh2010-11-031-81/+80
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-12/+11
* Remove the need to explicitly flatten the dynflagsIan Lynagh2010-10-231-1/+1
* Replace an outputStr with putStrLn calls; fixes #4332Ian Lynagh2010-10-031-1/+2