summaryrefslogtreecommitdiff
path: root/ghc/GHCi/UI.hs
Commit message (Expand)AuthorAgeFilesLines
* 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-041-21/+19
* Remove PprStyle param of logging actionsSylvain Henry2020-05-011-2/+2
* Unit: split and rename modulesSylvain Henry2020-04-301-3/+3
* Refactoring unit management codeSylvain Henry2020-04-301-5/+5
* Refactor UnitInfoSylvain Henry2020-04-301-3/+3
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-11/+11
* 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-181-2/+2
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-2/+2
* Store ComponentId detailsSylvain Henry2020-03-291-1/+2
* Modules: Types (#13009)Sylvain Henry2020-03-291-6/+6
* Refactor runtime interpreter codeSylvain Henry2020-02-291-7/+9
* Monotonic locations (#17632)Vladislav Zavialov2020-02-291-11/+11
* Modules: Core (#13009)Sylvain Henry2020-02-261-1/+1
* Remove Ord SrcLoc, Ord SrcSpanVladislav Zavialov2020-02-241-3/+4
* Modules: Driver (#13009)Sylvain Henry2020-02-211-7/+7
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-5/+5
* 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
* Fix typosBrian Wignall2019-11-231-1/+1
* Remove redundant -fno-cse optionsÖmer Sinan Ağacan2019-10-261-3/+0
* 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
* Add help message for GHCi :instances commandTakenobu Tani2019-09-301-0/+1
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-2/+2
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-091-3/+3
* Fix #1620: ModBreaks.modBreaks_array not initialisedRoland Senn2019-06-191-7/+11
* Add disable/enable commands to ghci debugger #2215Roland Senn2019-06-091-25/+86
* Fix #16700: Tiny errors in output of GHCi commands :forward and :infoRoland Senn2019-06-071-1/+1
* Add GHCi :instances commandXavier Denis2019-06-041-1/+15
* Allow for multiple linker instances. Fixes Haskell portion of #3372.Julian Leviston2019-05-211-2/+4
* Fix bugs and documentation for #13456Roland Senn2019-05-101-29/+37
* Implement ImportQualifiedPostShayne Fletcher2019-05-081-1/+1
* Correct off by one error in ghci +cMatthew Pickering2019-04-221-2/+6
* GHCi: add 'local-config' settingFraser Tweedale2019-04-151-2/+16
* GHCi: fix load order of .ghci filesFraser Tweedale2019-04-151-9/+35
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-6/+6
* Introduce GhciMonad and generalize types of functions in GHCi.UIZejun Wu2019-01-311-198/+205
* Don't overwrite the set log_action when using --interactiveMatthew Pickering2019-01-271-4/+8
* Introduce ghci command wrapperZejun Wu2019-01-161-15/+21
* Change comments as requested by code review. #10857Roland Senn2019-01-161-6/+27