| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace only | Ian Lynagh | 2010-01-02 | 1 | -9/+9 |
* | Fix Trac #3776 | simonpj@microsoft.com | 2009-12-21 | 1 | -2/+24 |
* | Use addToUFM_Acc where appropriate | simonpj@microsoft.com | 2009-12-04 | 1 | -1/+1 |
* | Fix formatting of module deprecation/warning messages | Duncan Coutts | 2009-11-15 | 1 | -2/+2 |
* | Fix Trac #3640, plus associated refactoring | simonpj@microsoft.com | 2009-11-05 | 6 | -169/+135 |
* | Add 'rec' to stmts in a 'do', and deprecate 'mdo' | simonpj@microsoft.com | 2009-10-28 | 1 | -95/+93 |
* | Add flag -XExplicitForAll and document it | simonpj@microsoft.com | 2009-10-07 | 1 | -1/+1 |
* | Combine treatment of vanialla/GADT data decls, and fix assert failure | simonpj@microsoft.com | 2009-10-02 | 1 | -73/+43 |
* | Three improvements to Template Haskell (fixes #3467) | simonpj@microsoft.com | 2009-09-10 | 2 | -1/+4 |
* | fix warnings | Simon Marlow | 2009-09-08 | 1 | -16/+0 |
* | remove Haddock-lexing/parsing/renaming from GHC | Isaac Dupree | 2009-08-26 | 2 | -73/+7 |
* | Move the standalone-deriving flag test from parser to renamer | simonpj@microsoft.com | 2009-08-25 | 1 | -3/+10 |
* | Another tiny tidy-up to RnPat | simonpj@microsoft.com | 2009-08-21 | 1 | -1/+1 |
* | Wibble to RnPat refactoring | simonpj@microsoft.com | 2009-08-20 | 3 | -14/+16 |
* | Improvements to record puns, wildcards | simonpj@microsoft.com | 2009-08-20 | 6 | -577/+593 |
* | Remove old 'foreign import dotnet' code | Simon Marlow | 2009-07-27 | 1 | -2/+2 |
* | Remove GHC's haskell98 dependency | Ian Lynagh | 2009-07-24 | 5 | -8/+6 |
* | Add tuple sections as a new feature | simonpj@microsoft.com | 2009-07-23 | 2 | -6/+17 |
* | Add a -fwarn-dodgy-exports flag; fixes #1911 | Ian Lynagh | 2009-07-19 | 1 | -7/+10 |
* | When exporting F(..), all the children of F are also exported | Ian Lynagh | 2009-07-07 | 1 | -0/+4 |
* | Remove unused imports | Ian Lynagh | 2009-07-07 | 4 | -4/+1 |
* | Major patch to fix reporting of unused imports | simonpj@microsoft.com | 2009-07-06 | 2 | -231/+207 |
* | Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263 | Max Bolingbroke | 2009-07-01 | 1 | -2/+2 |
* | Type synonym families may be nullary | Manuel M T Chakravarty | 2009-07-02 | 1 | -9/+1 |
* | New syntax for GADT-style record declarations, and associated refactoring | simonpj@microsoft.com | 2009-07-02 | 3 | -71/+77 |
* | FIX #3197 | Manuel M T Chakravarty | 2009-07-02 | 2 | -35/+79 |
* | Fix Trac #3265: type operators in type/class declarations | simonpj@microsoft.com | 2009-06-02 | 1 | -1/+25 |
* | Fix Trac #3262: suppress name-shadow warning for _names | simonpj@microsoft.com | 2009-05-28 | 1 | -1/+3 |
* | Fix Trac #3221: renamer warnings for deriving clauses | simonpj@microsoft.com | 2009-05-27 | 1 | -2/+4 |
* | Template Haskell: allow type splices | simonpj@microsoft.com | 2009-05-27 | 3 | -63/+67 |
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 1 | -2/+8 |
* | Fix Trac #3155: better error message when -XRankNTypes is omitted | simonpj@microsoft.com | 2009-04-09 | 2 | -11/+21 |
* | Use return instead of returnM, and similar tidy-ups | simonpj@microsoft.com | 2009-04-09 | 3 | -95/+77 |
* | Make some showSDoc's use OneLineMode rather than PageMode | Ian Lynagh | 2009-03-31 | 1 | -1/+1 |
* | Adjust error message slightly to make it clearer | simonpj@microsoft.com | 2009-03-13 | 1 | -2/+3 |
* | Improve error reporting for precedence errors | simonpj@microsoft.com | 2009-02-02 | 1 | -59/+69 |
* | Fix Trac #2914: record wild cards and assoicated types | simonpj@microsoft.com | 2009-01-08 | 1 | -7/+11 |
* | Make record selectors into ordinary functions | simonpj@microsoft.com | 2009-01-02 | 1 | -0/+2 |
* | Refactor RnEnv to fix Trac #2901 | simonpj@microsoft.com | 2008-12-30 | 1 | -59/+38 |
* | Comments only | simonpj@microsoft.com | 2008-12-08 | 1 | -1/+2 |
* | Report source span instead of just source location for unused names. | Thomas Schilling | 2008-11-22 | 1 | -1/+1 |
* | Add (a) CoreM monad, (b) new Annotations feature | simonpj@microsoft.com | 2008-10-30 | 1 | -7/+29 |
* | Fix Trac #2723: keep track of record field names in the renamer | simonpj@microsoft.com | 2008-10-28 | 2 | -11/+38 |
* | Fix Trac #2713: refactor and tidy up renaming of fixity decls | simonpj@microsoft.com | 2008-10-27 | 4 | -147/+159 |
* | Allow type families to use GADT syntax (and be GADTs) | simonpj@microsoft.com | 2008-09-23 | 1 | -9/+8 |
* | Fix warnings | simonpj@microsoft.com | 2008-10-03 | 1 | -1/+0 |
* | Expunge ThFake, cure Trac #2632 | simonpj@microsoft.com | 2008-10-03 | 5 | -58/+62 |
* | Add ASSERTs to all calls of nameModule | simonpj@microsoft.com | 2008-10-03 | 1 | -4/+5 |
* | TFs: Allow repeated variables in left-hand sides of instances | Manuel M T Chakravarty | 2008-10-02 | 1 | -8/+42 |
* | Rename a variable | simonpj@microsoft.com | 2008-09-10 | 1 | -3/+3 |