summaryrefslogtreecommitdiff
path: root/ghc/GHCi
Commit message (Expand)AuthorAgeFilesLines
* Simplify XRec definitionZubin Duggal2020-07-252-1/+6
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-142-3/+3
* In `:break ident` allow out of scope and nested identifiers (Fix #3000)Roland Senn2020-06-251-94/+206
* DynFlags: store default depth in SDocContext (#17957)Sylvain Henry2020-06-182-6/+6
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-2/+2
* Don't return preload units when we set DyNFlagsSylvain Henry2020-06-131-3/+5
* DynFlags: make listVisibleModuleNames take a UnitStateSylvain Henry2020-06-131-1/+1
* Rename Package into Unit (2)Sylvain Henry2020-06-131-3/+3
* Rename Package into UnitSylvain Henry2020-06-131-4/+4
* Enhance UnitId useSylvain Henry2020-06-131-4/+4
* Add allowVirtualUnits field in PackageStateSylvain Henry2020-06-131-1/+1
* Rename unsafeGetUnitInfo into unsafeLookupUnitSylvain Henry2020-06-131-2/+2
* Refactor homeUnitSylvain Henry2020-06-131-5/+5
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-2/+3
* Move Config module into GHC.SettingsSylvain Henry2020-05-241-1/+1
* Allow GHCi :script file names in double quotesStefan Holdermans2020-05-211-2/+5
* Allow spaces in GHCi :script file namesStefan Holdermans2020-05-211-1/+14
* GHCi: Add link to the user's guide in help messageTakenobu Tani2020-05-131-0/+4
* Don't use DynFlags in showLinkerState (#17957)Sylvain Henry2020-05-061-1/+4
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-043-80/+26
* Remove PprStyle param of logging actionsSylvain Henry2020-05-011-2/+2
* Unit: split and rename modulesSylvain Henry2020-04-302-4/+4
* Refactoring unit management codeSylvain Henry2020-04-302-6/+6
* Refactor UnitInfoSylvain Henry2020-04-301-3/+3
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-265-23/+23
* Fix tab-completion for :break (#17989)Roland Senn2020-04-221-10/+108
* Use ParserFlags in GHC.Runtime.Eval (#17957)Sylvain Henry2020-04-211-4/+4
* Modules (#13009)Sylvain Henry2020-04-182-3/+3
* Modules: type-checker (#13009)Sylvain Henry2020-04-072-3/+3
* Store ComponentId detailsSylvain Henry2020-03-291-1/+2
* Modules: Types (#13009)Sylvain Henry2020-03-295-17/+17
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+1
* Refactor runtime interpreter codeSylvain Henry2020-02-291-7/+9
* Monotonic locations (#17632)Vladislav Zavialov2020-02-293-15/+15
* Modules: Core (#13009)Sylvain Henry2020-02-262-3/+3
* Remove Ord SrcLoc, Ord SrcSpanVladislav Zavialov2020-02-241-3/+4
* Modules: Driver (#13009)Sylvain Henry2020-02-215-14/+14
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-1/+1
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-122-6/+6
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-081-2/+2
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-1/+1
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-061-1/+1
* Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-301-7/+7
* Fix typosBrian Wignall2019-11-231-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-262-5/+1
* Fix #14690 - :steplocal panics after break-on-errorRoland Senn2019-10-261-0/+4
* Allow command name resolution for GHCi commands with option `!` #17345Takenobu Tani2019-10-231-5/+14
* Add GHCi help message for :def! and :: commandsTakenobu Tani2019-10-131-1/+3
* Refactor, document, and optimize LLVM configuration loadingBen Gamari2019-10-071-6/+2