| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Ord SrcLoc, Ord SrcSpan | Vladislav Zavialov | 2020-02-24 | 1 | -3/+4 |
* | Modules: Driver (#13009) | Sylvain Henry | 2020-02-21 | 1 | -7/+7 |
* | Module hierarchy: ByteCode and Runtime (cf #13009) | Sylvain Henry | 2020-02-12 | 1 | -5/+5 |
* | Fix more typos, via an improved Levenshtein-style corrector | Brian Wignall | 2020-01-12 | 1 | -1/+1 |
* | Module hierarchy: Iface (cf #13009) | Sylvain Henry | 2020-01-06 | 1 | -1/+1 |
* | Fix typos | Brian Wignall | 2019-11-23 | 1 | -1/+1 |
* | Remove redundant -fno-cse options | Ömer Sinan Ağacan | 2019-10-26 | 1 | -3/+0 |
* | Fix #14690 - :steplocal panics after break-on-error | Roland Senn | 2019-10-26 | 1 | -0/+4 |
* | Allow command name resolution for GHCi commands with option `!` #17345 | Takenobu Tani | 2019-10-23 | 1 | -5/+14 |
* | Add GHCi help message for :def! and :: commands | Takenobu Tani | 2019-10-13 | 1 | -1/+3 |
* | Refactor, document, and optimize LLVM configuration loading | Ben Gamari | 2019-10-07 | 1 | -6/+2 |
* | Add help message for GHCi :instances command | Takenobu Tani | 2019-09-30 | 1 | -0/+1 |
* | Module hierarchy: Hs (#13009) | Sylvain Henry | 2019-09-20 | 1 | -2/+2 |
* | Use an empty data type in TTG extension constructors (#15247) | Ryan Scott | 2019-07-09 | 1 | -3/+3 |
* | Fix #1620: ModBreaks.modBreaks_array not initialised | Roland Senn | 2019-06-19 | 1 | -7/+11 |
* | Add disable/enable commands to ghci debugger #2215 | Roland Senn | 2019-06-09 | 1 | -25/+86 |
* | Fix #16700: Tiny errors in output of GHCi commands :forward and :info | Roland Senn | 2019-06-07 | 1 | -1/+1 |
* | Add GHCi :instances command | Xavier Denis | 2019-06-04 | 1 | -1/+15 |
* | Allow for multiple linker instances. Fixes Haskell portion of #3372. | Julian Leviston | 2019-05-21 | 1 | -2/+4 |
* | Fix bugs and documentation for #13456 | Roland Senn | 2019-05-10 | 1 | -29/+37 |
* | Implement ImportQualifiedPost | Shayne Fletcher | 2019-05-08 | 1 | -1/+1 |
* | Correct off by one error in ghci +c | Matthew Pickering | 2019-04-22 | 1 | -2/+6 |
* | GHCi: add 'local-config' setting | Fraser Tweedale | 2019-04-15 | 1 | -2/+16 |
* | GHCi: fix load order of .ghci files | Fraser Tweedale | 2019-04-15 | 1 | -9/+35 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 1 | -6/+6 |
* | Introduce GhciMonad and generalize types of functions in GHCi.UI | Zejun Wu | 2019-01-31 | 1 | -198/+205 |
* | Don't overwrite the set log_action when using --interactive | Matthew Pickering | 2019-01-27 | 1 | -4/+8 |
* | Introduce ghci command wrapper | Zejun Wu | 2019-01-16 | 1 | -15/+21 |
* | Change comments as requested by code review. #10857 | Roland Senn | 2019-01-16 | 1 | -6/+27 |
* | GHCi ignores cmd line flags XMonomorphismRestr.. XNoExtendedDef..#10857 | Roland Senn | 2019-01-16 | 1 | -2/+10 |
* | Refactor GHCi UI to fix #11606, #12091, #15721, #16096 | Ömer Sinan Ağacan | 2019-01-13 | 1 | -28/+73 |
* | Respect prompt in GhciSettings | Zejun Wu | 2019-01-06 | 1 | -2/+2 |
* | Handle :cd in external interpreter in a more robust way | Zejun Wu | 2018-12-17 | 1 | -2/+5 |
* | Use https links in user-facing startup and error messages | Ben Gamari | 2018-12-14 | 1 | -1/+1 |
* | Load plugins in interactive session | Christiaan Baaij | 2018-11-22 | 1 | -1/+7 |
* | Fix #12525: Remove derived bindings from the TyThings from getBindings | Roland Senn | 2018-11-17 | 1 | -2/+27 |
* | More explicit foralls (GHC Proposal 0007) | Matthew Yacavone | 2018-10-27 | 1 | -2/+2 |
* | Turn on MonadFail desugaring by default | Herbert Valerio Riedel | 2018-08-07 | 1 | -3/+6 |
* | Fix space leaks | Simon Marlow | 2018-07-16 | 1 | -3/+4 |
* | Disable `-fdefer-out-of-scope-variables` in ghci. | HE, Tao | 2018-06-14 | 1 | -0/+4 |
* | Serialize docstrings to ifaces, display them with new GHCi :doc command | Simon Jakobi | 2018-06-04 | 1 | -0/+36 |
* | Extract hard-coded LLVM opt flags into a file | Kavon Farvardin | 2018-05-30 | 1 | -2/+6 |
* | Add -fghci-leak-check to check for space leaks | Simon Marlow | 2018-05-25 | 1 | -1/+14 |
* | Fix #14973 | Denis M | 2018-05-14 | 1 | -8/+4 |
* | Revert "Add -fghci-leak-check to check for space leaks" | Simon Marlow | 2018-05-10 | 1 | -14/+1 |
* | Add -fghci-leak-check to check for space leaks | Simon Marlow | 2018-05-09 | 1 | -1/+14 |
* | Restore Trees That Grow reverted commits | Alan Zimmerman | 2018-04-09 | 1 | -2/+2 |
* | Don't add targets that can't be found in GHCi | Julian Priestley | 2018-01-31 | 1 | -1/+44 |
* | Revert "trees that grow" work | Ben Gamari | 2017-11-21 | 1 | -2/+2 |
* | WIP on combined Step 1 and 3 for Trees That Grow, HsExpr | Alan Zimmerman | 2017-11-11 | 1 | -2/+2 |