summaryrefslogtreecommitdiff
path: root/testsuite/tests/module
Commit message (Expand)AuthorAgeFilesLines
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-3/+3
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-2/+2
* Visible type applicationRichard Eisenberg2015-12-245-15/+19
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-152-6/+7
* Allow recursive (undecidable) superclassesSimon Peyton Jones2015-12-151-6/+12
* Add kind equalities to GHC.Richard Eisenberg2015-12-112-14/+14
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-4/+4
* Rearrange error msgs and add section markers (Trac #11014).Evan Laforge2015-11-241-3/+3
* More import related hintsJoachim Breitner2015-11-1810-19/+46
* Give helpful advice when a fully qualified name is not in scopeJoachim Breitner2015-11-135-6/+15
* Record usage information using GlobalRdrEltSimon Peyton Jones2015-10-303-8/+11
* Fix unused-import stuff in a better waySimon Peyton Jones2015-10-301-1/+1
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-1/+1
* Improve error message for newtypes and deriving clausesJohn Wiegley2015-07-301-2/+2
* Better treatment of signatures in cls/instSimon Peyton Jones2015-07-301-4/+4
* Testsuite: rename *.stderr-ghc to *.stderrThomas Miedema2015-07-143-0/+0
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-142-4/+0
* Remove all *.stderr/stdout-hugs filesThomas Miedema2015-07-06102-139/+0
* Error message wibbles from out-of-scope changesSimon Peyton Jones2015-06-2618-63/+67
* Remove some horrible munging of origins for CoercibleSimon Peyton Jones2015-06-181-3/+3
* Report arity errors correctly despite kindsSimon Peyton Jones2015-06-181-5/+5
* Testsuite: delete expect_fail setups for ghc < 7.1Thomas Miedema2015-06-091-2/+1
* Testsuite: delete expect_fail setups for hugsThomas Miedema2015-06-091-1/+1
* Refactor the GlobalRdrEnv, fixing #7672Simon Peyton Jones2015-06-024-35/+28
* Refactor tuple constraintsSimon Peyton Jones2015-05-183-3/+13
* Revert multiple commitsAustin Seipp2015-05-143-13/+3
* Refactor tuple constraintsSimon Peyton Jones2015-05-133-3/+13
* Improve improvement in the constraint solverSimon Peyton Jones2015-04-291-11/+3
* GHC.Prim.Constraint is not built-in syntaxSimon Peyton Jones2015-04-073-0/+7
* A raft of small changes associated with -XConstrainedClassMethodsSimon Peyton Jones2015-03-042-1/+8
* Error out on `Main` without `main` in GHCi (#7765)Thomas Miedema2015-02-235-14/+5
* Repsect the package name when checking for self-importSimon Peyton Jones2015-01-162-0/+6
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-062-0/+11
* Print singleton consraints without parensSimon Peyton Jones2015-01-061-1/+1
* Add -fdefer-typed-holes flag which defers hole errors to runtime.Merijn Verstraaten2014-11-211-1/+10
* Implement #5462 (deriving clause for arbitrary classes)Jose Pedro Magalhaes2014-11-201-0/+1
* Hide `Data.OldList` moduleHerbert Valerio Riedel2014-11-201-1/+1
* Enabled warn on tabs by default (fixes #9230)Mateusz Lenik2014-10-211-1/+1
* Extend `Foldable` class with `length` and `null` methodsHerbert Valerio Riedel2014-09-281-1/+1
* Move `mapM` and `sequence` to GHC.Base and break import-cyclesHerbert Valerio Riedel2014-09-211-2/+2
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-052-4/+4
* Make mod73 test insensitive to minor variations (#9325)Reid Barton2014-07-301-1/+10
* Update mod73 test outputJoachim Breitner2014-06-061-2/+2
* Add testcase for #9177 and adjust test outputJoachim Breitner2014-06-063-5/+7
* Fix over-zealous unused-import warningSimon Peyton Jones2014-05-052-0/+7
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-2598-189/+189
* s/warn-type-holes/warn-typed-holes/gAustin Seipp2014-01-151-1/+1
* Turn -XTypeHoles into a (on by default) warningAustin Seipp2014-01-142-1/+2
* Changes in error messages when fixing Trac #8649Simon Peyton Jones2014-01-091-2/+2
* Error wibbles while fixing #8607.Richard Eisenberg2013-12-261-1/+1