summaryrefslogtreecommitdiff
path: root/ghc/GHCi/UI
Commit message (Expand)AuthorAgeFilesLines
* Handle records in the renamersheaf2023-03-292-5/+8
* ghci: only keep the GlobalRdrEnv in ModInfosheaf2023-03-162-12/+42
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-251-7/+7
* GHCi tags generation phase 2Hécate Moonlight2022-11-091-1/+1
* Minor refactor around FastStringsKrzysztof Gogolewski2022-11-052-18/+10
* remove name shadowingCurran McConnell2022-10-121-8/+7
* Avoid Data.List.group; prefer Data.List.NonEmpty.groupBodigrim2022-09-281-5/+5
* Store interfaces in ModIfaceCache more directlyMatthew Pickering2022-08-041-2/+2
* 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