summaryrefslogtreecommitdiff
path: root/ghc/GHCi/UI/Monad.hs
Commit message (Expand)AuthorAgeFilesLines
* Store interfaces in ModIfaceCache more directlyMatthew Pickering2022-08-041-2/+2
* driver: Introduce HomeModInfoCache abstractionMatthew Pickering2022-04-081-2/+2
* Exit with failure when -e fails (fixes #18411 #9916 #17560)nineonine2022-02-051-2/+17
* Use interactive flags when printing expressions in GHCiMatthew Pickering2022-01-111-4/+4
* Multiple Home UnitsMatthew Pickering2021-12-281-0/+1
* ghci: Explicitly store and restore interface file cacheMatthew Pickering2021-10-171-3/+5
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-5/+4
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Move loader state into InterpSylvain Henry2021-03-231-6/+6
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-101-3/+3
* Refactor LoggerSylvain Henry2021-02-131-0/+8
* GHCi: Fill field `DynFlags.dumpPrefix`. (Fixes #17500)Roland Senn2021-01-071-1/+6
* Split GHC.Driver.TypesSylvain Henry2020-10-291-1/+3
* Cinch -fno-warn-name-shadowing down to specific GHCi moduleJohn Ericson2020-09-191-0/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-8/+8
* DynFlags: store default depth in SDocContext (#17957)Sylvain Henry2020-06-181-5/+5
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-041-58/+5
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-4/+4
* Modules: Driver (#13009)Sylvain Henry2020-02-211-3/+3
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-1/+1
* Bump Haskeline and add exceptions as boot libraryBen Gamari2019-11-131-15/+47
* Remove redundant -fno-cse optionsÖmer Sinan Ağacan2019-10-261-2/+1
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-2/+2
* ghci: Don't rely on resolution of System.IO to base moduleBen Gamari2019-06-221-14/+25
* Use DeriveFunctor throughout the codebase (#15654)Krzysztof Gogolewski2019-06-121-4/+2
* Add disable/enable commands to ghci debugger #2215Roland Senn2019-06-091-7/+15
* GHCi: fix load order of .ghci filesFraser Tweedale2019-04-151-0/+11
* Remove unnecessary uses of UnboxedTuples pragma (see #13101 / #15454)Michael Sloan2019-04-011-1/+1
* Fix #16392: revertCAFs in external interpreter when necessaryPhuong Trinh2019-03-071-3/+2
* Move reifyGHCi function into GhciMonad type classZejun Wu2019-03-061-13/+3
* Introduce GhciMonad and generalize types of functions in GHCi.UIZejun Wu2019-01-311-36/+45
* Fix #12509: ghci -XSafe fails in an inscrutable wayRoland Senn2019-01-281-4/+9
* Introduce ghci command wrapperZejun Wu2019-01-161-18/+55
* Refactor GHCi UI to fix #11606, #12091, #15721, #16096Ömer Sinan Ağacan2019-01-131-5/+17
* 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-171-0/+2
* Disable -XRebindableSyntax when running internal GHCi expressionsRyan Scott2017-10-191-10/+23
* Reexport Semigroup's <> operator from Prelude (#14191)Herbert Valerio Riedel2017-09-221-0/+1
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-4/+3
* Use lengthIs and friends in more placesRyan Scott2017-06-021-2/+3
* Make GHCi work when RebindableSyntax is enabledRyan Scott2017-06-021-5/+7
* Generalise the implicit prelude importSimon Marlow2016-11-161-0/+22
* Greater customization of GHCi promptniksaz2016-05-011-2/+7
* GHCi: use real time instead of CPU time for :set -sSimon Marlow2016-04-261-8/+8
* ghci: Kill global macros listBen Gamari2016-01-191-25/+27
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-1/+1