summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* Pretty-print strict record fields from ifaces correctlyRyan Scott2017-05-204-0/+22
* Only pretty-print binders in closed type families with -fprint-explicit-forallsRyan Scott2017-04-255-4/+20
* Don't setProgramDynFlags on every :loadSimon Marlow2017-04-252-0/+19
* testsuite: Add test for #13591Ben Gamari2017-04-235-0/+12
* testsuite: Fix GhciCurDir testBen Gamari2017-04-021-1/+2
* :cd affects the iserv process tooSimon Marlow2017-04-022-0/+8
* Show valid substitutions for typed holesMatthías Páll Gissurarson2017-03-291-0/+5
* Fixed error messages for RecursiveDo (#8501)Rupert Horlick2017-03-292-983/+1
* Fix 'unsolved constraints' in GHCiSimon Peyton Jones2017-03-273-0/+8
* Fix error-message suppress on given equalitiesSimon Peyton Jones2017-03-271-0/+5
* Fix #13202 by failing more eagerly in tcRnStmtRichard Eisenberg2017-03-175-0/+25
* Allow associated types to pattern-match in non-class-bound variablesRyan Scott2017-03-143-14/+12
* Fix TcSimplify.decideQuantification for kind variablesSimon Peyton Jones2017-03-1014-89/+89
* Reexport CmpNat and friends (defined in GHC.TypeNats) from GHC.TypeLitsRyan Scott2017-03-041-20/+20
* tests: remove extra_files.py (#12223)Reid Barton2017-02-2618-34/+51
* tests: manually move some extra_files into *.T filesReid Barton2017-02-261-3/+6
* Load dependent dlls.Tamar Christina2017-02-261-4/+0
* Generalize kind of the (->) tyconBen Gamari2017-02-183-3/+3
* Check local type family instances against all imported onesReid Barton2017-02-141-1/+1
* TH-spliced class instances are pretty-printed incorrectly post-#3384Alan Zimmerman2017-02-101-1/+1
* Don't return empty initial uncovered set for an unsat contextMatthew Pickering2017-02-051-4/+0
* Don't replace type family instances with the same LHS in GHCi (#7102)Reid Barton2017-02-053-1/+7
* Add support for StaticPointers in GHCiBen Gamari2017-02-026-4/+53
* Introduce GHC.TypeNats module, change KnownNat evidence to be NaturalOleg Grenrus2017-02-011-13/+13
* Remove unused LOCAL_GHC_PKG definition from a test MakefileReid Barton2017-01-231-2/+0
* Don't quantify implicit type variables when quoting type signatures in THRyan Scott2017-01-231-1/+1
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-2213-135/+52
* Show explicit quantifiers in conflicting definitions errorPhil de Joux2017-01-202-38/+16
* Add 'type family (m :: Symbol) <> (n :: Symbol)'Oleg Grenrus2017-01-201-0/+3
* Update levity polymorphismRichard Eisenberg2017-01-192-7/+9
* Have addModFinalizer expose the local type environment.Facundo Domínguez2017-01-062-0/+9
* Fix various issues with testsuite code on WindowsTamar Christina2016-12-281-1/+5
* Testsuite: Skip failing tests on PowerPC 64-bitPeter Trommler2016-12-271-1/+2
* Add caret diagnosticsPhil Ruffwind2016-12-233-0/+9
* base: Bump version to 4.10.0.0Ben Gamari2016-12-151-2/+2
* print * in unicode correctly (fixes #12550)John Leo2016-12-133-3/+51
* testsuite: Mark prog003 as broken on WindowsBen Gamari2016-12-091-0/+1
* testsuite: Add test for #10249Ben Gamari2016-12-083-0/+10
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-2/+2
* Maintain in-scope set in deeply_instantiate (fixes #12549).John Leo2016-12-023-0/+7
* Replace -fshow-source-paths with -fhide-source-pathsSylvain Henry2016-11-293-7/+7
* testsuite: Add (still failing) testcase for #12550Ben Gamari2016-11-213-0/+64
* testsuite: Add (still broken) testcase for #12447Ben Gamari2016-11-213-0/+13
* testsuite: Add test for #12024Ben Gamari2016-11-213-0/+10
* Fix -fobject-code with -fexternal-interpreterSimon Marlow2016-11-164-0/+14
* Kill Type pretty-printerBen Gamari2016-11-133-3/+3
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-113-7/+7
* A collection of type-inference refactorings.Simon Peyton Jones2016-10-212-7/+7
* Add test for #12456Ryan Scott2016-10-122-0/+4
* The Backpack patch.Edward Z. Yang2016-10-081-3/+3