summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* 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
* GHCi: Don't remove shadowed bindings from typechecker scope.mniip2016-10-014-0/+17
* Be less picky about reporing inaccessible codeSimon Peyton Jones2016-09-122-28/+12
* testsuite: Failing testcase for #12091Ben Gamari2016-08-313-0/+6
* Tag pointers in interpreted constructorsmniip2016-08-304-0/+55
* Add T12520 as a testÖmer Sinan Ağacan2016-08-234-0/+18
* Fix bytecode generator panicSeraphime Kirkovski2016-07-203-0/+16
* tidyOccNames: Rename variables fairlyJoachim Breitner2016-07-144-4/+4
* Use UniqDFM for InstEnvBartosz Nitka2016-07-088-58/+58
* Correct the message displayed for syntax error (#12146)Aditya2016-07-072-4/+4
* Testsuite: use ignore_stderr/stdout instead of ignore_outputThomas Miedema2016-06-292-5/+7
* Fix #10963 and #11975 by adding new cmds to GHCi.Richard Eisenberg2016-06-236-0/+49
* Testsuite: delete dead code + cleanupThomas Miedema2016-06-201-0/+1
* Testsuite: remove `-Wno-warn-tabs` from default flagsThomas Miedema2016-06-202-4/+2
* Testsuite: remove `-fforce-recomp` from default flags (#11980)Thomas Miedema2016-06-201-1/+0
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-203-5/+5
* Testsuite: remove Windows CR [skip ci]Thomas Miedema2016-06-205-227/+227
* Testsuite: run tests in <testdir>.run instead of /tmpThomas Miedema2016-06-1811-48/+48
* Major patch to introduce TyConBinderSimon Peyton Jones2016-06-1510-25/+25
* Re-add FunTy (big patch)Simon Peyton Jones2016-06-152-3/+3
* Testsuite: enable ghci.prog010 (#2542)Thomas Miedema2016-06-145-5/+15
* Improve typechecking of let-bindingsSimon Peyton Jones2016-06-133-226/+225
* Testsuite driver: always quote opts.testdirThomas Miedema2016-06-071-2/+2
* testsuite: Mark broken tests on powerpc64lePeter Trommler2016-06-033-4/+7
* Testsuite: don't use --interactive in MakefilesThomas Miedema2016-05-273-10/+10