summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* Pattern synonym names need to be in scope before renaming bindings (#9889)Dr. ERDI Gergo2015-01-091-1/+1
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-067-5/+10
* Modify a couple of error messages slightlySimon Peyton Jones2015-01-062-38/+37
* Make the location in TcLclEnv and CtLoc into a RealSrcSpanSimon Peyton Jones2015-01-063-5/+5
* Run T9762 only if dynamic libraries are availableJoachim Breitner2014-12-271-2/+5
* Fix linker interaction between Template Haskell and HPC (#9762)Reid Barton2014-12-236-1/+20
* For :info, return all matching Names, rather than complaining about ambiguitySimon Peyton Jones2014-12-223-0/+36
* Strip leading whitespace before checking if a statement looks like a declarat...Dr. ERDI Gergo2014-12-223-0/+15
* Add expected output to T9915 testDr. ERDI Gergo2014-12-212-0/+4
* Check dflags for language extensions when deciding if "foreign " and "deriving "Dr. ERDI Gergo2014-12-212-0/+6
* Rewrite `Coercible` solverRichard Eisenberg2014-12-124-1/+16
* Filter instance visibility based on set of visible orphans, fixes #2182.ghc-instvisEdward Z. Yang2014-11-2910-0/+140
* Fixes ghci :unset -X<ext> so that it doesn't fail to reverse option. (fixes t...Muhaimin Ahsan2014-11-215-0/+104
* Wibbles (usually improvements) to error messagesSimon Peyton Jones2014-11-212-3/+5
* Hide `Data.OldList` moduleHerbert Valerio Riedel2014-11-201-2/+2
* Add support for pattern synonym type signatures.Dr. ERDI Gergo2014-11-201-1/+1
* ghc generates more user-friendly error messagesMike Izbicki2014-11-191-2/+6
* When outputting list of available instances, sort it.Edward Z. Yang2014-11-181-1/+1
* Testsuite wibble due to #9404Richard Eisenberg2014-11-122-4/+6
* Fix #9788 by giving `coerce` the right type.Richard Eisenberg2014-11-121-3/+1
* Implement new integer-gmp2 from scratch (re #9281)Herbert Valerio Riedel2014-11-121-3/+3
* Move Data.Functor.Identity from transformers to baseHerbert Valerio Riedel2014-11-101-3/+3
* Update User's Guide, cleanup DynFlagsJan Stolarek2014-11-061-9/+9
* Remove redundant contexts from Foldable methodsDavid Feuer2014-11-051-2/+1
* Do not use a relative path for echo in tests/ghci/prog013.Gintautas Miliauskas2014-10-291-1/+1
* Extra CRs are now filtered out from the source file for :list.Gintautas Miliauskas2014-10-295-0/+21
* Normalise package key hash to make tests less fragile.Edward Z. Yang2014-10-272-4/+11
* testsuite: Fix outdated output for T5979/safePkg01Austin Seipp2014-10-261-3/+3
* Implementation of hsig (module signatures), per #9252Edward Z. Yang2014-10-241-3/+3
* Enabled warn on tabs by default (fixes #9230)Mateusz Lenik2014-10-211-1/+1
* Use correct precedence when printing contexts with class operatorsSimon Peyton Jones2014-10-074-4/+10
* Basic Python 3 support for testsuite driver (Trac #9184)Krzysztof Gogolewski2014-10-011-2/+2
* Extend `Foldable` class with `length` and `null` methodsHerbert Valerio Riedel2014-09-281-1/+3
* Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from PreludeHerbert Valerio Riedel2014-09-214-4/+12
* Set up framework for generalising Data.List to FoldablesHerbert Valerio Riedel2014-09-201-2/+2
* Move Applicative/MonadPlus into GHC.BaseHerbert Valerio Riedel2014-09-182-5/+5
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-163-22/+22
* Add the ability to :set -l{foo} in ghci, fix #1407.archblob2014-09-162-0/+6
* Export `Traversable()` and `Foldable()` from PreludeHerbert Valerio Riedel2014-09-153-0/+8
* Fixup test-case broken by Follow-up to b53c95fe621Herbert Valerio Riedel2014-09-131-1/+1
* Bump `base` version to 4.8.0.0 for realHerbert Valerio Riedel2014-09-091-3/+3
* Make Applicative a superclass of MonadAustin Seipp2014-09-097-5/+14
* Change testsuite to not use old-style file package databasesDuncan Coutts2014-08-291-3/+3
* Wibbles to "...plus N others" error message about instances in scopeSimon Peyton Jones2014-08-281-3/+2
* Do not zero out version number when processing wired-in packages.Edward Z. Yang2014-08-221-2/+3
* Correct checkStrictBinds for generalised typearchblob2014-08-193-0/+20
* ghci/scripts/ghci016: Add implementation for negateBen Gamari2014-08-181-0/+1
* Testsuite wibbles around #9200Richard Eisenberg2014-08-121-2/+2
* Thinning and renaming modules from packages on the command line.Edward Z. Yang2014-08-051-1/+4
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-0/+3