Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement new -XTemplateHaskellQuotes pragma | Herbert Valerio Riedel | 2015-11-29 | 2 | -2/+2 |
* | Improve error messages for ambiguous type variables | David Kraeutmann | 2015-10-07 | 1 | -3/+4 |
* | Injective type families | Jan Stolarek | 2015-09-03 | 1 | -2/+1 |
* | Improve the error messages for class instance errors | Simon Peyton Jones | 2015-09-02 | 1 | -1/+2 |
* | Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382. | Edward Z. Yang | 2015-05-11 | 39 | -0/+424 |
* | Revert stage 1 template-haskell. This is a combination of 5 commits. | Edward Z. Yang | 2015-05-09 | 39 | -424/+0 |
* | Always do polymorphic typed quote check, c.f. #10384 | Edward Z. Yang | 2015-05-09 | 3 | -0/+10 |
* | RnSplice's staging test should be applied for quotes in stage1. | Edward Z. Yang | 2015-05-09 | 3 | -0/+26 |
* | Split off quotes/ from th/ for tests that can be done on stage1 compiler. | Edward Z. Yang | 2015-05-09 | 35 | -0/+388 |