Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tons of error message wibbles | Simon Peyton Jones | 2012-09-28 | 1 | -3/+2 |
| | |||||
* | A ton of error message wibbles | Simon Peyton Jones | 2012-09-21 | 1 | -1/+0 |
| | | | | | | Notably * Showing relevant bindings * Not suggesting add instance (Num T); see Trac #7222 | ||||
* | accept | Simon Marlow | 2012-09-06 | 1 | -2/+2 |
| | |||||
* | Error message wibbles | Simon Peyton Jones | 2012-04-23 | 1 | -2/+2 |
| | |||||
* | Error message wibbles following TyClDecl/HsTyDefn refactoring | Simon Peyton Jones | 2012-03-26 | 3 | -15/+15 |
| | |||||
* | Update error message for malformed sub-ordinates. | Iavor S. Diatchki | 2012-03-18 | 1 | -1/+1 |
| | | | | | | | | To make the parsing task a bit simpler, we allow sub-ordinate names on all imports/exports. Because of this, malformed exports, such as `map(..)` are not reported as a parsing error but, rather, they are detected in a later pass as an export of a missing type/class `map`. | ||||
* | Modified error output and new tests for PolyKinds commit | Simon Peyton Jones | 2012-03-02 | 1 | -6/+6 |
| | |||||
* | Accept error message changes in response to Trac #5860 | Simon Peyton Jones | 2012-02-10 | 1 | -4/+4 |
| | |||||
* | Fix mod175: Tell make to be quiet | Ian Lynagh | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | mod175 now passes: #437 is fixed | Ian Lynagh | 2012-01-29 | 1 | -2/+1 |
| | |||||
* | Test Trac #5676, and wibble to error message on mod45 | Simon Peyton Jones | 2011-12-12 | 1 | -2/+6 |
| | |||||
* | Define the GHC "compiler_always_flags" in make; fixes trac #5213 | Ian Lynagh | 2011-11-17 | 1 | -2/+2 |
| | | | | We now pass the "always" flags to Makefile tests as well as python tests. | ||||
* | Fix old tests for new superclass cycle error message | Max Bolingbroke | 2011-10-22 | 1 | -3/+6 |
| | |||||
* | update error messages | Simon Marlow | 2011-09-21 | 7 | -8/+8 |
| | |||||
* | Test the ConstraintKind extension and related changes | Max Bolingbroke | 2011-09-06 | 1 | -5/+5 |
| | |||||
* | Error message wibbles | Simon Peyton Jones | 2011-09-02 | 3 | -6/+6 |
| | |||||
* | Accept error message wibble | Simon Peyton Jones | 2011-08-08 | 1 | -2/+2 |
| | | | | Part of fixing Trac #5385. | ||||
* | Spelling suggestion has changed | Simon Peyton Jones | 2011-08-03 | 1 | -1/+1 |
| | | | | | | | | | | I'm not sure why this changed, but it's harmless so I'm accepting it Perhaps you meant one of these: `Prelude.id' (imported from Prelude), `Prelude.gcd' (imported from Prelude), - `Prelude.log' (imported from Prelude) + `Prelude.or' (imported from Prelude) | ||||
* | Error message changes due to pretty-printing of provenances | Simon Peyton Jones | 2011-08-02 | 14 | -33/+56 |
| | |||||
* | Track error changes resulting from fix to #5281 | Simon Peyton Jones | 2011-07-27 | 4 | -5/+5 |
| | |||||
* | Move tests from tests/ghc-regress/* to just tests/* | David Terei | 2011-07-20 | 474 | -0/+2493 |