| Commit message (Expand) | Author | Age | Files | Lines |
* | Two small improvements in the Simplifier | Simon Peyton Jones | 2022-02-02 | 2 | -3/+5 |
* | Cleanup tests in directory ghci.debugger. Fixes #21009 | Roland Senn | 2022-01-26 | 10 | -12/+11 |
* | RTTI: Substitute the [rk] skolems into kinds | Matthew Pickering | 2022-01-11 | 7 | -0/+43 |
* | Add regressiontest for #18045 | Roland Senn | 2022-01-03 | 4 | -0/+49 |
* | Use HasCallStack and error in GHC.List and .NonEmpty | Oleg Grenrus | 2021-12-12 | 2 | -2/+7 |
* | Remove `optLevel` from `DynFlags` (closes #20500) | Gergo ERDI | 2021-12-09 | 1 | -1/+1 |
* | GHCi Debugger - Improve RTTI | Roland Senn | 2021-11-25 | 2 | -10/+10 |
* | Combine STG free variable traversals (#17978) | nineonine | 2021-11-23 | 2 | -10/+9 |
* | Include "not more specific" info in overlap msg | sheaf | 2021-11-20 | 2 | -12/+9 |
* | undefined: Neater CallStack in error message | Joachim Breitner | 2021-10-24 | 1 | -1/+0 |
* | Improve overlap error for polykinded constraints | sheaf | 2021-10-06 | 2 | -6/+6 |
* | Remove redundant test case print036. | Roland Senn | 2021-07-01 | 3 | -4/+0 |
* | Driver Rework Patch | Matthew Pickering | 2021-06-03 | 4 | -6/+10 |
* | Allow primops in a :print (and friends) command. Fix #19394 | Roland Senn | 2021-06-02 | 3 | -0/+16 |
* | Use pprSigmaType to print GHCi debugger Suspension Terms (Fix #19355) | Roland Senn | 2021-05-20 | 6 | -8/+23 |
* | Tweak function `quantifyType` to fix #12449 | Roland Senn | 2021-05-04 | 7 | -9/+56 |
* | Always generate ModDetails from ModIface | Matthew Pickering | 2021-04-14 | 1 | -2/+2 |
* | Ignore breakpoint for a specified number of iterations. (#19157) | Roland Senn | 2021-03-10 | 4 | -0/+70 |
* | Unify result type earlier to improve error messages | Simon Peyton Jones | 2021-03-01 | 1 | -5/+5 |
* | Improve handling of overloaded labels, literals, lists etcwip/T19154 | Simon Peyton Jones | 2021-02-19 | 3 | -3/+12 |
* | Add instances for GHC.Tuple.Solo | Ben Gamari | 2021-01-27 | 2 | -3/+3 |
* | Kill floatEqualities completely | Simon Peyton Jones | 2020-12-20 | 1 | -7/+7 |
* | Improve kind generalisation, error messages | Simon Peyton Jones | 2020-09-24 | 1 | -4/+0 |
* | Fix GHCi :print on big-endian platforms | Stefan Schulze Frielinghaus | 2020-07-09 | 1 | -3/+1 |
* | In `:break ident` allow out of scope and nested identifiers (Fix #3000) | Roland Senn | 2020-06-25 | 9 | -6/+73 |
* | Update testsuite | Sylvain Henry | 2020-06-17 | 5 | -17/+11 |
* | Linear types (#15981) | Krzysztof Gogolewski | 2020-06-17 | 3 | -4/+4 |
* | Simple subsumptionwip/T17775 | Simon Peyton Jones | 2020-06-05 | 1 | -5/+6 |
* | Fix tab-completion for :break (#17989) | Roland Senn | 2020-04-22 | 7 | -0/+72 |
* | simplifier: Kill off ufKeenessFactor | Ben Gamari | 2020-04-07 | 2 | -4/+5 |
* | Simplify treatment of heterogeneous equality | Richard Eisenberg | 2020-03-20 | 1 | -7/+7 |
* | Set `ImpredicativeTypes` during :print command. (#14828) | Roland Senn | 2020-03-02 | 1 | -6/+6 |
* | Show breakpoint locations of breakpoints which were ignored during :force (#2... | Roland Senn | 2020-02-29 | 6 | -1/+29 |
* | Re-implement unsafe coercions in terms of unsafe equality proofs | Simon Peyton Jones | 2020-02-20 | 1 | -1/+5 |
* | Fix #14628: Panic (No skolem Info) in GHCi | Roland Senn | 2020-02-09 | 5 | -0/+36 |
* | testsuite: Mark print002 as fragile on ARM | Ben Gamari | 2019-12-17 | 1 | -1/+1 |
* | testsuite: Mark T13825-debugger as broken on ARMv7 | Ben Gamari | 2019-12-17 | 1 | -1/+3 |
* | Fix #14690 - :steplocal panics after break-on-error | Roland Senn | 2019-10-26 | 4 | -0/+19 |
* | testsuite: Mark print037 as fragile, not broken | Ben Gamari | 2019-10-03 | 1 | -2/+2 |
* | Fix #8487: Debugger confuses variables | Roland Senn | 2019-07-21 | 4 | -0/+19 |
* | ghci: Don't rely on resolution of System.IO to base module | Ben Gamari | 2019-06-22 | 4 | -5/+5 |
* | Fix #1620: ModBreaks.modBreaks_array not initialised | Roland Senn | 2019-06-19 | 4 | -0/+34 |
* | Add disable/enable commands to ghci debugger #2215 | Roland Senn | 2019-06-09 | 4 | -0/+72 |
* | Fix #16700: Tiny errors in output of GHCi commands :forward and :info | Roland Senn | 2019-06-07 | 4 | -0/+18 |
* | Reject nested predicates in impredicativity checking | Ryan Scott | 2019-03-20 | 1 | -6/+6 |
* | testsuite: Mark print037 as broken when GHC is built with LLVM | Ben Gamari | 2019-02-04 | 1 | -1/+4 |
* | Fix tests for `integer-simple` | Alec Theriault | 2019-01-16 | 27 | -126/+131 |
* | Support printing `integer-simple` Integers in GHCi | Alec Theriault | 2019-01-16 | 3 | -0/+31 |
* | testsuite: Fix a number of GHCi-related failures due to integer-simple | Ben Gamari | 2018-12-12 | 1 | -26/+27 |
* | Mark broken tests on powerpc64le and skip ghci-ext | Peter Trommler | 2018-12-07 | 1 | -1/+1 |