summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger
Commit message (Expand)AuthorAgeFilesLines
* Convert interface file loading errors into proper diagnosticsMatthew Pickering2023-04-181-2/+2
* Fix testsBodigrim2023-03-308-4/+10
* Handle records in the renamersheaf2023-03-292-3/+3
* Fix GHCis interaction with tag inference.Andreas Klebinger2022-10-182-4/+4
* Diagnostic codes: acccept test changessheaf2022-09-134-5/+5
* Print constraints in quotes (#21167)Swann Moreau2022-08-193-4/+4
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-211-1/+1
* Two small improvements in the SimplifierSimon Peyton Jones2022-02-023-9/+9
* Cleanup tests in directory ghci.debugger. Fixes #21009Roland Senn2022-01-2610-12/+11
* RTTI: Substitute the [rk] skolems into kindsMatthew Pickering2022-01-117-0/+43
* Add regressiontest for #18045Roland Senn2022-01-034-0/+49
* Use HasCallStack and error in GHC.List and .NonEmptyOleg Grenrus2021-12-122-2/+7
* Remove `optLevel` from `DynFlags` (closes #20500)Gergo ERDI2021-12-091-1/+1
* GHCi Debugger - Improve RTTIRoland Senn2021-11-252-10/+10
* Combine STG free variable traversals (#17978)nineonine2021-11-232-10/+9
* Include "not more specific" info in overlap msgsheaf2021-11-202-12/+9
* undefined: Neater CallStack in error messageJoachim Breitner2021-10-241-1/+0
* Improve overlap error for polykinded constraintssheaf2021-10-062-6/+6
* Remove redundant test case print036.Roland Senn2021-07-013-4/+0
* Driver Rework PatchMatthew Pickering2021-06-034-6/+10
* Allow primops in a :print (and friends) command. Fix #19394Roland Senn2021-06-023-0/+16
* Use pprSigmaType to print GHCi debugger Suspension Terms (Fix #19355)Roland Senn2021-05-206-8/+23
* Tweak function `quantifyType` to fix #12449Roland Senn2021-05-047-9/+56
* Always generate ModDetails from ModIfaceMatthew Pickering2021-04-141-2/+2
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-104-0/+70
* Unify result type earlier to improve error messagesSimon Peyton Jones2021-03-011-5/+5
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-194-4/+13
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-272-3/+3
* Kill floatEqualities completelySimon Peyton Jones2020-12-201-7/+7
* Add -Wnoncanonical-{monad,monoid}-instances to standardWarningsFumiaki Kinoshita2020-10-141-2/+2
* Improve kind generalisation, error messagesSimon Peyton Jones2020-09-241-4/+0
* Fix GHCi :print on big-endian platformsStefan Schulze Frielinghaus2020-07-091-3/+1
* In `:break ident` allow out of scope and nested identifiers (Fix #3000)Roland Senn2020-06-259-6/+73
* Update testsuiteSylvain Henry2020-06-175-17/+11
* Linear types (#15981)Krzysztof Gogolewski2020-06-173-4/+4
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-5/+6
* Fix tab-completion for :break (#17989)Roland Senn2020-04-227-0/+72
* simplifier: Kill off ufKeenessFactorBen Gamari2020-04-072-4/+5
* Simplify treatment of heterogeneous equalityRichard Eisenberg2020-03-201-7/+7
* Set `ImpredicativeTypes` during :print command. (#14828)Roland Senn2020-03-021-6/+6
* Show breakpoint locations of breakpoints which were ignored during :force (#2...Roland Senn2020-02-296-1/+29
* Re-implement unsafe coercions in terms of unsafe equality proofsSimon Peyton Jones2020-02-201-1/+5
* Fix #14628: Panic (No skolem Info) in GHCiRoland Senn2020-02-095-0/+36
* testsuite: Mark print002 as fragile on ARMBen Gamari2019-12-171-1/+1
* testsuite: Mark T13825-debugger as broken on ARMv7Ben Gamari2019-12-171-1/+3
* Fix #14690 - :steplocal panics after break-on-errorRoland Senn2019-10-264-0/+19
* testsuite: Mark print037 as fragile, not brokenBen Gamari2019-10-031-2/+2
* Fix #8487: Debugger confuses variablesRoland Senn2019-07-214-0/+19
* ghci: Don't rely on resolution of System.IO to base moduleBen Gamari2019-06-224-5/+5
* Fix #1620: ModBreaks.modBreaks_array not initialisedRoland Senn2019-06-194-0/+34