summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded reqlibs for mtl and parsec in the GHC testsuiteRyan Scott2017-08-172-2/+2
* Don't drop GHCi-defined functions with -fobject-code enabledRyan Scott2017-08-141-3/+2
* Fix #13983 by creating a TyConFlavour type, and using itRyan Scott2017-07-191-1/+1
* [iserv] Fixing the word size for RemotePtr and toWordArrayBen Gamari2017-07-122-0/+30
* Make ':info Coercible' display an arbitrary string (fixes #12390)Patrick Dougherty2017-07-111-0/+5
* Big-obj support for the Windows runtime linkerTamar Christina2017-07-085-0/+17
* Show only the number of modules in ghciFrancesco Mazzoli2017-06-213-7/+7
* Make GHCi work when RebindableSyntax is enabledRyan Scott2017-06-022-0/+1
* Better import library support for WindowsTamar Christina2017-06-025-0/+148
* Some tidying up of type pretty-printingSimon Peyton Jones2017-05-261-1/+2
* 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