summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow the GHCi Linker to resolve related dependencies when loading DLLsTamar Christina2015-11-077-10/+96
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-073-6/+0
* Bump `base` version to 4.9.0.0 (closes #11026)Herbert Valerio Riedel2015-11-011-1/+1
* Generate Typeable info at definition sitesBen Gamari2015-10-303-15/+9
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-293-9/+15
* Generate Typeable info at definition sitesBen Gamari2015-10-293-15/+9
* Pattern synonyms: swap provided/requiredSimon Peyton Jones2015-10-281-1/+2
* Add missing stderr fileBen Gamari2015-10-221-0/+3
* Add another test for #10549Ben Gamari2015-10-223-0/+7
* ELF/x86_64: map object file sections separately into the low 2GBSimon Marlow2015-10-151-1/+1
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-142-8/+5
* Testsuite: T3333 still fails on non-linux statically linked ghci (#3333)Thomas Miedema2015-10-101-1/+1
* Add short library names support to Windows linkerTamar Christina2015-10-108-13/+66
* Improve error messages for ambiguous type variablesDavid Kraeutmann2015-10-071-3/+4
* Re-polish error messages around injective TFs.Richard Eisenberg2015-09-201-9/+13
* Polish some error messages.Richard Eisenberg2015-09-191-17/+17
* Fix #10815 by kind-checking type patterns against known kinds.Richard Eisenberg2015-09-191-21/+21
* Show minimal complete definitions in ghci (#10847)Moritz Kiefer2015-09-174-0/+12
* Pretty: fix unicode arrow operators.Sebastian Reuße2015-09-152-3/+3
* Injective type familiesJan Stolarek2015-09-037-0/+355
* Testsuite: update expected outputThomas Miedema2015-09-023-0/+9
* Improve the error messages for class instance errorsSimon Peyton Jones2015-09-021-193/+194
* Use IP based CallStack in error and undefinedEric Seidel2015-09-023-3/+17
* Upgrade GCC to 5.2.0 for Windows x86 and x86_64Tamar Christina2015-08-122-2/+0
* Ensure DynFlags are consistentBen Gamari2015-08-065-0/+25
* Tidy up and refactor wildcard handlingSimon Peyton Jones2015-08-051-189/+193
* Fix line number in T10018 testcaseBen Gamari2015-07-241-1/+1
* ghci: fixity declarations for infix data constructors (#10018)Thomas Miedema2015-07-233-0/+6
* Fix off-by-one error in GHCi line reporting (Trac #10578)Ömer Sinan Ağacan2015-07-1734-98/+98
* Testsuite: delete *.stderr-ghc-7.0 *.stdout-ghc-7.0Thomas Miedema2015-07-141-111/+0
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-141-2/+0
* Easy way to defer type errors (implements #8353)Benjamin Bykowski2015-07-054-0/+55
* Testsuite: add -ignore-dot-ghci to some testsThomas Miedema2015-07-044-13/+6
* Enable using qualified field of constructor in GHCiZejun Wu2015-07-033-0/+10