summaryrefslogtreecommitdiff
path: root/ghc/GHCi
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor GHCi UI to fix #11606, #12091, #15721, #16096Ömer Sinan Ağacan2019-01-132-33/+90
* Respect prompt in GhciSettingsZejun Wu2019-01-061-2/+2
* Fix ghci crash when starting with -fno-implicit-import-qualifiedZejun Wu2018-12-171-12/+13
* Handle :cd in external interpreter in a more robust wayZejun Wu2018-12-172-2/+7
* Use https links in user-facing startup and error messagesBen Gamari2018-12-141-1/+1
* Fix #15369: GHCi doesn't honor :set +c when loading for a second timeRoland Senn2018-12-071-6/+16
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-241-8/+9
* Fix unused-import warningsDavid Eichmann2018-11-221-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
* Modifications to support loading GHC into GHCiMichael Sloan2018-07-272-2/+4
* Fix space leaksSimon Marlow2018-07-161-3/+4
* Add ghc-prim as dependency to ghc-binÖmer Sinan Ağacan2018-06-271-8/+4
* Show addresses of live objects in GHCi leak checkÖmer Sinan Ağacan2018-06-271-5/+26
* 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-252-1/+73
* Fix #14973Denis M2018-05-141-8/+4
* Revert "Add -fghci-leak-check to check for space leaks"Simon Marlow2018-05-102-73/+1
* Add -fghci-leak-check to check for space leaksSimon Marlow2018-05-092-1/+73
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-271-1/+1
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-092-8/+8
* GHCi info: Use src file for cache invalidationalexbiehl2018-03-021-1/+3
* Don't add targets that can't be found in GHCiJulian Priestley2018-01-311-1/+44
* Revert "trees that grow" workBen Gamari2017-11-212-8/+8
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-112-6/+6
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-081-2/+2
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-071-2/+2
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-071-2/+2
* DynFlags: Introduce -show-mods-loaded flagBen Gamari2017-11-061-12/+26
* Disable -XRebindableSyntax when running internal GHCi expressionsRyan Scott2017-10-191-10/+23
* Reexport Semigroup's <> operator from Prelude (#14191)Herbert Valerio Riedel2017-09-223-1/+3
* Clean up opt and llcMoritz Angermann2017-09-061-2/+2
* 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