summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add disable/enable commands to ghci debugger #2215Roland Senn2019-06-094-0/+72
* Fix #16700: Tiny errors in output of GHCi commands :forward and :infoRoland Senn2019-06-074-0/+18
* Reject nested predicates in impredicativity checkingRyan Scott2019-03-201-6/+6
* testsuite: Mark print037 as broken when GHC is built with LLVMBen Gamari2019-02-041-1/+4
* Fix tests for `integer-simple`Alec Theriault2019-01-1629-130/+135
* Support printing `integer-simple` Integers in GHCiAlec Theriault2019-01-163-0/+31
* testsuite: Fix a number of GHCi-related failures due to integer-simpleBen Gamari2018-12-121-26/+27
* Mark broken tests on powerpc64le and skip ghci-extPeter Trommler2018-12-071-1/+1
* Clean up TcHsSyn.zonkEnvSimon Peyton Jones2018-08-247-18/+18
* Fix the GHCi debugger with ApplicativeDoSimon Marlow2018-07-224-0/+23
* Support the GHCi debugger with -fexternal-interpreterSimon Marlow2018-07-161-1/+7
* Fix nptr field alignment in RtClosureInspectÖmer Sinan Ağacan2018-07-041-2/+1
* testsuite: Mark print022 as broken on 32-bit platformsBen Gamari2018-06-171-2/+4
* Built-in Natural literals in CoreSylvain Henry2018-06-152-3/+3
* Do not unpack class dictionaries with INLINABLESimon Peyton Jones2018-04-263-4/+4
* Revert "GHCi: Don't remove shadowed bindings from typechecker scope."Ömer Sinan Ağacan2018-03-083-15/+0
* Cache TypeRep kinds aggressivelyDavid Feuer2017-12-012-3/+3
* RTS: Disable warnings in ffi.hPeter Trommler2017-11-151-2/+4
* Allow packing constructor fieldsMichal Terepeta2017-10-294-0/+49
* Untag the potential AP_STACK in stg_getApStackValzhJames Clarke2017-10-193-1/+61
* RtClosureInspect: Fix inspecting Char# on 64-bit big-endianJames Clarke2017-10-161-2/+1
* Move NonEmpty definition into GHC.BaseHerbert Valerio Riedel2017-09-042-3/+3
* Initialize hs_init with UTF8 encoded arguments on Windows.Andreas Klebinger2017-07-271-2/+1