summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve error messages around kind mismatches.Richard Eisenberg2017-07-271-7/+7
* Fix TcSimplify.decideQuantification for kind variablesSimon Peyton Jones2017-03-101-10/+10
* Try submodule bumps againBen Gamari2017-02-281-4/+7
* tests: remove extra_files.py (#12223)Reid Barton2017-02-263-46/+50
* tests: manually move some extra_files into *.T filesReid Barton2017-02-261-1/+2
* Revert recent submodule bumpsBen Gamari2017-02-221-7/+4
* Bump Cabal and containers submodulesBen Gamari2017-02-211-4/+7
* Type-indexed TypeableBen Gamari2017-02-181-3/+3
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-223-4/+3
* A collection of type-inference refactorings.Simon Peyton Jones2016-10-212-6/+6
* testsuite: Mark break011 as brokenBen Gamari2016-10-171-1/+4
* GHCi: Don't remove shadowed bindings from typechecker scope.mniip2016-10-012-0/+11
* RtClosureInspect: Fix off-by-one error in cvReconstructTypemniip2016-08-233-0/+7
* InstEnv: Ensure that instance visibility check is lazyBen Gamari2016-07-201-8/+6
* Testsuite: remove `-Wno-warn-tabs` from default flagsThomas Miedema2016-06-201-1/+1
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-204-16/+16
* Testsuite: run tests in <testdir>.run instead of /tmpThomas Miedema2016-06-1859-122/+120
* Major patch to introduce TyConBinderSimon Peyton Jones2016-06-156-32/+32
* make accept for Make simplifyInstanceContexts deterministicBartosz Nitka2016-05-101-2/+2
* Kill varSetElemsWellScoped in quantifyTyVarsBartosz Nitka2016-04-261-10/+10
* Don't infer CallStacksEric Seidel2016-04-042-5/+3
* Simplify: Make generated names more usefulBen Gamari2016-03-127-27/+27
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-253-0/+0
* Add more type class instances for GHC.GenericsRyanGlScott2016-02-251-2/+2