summaryrefslogtreecommitdiff
path: root/ghc/GHCi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add help message for GHCi :instances commandTakenobu Tani2019-09-301-0/+1
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-202-4/+4
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-091-3/+3
* ghci: Don't rely on resolution of System.IO to base moduleBen Gamari2019-06-221-14/+25
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* Fix #1620: ModBreaks.modBreaks_array not initialisedRoland Senn2019-06-191-7/+11
* Use DeriveFunctor throughout the codebase (#15654)Krzysztof Gogolewski2019-06-121-4/+2
* Add disable/enable commands to ghci debugger #2215Roland Senn2019-06-092-32/+101
* 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
* Inline `Settings` into `DynFlags`John Ericson2019-05-291-2/+1
* 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-222-2/+9
* GHCi: add 'local-config' settingFraser Tweedale2019-04-151-2/+16
* GHCi: fix load order of .ghci filesFraser Tweedale2019-04-152-9/+46
* Remove unnecessary uses of UnboxedTuples pragma (see #13101 / #15454)Michael Sloan2019-04-011-1/+1
* Extract out use of UnboxedTuples from GHCi.LeakMichael Sloan2019-03-172-5/+19
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-6/+6
* Fix #16392: revertCAFs in external interpreter when necessaryPhuong Trinh2019-03-071-3/+2
* Move reifyGHCi function into GhciMonad type classZejun Wu2019-03-061-13/+3
* Introduce GhciMonad and generalize types of functions in GHCi.UIZejun Wu2019-01-312-234/+250
* Fix #12509: ghci -XSafe fails in an inscrutable wayRoland Senn2019-01-281-4/+9
* Don't overwrite the set log_action when using --interactiveMatthew Pickering2019-01-271-4/+8
* Introduce ghci command wrapperZejun Wu2019-01-162-33/+76
* Change comments as requested by code review. #10857Roland Senn2019-01-161-6/+27
* GHCi ignores cmd line flags XMonomorphismRestr.. XNoExtendedDef..#10857Roland Senn2019-01-161-2/+10
* Refactor GHCi UI to fix #11606, #12091, #15721, #16096Ömer Sinan Ağacan2019-01-132-33/+90
* Respect prompt in GhciSettingsZejun Wu2019-01-061-2/+2
* Fix ghci crash when starting with -fno-implicit-import-qualifiedZejun Wu2018-12-171-12/+13