summaryrefslogtreecommitdiff
path: root/ghc/GHCi
Commit message (Expand)AuthorAgeFilesLines
* fix typo (expreesions -> expressions)Chris Martin2017-08-221-1/+1
* Make module membership on ModuleGraph fasterBartosz Nitka2017-07-182-11/+14
* 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-272-14/+11
* Make module membership on ModuleGraph fasterBartosz Nitka2017-06-272-11/+14
* 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-063-10/+9
* Use lengthIs and friends in more placesRyan Scott2017-06-021-2/+3
* Make GHCi work when RebindableSyntax is enabledRyan Scott2017-06-021-5/+7
* 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
* Typos in comments [ci skip]Gabor Greif2017-04-111-2/+2
* 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
* Eliminate ListSetOps from imp_trust_pkgsDavid Feuer2017-03-021-6/+7
* TH-spliced class instances are pretty-printed incorrectly post-#3384Alan Zimmerman2017-02-101-1/+2
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-091-1/+1
* Show explicit quantifiers in conflicting definitions errorPhil de Joux2017-01-201-4/+5
* Generalise the implicit prelude importSimon Marlow2016-11-162-18/+66
* Avoid calling newDynFlags when there are no changesSimon Marlow2016-11-161-2/+2
* API Annotations: make all ModuleName LocatedAlan Zimmerman2016-11-031-1/+1
* Uninstall signal handlersSylvain HENRY2016-11-021-5/+5
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-2/+3
* Add -flocal-ghci-history flag (#9089).Eugene Akentyev2016-08-311-4/+10
* Fix #10963 and #11975 by adding new cmds to GHCi.Richard Eisenberg2016-06-232-4/+10
* Greater customization of GHCi promptniksaz2016-05-012-56/+210
* GHCi: use real time instead of CPU time for :set -sSimon Marlow2016-04-261-8/+8
* ghci: add message when reusing compiled code #9887Alexander Lukyanov2016-03-121-7/+14
* GHCi: Fix load/reload space leaks (#4029)Jason Eisenberg2016-03-051-2/+4
* Print which warning-flag controls an emitted warningMichael Walker2016-02-251-2/+2
* compiler: Do not suggest nor complete deprecated flags fix trac issue #11454Nikita Kartashov2016-02-111-2/+2
* ghci: fix trac issue #11481Benjamin Bykowski2016-01-271-8/+5
* Don't print "Loaded GHCi configuration" message in ghc -e (#11478)Reid Barton2016-01-221-1/+5
* ghci: Kill global macros listBen Gamari2016-01-192-37/+41
* Complete operators properlyArthur Fayzrakhmanov (Артур Файзрахманов)2016-01-171-8/+28
* Print a message when loading a .ghci file.Kwang Yul Seo2016-01-131-2/+4
* Reject import declaration with semicolon in GHCiRik Steenkamp2016-01-091-4/+13
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-082-29/+25
* Implement -hide-all-plugin-packages and -plugin-package(-id), fixing #11244Edward Z. Yang2015-12-221-3/+9
* Rename GHCi's UI modules into GHCi.UI(.*)Herbert Valerio Riedel2015-12-214-0/+4530