summaryrefslogtreecommitdiff
path: root/ghc/GHCi/UI
Commit message (Expand)AuthorAgeFilesLines
* TTG: Move MatchGroup Origin field and MatchGroupTc to GHC.Hswip/romes/ttg-matchgroup-originromes2022-05-261-1/+1
* 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
* Fix #19884: add warning to tags command, drop T10989Emily Martins2021-10-191-0/+2
* ghci: Explicitly store and restore interface file cacheMatthew Pickering2021-10-171-3/+5
* Introduce `hsExprType :: HsExpr GhcTc -> Type` in the new modulewip/hsExprTypeRyan Scott2021-06-081-24/+18
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-5/+4
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-231-1/+2
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Add UnitId to Target recordFendor2021-03-281-2/+2
* Move loader state into InterpSylvain Henry2021-03-231-6/+6
* GHC Exactprint main commitAlan Zimmerman2021-03-201-8/+8
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-101-3/+3
* Refactor LoggerSylvain Henry2021-02-131-0/+8
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-292-2/+2
* GHCi: Fill field `DynFlags.dumpPrefix`. (Fixes #17500)Roland Senn2021-01-071-1/+6
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-142-8/+14
* Split GHC.Driver.TypesSylvain Henry2020-10-291-1/+3
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-191-5/+5
* Cinch -fno-warn-name-shadowing down to specific GHCi moduleJohn Ericson2020-09-192-0/+3
* DynFlags: disentangle OutputableSylvain Henry2020-08-123-8/+10
* Simplify XRec definitionZubin Duggal2020-07-251-0/+1
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-141-2/+2
* 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-042-59/+7
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Refactoring unit management codeSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-263-11/+11
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-293-10/+10
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+1
* Monotonic locations (#17632)Vladislav Zavialov2020-02-292-4/+4
* Modules: Core (#13009)Sylvain Henry2020-02-261-2/+2
* Modules: Driver (#13009)Sylvain Henry2020-02-213-6/+6
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-1/+1
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-1/+1
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-081-2/+2
* Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-301-7/+7
* 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
* Correct off by one error in ghci +cMatthew Pickering2019-04-221-0/+3
* GHCi: fix load order of .ghci filesFraser Tweedale2019-04-151-0/+11