| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix AnnDotDot in module export | Alan Zimmerman | 2015-12-21 | 1 | -1/+1 |
* | Warn about unused type variables in type families | Michał Sośnicki | 2015-12-21 | 2 | -9/+2 |
* | Add Location to RdrName in FieldOcc | Alan Zimmerman | 2015-12-21 | 1 | -3/+3 |
* | Disallow empty where bindings in pattern synonym declarations. | Matthew Pickering | 2015-12-20 | 1 | -1/+7 |
* | Lexer: update outdated comments [skip ci] | Thomas Miedema | 2015-12-17 | 1 | -4/+4 |
* | Expose enabled language extensions to TH | Ben Gamari | 2015-12-15 | 3 | -42/+47 |
* | Add kind equalities to GHC. | Richard Eisenberg | 2015-12-11 | 4 | -147/+141 |
* | Refactor ConDecl | Alan Zimmerman | 2015-12-07 | 2 | -60/+25 |
* | Refactor treatment of wildcards | Simon Peyton Jones | 2015-12-01 | 3 | -188/+212 |
* | Remove deprecated quasiquoter syntax. | Matthew Pickering | 2015-11-29 | 1 | -4/+0 |
* | Implement new -XTemplateHaskellQuotes pragma | Herbert Valerio Riedel | 2015-11-29 | 1 | -9/+13 |
* | ApiAnnotations: Make all RdrName occurences Located | Alan Zimmerman | 2015-11-23 | 2 | -48/+48 |
* | Add comment to Parser.y re extra API Annotation | Alan Zimmerman | 2015-11-22 | 1 | -1/+17 |
* | Refactor HsExpr.RecordCon, RecordUpd | Simon Peyton Jones | 2015-11-18 | 1 | -4/+16 |
* | MonadFail proposal, phase 1 | David Luposchainsky | 2015-11-17 | 1 | -0/+8 |
* | Implement OverloadedLabels | Adam Gundry | 2015-11-17 | 2 | -1/+25 |
* | ApiAnnotations : ITopenExpQuote needs SourceText | Alan Zimmerman | 2015-11-16 | 3 | -10/+30 |
* | ApiAnnotations: Add SourceText for unicode tokens | Alan Zimmerman | 2015-11-16 | 3 | -117/+184 |
* | APIAnnotations:add Locations in hsSyn for layout | Alan Zimmerman | 2015-11-13 | 2 | -16/+18 |
* | mkGadtDecl no longer in P monad | Jan Stolarek | 2015-11-11 | 2 | -12/+10 |
* | Remove fun_infix from Funbind, as it is now in Match | Alan Zimmerman | 2015-11-11 | 2 | -19/+21 |
* | Remove unused field in ConDecl | Jan Stolarek | 2015-11-11 | 1 | -4/+2 |
* | Associate pattern synonyms with types in module exports | Matthew Pickering | 2015-11-11 | 2 | -23/+83 |
* | Parser: allow empty multi-line deprecation warnings | Thomas Miedema | 2015-11-08 | 1 | -0/+1 |
* | Remove PatSynBuilderId | Matthew Pickering | 2015-11-07 | 1 | -2/+2 |
* | ApiAnnotations: BooleanFormula is not properly Located | Alan Zimmerman | 2015-11-01 | 1 | -14/+13 |
* | Provide a utility to check API Annotations docs | Alan Zimmerman | 2015-11-01 | 1 | -0/+5 |
* | Swap prov/req in variable naming in Parser.y | Simon Peyton Jones | 2015-10-30 | 1 | -2/+2 |
* | Record pattern synonyms | Matthew Pickering | 2015-10-29 | 2 | -12/+18 |
* | Comments only | Simon Peyton Jones | 2015-10-27 | 1 | -0/+1 |
* | Suggest enabling PatternSynonyms (#10943) | Moritz Kiefer | 2015-10-22 | 1 | -5/+9 |
* | Reject top-level typed TH splices. Fixes #10945 | Jan Stolarek | 2015-10-20 | 1 | -4/+11 |
* | Make Monad/Applicative instances MRP-friendly | Herbert Valerio Riedel | 2015-10-17 | 1 | -2/+2 |
* | Implement DuplicateRecordFields | Adam Gundry | 2015-10-16 | 2 | -7/+13 |
* | Rename package key to unit ID, and installed package ID to component ID. | Edward Z. Yang | 2015-10-14 | 1 | -1/+1 |
* | Parser: revert some error messages to what they were before 7.10 | Thomas Miedema | 2015-10-07 | 1 | -31/+0 |
* | Allow non-operator infix pattern synonyms | Matthew Pickering | 2015-10-07 | 1 | -1/+1 |
* | Lexer: delete dead code for binary character literals | Thomas Miedema | 2015-09-30 | 1 | -2/+0 |
* | Replace [PostTc id Type] with PostTc id [Type] | Matthew Pickering | 2015-09-20 | 1 | -1/+2 |
* | ApplicativeDo transformation | Simon Marlow | 2015-09-17 | 1 | -2/+2 |
* | Injective type families | Jan Stolarek | 2015-09-03 | 3 | -32/+78 |
* | Comments reformating/corrections | Divam | 2015-08-18 | 1 | -1/+1 |
* | Replace HsBang type with HsSrcBang and HsImplBang | Adam Sandberg Eriksson | 2015-08-10 | 1 | -2/+2 |
* | Removed deprecated syntax for GADT constuctors. | Ulya Trofimovich | 2015-08-03 | 2 | -59/+26 |
* | Typos in comments [skip ci] | Gabor Greif | 2015-08-03 | 1 | -1/+1 |
* | 4 reduce/reduce parser conflicts resolved | Ulya Trofimovich | 2015-08-03 | 1 | -154/+99 |
* | Replace (SourceText,FastString) with StringLiteral data type | Alan Zimmerman | 2015-08-02 | 2 | -20/+21 |
* | Implementation of StrictData language extension | Adam Sandberg Eriksson | 2015-07-27 | 2 | -35/+63 |
* | Accept next-docstrings on GADT constructors. | Ben Gamari | 2015-07-23 | 1 | -3/+10 |
* | Lexer: support consecutive references to Haddock chunks (#10398) | Thomas Miedema | 2015-07-23 | 1 | -1/+1 |