summaryrefslogtreecommitdiff
path: root/ghc/GHCi/UI.hs
Commit message (Expand)AuthorAgeFilesLines
* Correct off by one error in ghci +cMatthew Pickering2019-04-221-2/+6
* GHCi: add 'local-config' settingFraser Tweedale2019-04-151-2/+16
* GHCi: fix load order of .ghci filesFraser Tweedale2019-04-151-9/+35
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-6/+6
* Introduce GhciMonad and generalize types of functions in GHCi.UIZejun Wu2019-01-311-198/+205
* Don't overwrite the set log_action when using --interactiveMatthew Pickering2019-01-271-4/+8
* Introduce ghci command wrapperZejun Wu2019-01-161-15/+21
* Change comments as requested by code review. #10857Roland Senn2019-01-161-6/+27
* GHCi ignores cmd line flags XMonomorphismRestr.. XNoExtendedDef..#10857Roland Senn2019-01-161-2/+10
* Refactor GHCi UI to fix #11606, #12091, #15721, #16096Ömer Sinan Ağacan2019-01-131-28/+73
* Respect prompt in GhciSettingsZejun Wu2019-01-061-2/+2
* Handle :cd in external interpreter in a more robust wayZejun Wu2018-12-171-2/+5
* Use https links in user-facing startup and error messagesBen Gamari2018-12-141-1/+1
* Load plugins in interactive sessionChristiaan Baaij2018-11-221-1/+7
* Fix #12525: Remove derived bindings from the TyThings from getBindingsRoland Senn2018-11-171-2/+27
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-271-2/+2
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-071-3/+6
* Fix space leaksSimon Marlow2018-07-161-3/+4
* Disable `-fdefer-out-of-scope-variables` in ghci.HE, Tao2018-06-141-0/+4
* Serialize docstrings to ifaces, display them with new GHCi :doc commandSimon Jakobi2018-06-041-0/+36
* Extract hard-coded LLVM opt flags into a fileKavon Farvardin2018-05-301-2/+6
* Add -fghci-leak-check to check for space leaksSimon Marlow2018-05-251-1/+14
* Fix #14973Denis M2018-05-141-8/+4
* Revert "Add -fghci-leak-check to check for space leaks"Simon Marlow2018-05-101-14/+1
* Add -fghci-leak-check to check for space leaksSimon Marlow2018-05-091-1/+14
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-091-2/+2
* Don't add targets that can't be found in GHCiJulian Priestley2018-01-311-1/+44
* Revert "trees that grow" workBen Gamari2017-11-211-2/+2
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-111-2/+2
* DynFlags: Introduce -show-mods-loaded flagBen Gamari2017-11-061-12/+26
* Reexport Semigroup's <> operator from Prelude (#14191)Herbert Valerio Riedel2017-09-221-0/+1
* Clean up opt and llcMoritz Angermann2017-09-061-2/+2
* Make module membership on ModuleGraph fasterBartosz Nitka2017-07-181-10/+13
* Make ':info Coercible' display an arbitrary string (fixes #12390)Patrick Dougherty2017-07-111-6/+8
* Revert "Make module membership on ModuleGraph faster"Ben Gamari2017-06-271-13/+10
* Make module membership on ModuleGraph fasterBartosz Nitka2017-06-271-10/+13
* Show only the number of modules in ghciFrancesco Mazzoli2017-06-211-18/+9
* Refactor temp files cleanupDouglas Wilson2017-06-081-1/+1
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-3/+3
* Fix crash in isModuleInterpreted for HsBoot (fixes #13591)Lennart Spitzner2017-05-121-1/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-281-4/+4
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-281-1/+1
* Don't setProgramDynFlags on every :loadSimon Marlow2017-04-251-19/+27
* utils: Lazily decode UTF8 stringsBen Gamari2017-04-171-2/+1
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-051-1/+1
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-051-1/+1
* :cd affects the iserv process tooSimon Marlow2017-04-021-0/+5
* Optimise common cases of GHC.setProgramDynFlagsSimon Marlow2017-04-011-7/+0
* Spelling in comments only [ci skip]Gabor Greif2017-03-281-1/+1
* Allow colors to be customizedPhil Ruffwind2017-03-231-1/+1