summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bytecode gen to deal with rep-polymorphismSimon Peyton Jones2016-05-264-0/+12
* Testsuite: introduce TEST_HC_OPTS_INTERACTIVE (#11468)Thomas Miedema2016-05-254-16/+16
* FunDep printer: Fix unicode arrowÖmer Sinan Ağacan2016-05-204-0/+12
* Testsuite: fix T11827 (#11827)Thomas Miedema2016-05-192-2/+12
* Greater customization of GHCi promptniksaz2016-05-016-0/+41
* Fix aggressive cleanup of T1407Tamar Christina2016-05-012-8/+20
* Remove the incredibly hairy splitTelescopeTvs.Richard Eisenberg2016-04-291-5/+4
* Kill varSetElemsWellScoped in quantifyTyVarsBartosz Nitka2016-04-266-10/+10
* Warn about simplifiable class constraintsSimon Peyton Jones2016-04-222-3/+5
* SCC analysis for instances as well as types/classesSimon Peyton Jones2016-04-201-56/+56
* Tighten checking for associated type instancesSimon Peyton Jones2016-04-193-64/+66
* Define TyCoRep.ppSuggestExplicitKinds, and use itSimon Peyton Jones2016-04-191-3/+3
* Add TemplateHaskell support for Overlapping pragmasIavor S. Diatchki2016-04-171-1/+1
* Add Windows import library support to the Runtime LinkerTamar Christina2016-04-178-0/+38
* testsuite: Add test for #11827Ben Gamari2016-04-156-0/+26