summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-171-1/+1
* Error early when you register with too old a version of Cabal.Edward Z. Yang2016-02-101-3/+3
* Avoid mangled/derived names in GHCi autocomplete (fixes #11328)Adam Gundry2016-02-013-0/+10
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-274-50/+47
* ghci: fix trac issue #11481Benjamin Bykowski2016-01-272-16/+49
* Testsuite: fixup req_profiling tests (#11496)Thomas Miedema2016-01-271-2/+2
* Mark some ghci tests as req_interpReid Barton2016-01-221-3/+3
* Don't print "Loaded GHCi configuration" message in ghc -e (#11478)Reid Barton2016-01-225-2/+11
* Add -ignore-dot-ghci to tests that use --interactiveReid Barton2016-01-211-1/+1
* Re-add missing kind generalisationSimon Peyton Jones2016-01-211-4/+4
* T11266: Improve the test by adding more of the other problematic modulesÖmer Sinan Ağacan2016-01-191-1/+3
* Fix IfaceType generation for TyCons without TyVarsÖmer Sinan Ağacan2016-01-192-0/+3
* Hide derived OccNames from userBen Gamari2016-01-195-1/+13
* Refactoring on IdInfo and system derived namesSimon Peyton Jones2016-01-182-12/+12
* Complete operators properlyArthur Fayzrakhmanov (Артур Файзрахманов)2016-01-1728-1/+654
* Test #11252 in ghci/scripts/T11252Richard Eisenberg2016-01-153-0/+5
* Link command line libs to temp soPeter Trommler2016-01-155-0/+27
* Rename InjectiveTypeFamilies to TypeFamilyDependenciesBen Gamari2016-01-143-3/+3
* Print a message when loading a .ghci file.Kwang Yul Seo2016-01-131-0/+2
* Add InjectiveTypeFamilies language extensionJan Stolarek2016-01-093-3/+3
* Reject import declaration with semicolon in GHCiRik Steenkamp2016-01-093-0/+3
* Fix test for T9367 (Windows)Rik Steenkamp2016-01-081-1/+1
* Patch-level increment integer-gmp to 1.0.0.1Herbert Valerio Riedel2015-12-281-3/+3
* Visible type applicationRichard Eisenberg2015-12-2413-54/+75
* Allow CallStacks to be frozenEric Seidel2015-12-231-3/+1
* Refactor named wildcards (again)Simon Peyton Jones2015-12-221-3/+3
* testsuite: Add testcase for #8316Ben Gamari2015-12-213-0/+10
* Warn about unused type variables in type familiesMichał Sośnicki2015-12-213-0/+17
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-174-6/+15
* Add `-W(no-)xxx` aliases for `-f(no-)warn-xxx` flagsDavid Luposchainsky2015-12-162-3/+3
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-1518-274/+319
* Allow recursive (undecidable) superclassesSimon Peyton Jones2015-12-151-1/+1
* Rework the Implicit CallStack solver to handle local lets.Eric Seidel2015-12-125-13/+15
* Add kind equalities to GHC.Richard Eisenberg2015-12-1123-88/+119
* Re-export data family when exporting a data instance without an export listDavid Kraeutmann2015-12-071-0/+2
* Major Overhaul of Pattern Match Checking (Fixes #595)George Karachalias2015-12-031-0/+8
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-014-157/+140
* GHCi should not defer typed holesThomas Miedema2015-11-291-16/+14
* Rearrange error msgs and add section markers (Trac #11014).Evan Laforge2015-11-242-14/+14
* Function definition in GHCiRoman Shatsov2015-11-215-5/+82
* ghci: don't let ctags/etags overwrite source filesAustin Seipp2015-11-204-0/+28
* Fix inconsistent pretty-printing of type familiesMichał Sośnicki2015-11-181-27/+29
* Disable failed specialisation warnings by default & update documentation.Ben Gamari2015-11-183-9/+0
* Fix archive loading on Windows by the runtime loaderTamar Christina2015-11-172-1/+9
* T9181: Fix testsuite outputBen Gamari2015-11-171-0/+6
* Implement the Strict language extensionAdam Sandberg Eriksson2015-11-142-8/+8
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-133-7/+7
* Give helpful advice when a fully qualified name is not in scopeJoachim Breitner2015-11-133-18/+23
* Detect invalid foreign imports in bytecode compilerSylvain HENRY2015-11-117-0/+38
* Fix sporadic failing ghci/Linker/Dyn testsTamar Christina2015-11-081-5/+5