summaryrefslogtreecommitdiff
path: root/ghc/GHCi/UI/Info.hs
Commit message (Expand)AuthorAgeFilesLines
* Add UnitId to Target recordFendor2021-03-281-2/+2
* GHC Exactprint main commitAlan Zimmerman2021-03-201-8/+8
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-3/+5
* Cinch -fno-warn-name-shadowing down to specific GHCi moduleJohn Ericson2020-09-191-0/+2
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Simplify XRec definitionZubin Duggal2020-07-251-0/+1
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-141-2/+2
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-041-1/+2
* Refactoring unit management codeSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-2/+2
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-4/+4
* Monotonic locations (#17632)Vladislav Zavialov2020-02-291-3/+3
* Modules: Core (#13009)Sylvain Henry2020-02-261-2/+2
* Modules: Driver (#13009)Sylvain Henry2020-02-211-2/+2
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-1/+1
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-081-2/+2
* Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-301-7/+7
* Correct off by one error in ghci +cMatthew Pickering2019-04-221-0/+3
* 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
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-271-1/+1
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-091-6/+6
* GHCi info: Use src file for cache invalidationalexbiehl2018-03-021-1/+3
* Revert "trees that grow" workBen Gamari2017-11-211-6/+6
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-111-4/+4
* 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
* Reexport Semigroup's <> operator from Prelude (#14191)Herbert Valerio Riedel2017-09-221-1/+1
* fix typo (expreesions -> expressions)Chris Martin2017-08-221-1/+1
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-3/+3
* Fix #10963 and #11975 by adding new cmds to GHCi.Richard Eisenberg2016-06-231-1/+1
* Rename GHCi's UI modules into GHCi.UI(.*)Herbert Valerio Riedel2015-12-211-0/+366