| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix tests relying on same-line diagnostic ordering | Alfredo Di Napoli | 2021-01-22 | 1 | -2/+3 |
* | Support package qualifier in Prelude import | Sylvain Henry | 2020-12-23 | 3 | -0/+14 |
* | Implement type applications in patterns | Cale Gibbard | 2020-12-14 | 1 | -1/+2 |
* | Parser regression tests, close #12862 #12446wip/parsing-tests-12446-12862 | Vladislav Zavialov | 2020-10-21 | 3 | -0/+8 |
* | Use ADTs for parser errors/warnings | Sylvain Henry | 2020-10-01 | 2 | -1/+2 |
* | Improve kind generalisation, error messages | Simon Peyton Jones | 2020-09-24 | 1 | -0/+6 |
* | Grammar for types and data/newtype constructors | Vladislav Zavialov | 2020-08-06 | 6 | -9/+11 |
* | Reject nested foralls/contexts in instance types more consistently | Ryan Scott | 2020-06-30 | 1 | -3/+4 |
* | Simple subsumptionwip/T17775 | Simon Peyton Jones | 2020-06-05 | 4 | -17/+15 |
* | Improve parser error messages for TemplateHaskellQuotes | Vladislav Zavialov | 2020-06-01 | 3 | -0/+9 |
* | Improve parser error messages for TypeApplications | Vladislav Zavialov | 2020-06-01 | 5 | -0/+18 |
* | Improve parser error messages for the @-operator | Vladislav Zavialov | 2020-06-01 | 7 | -1/+26 |
* | Don't require parentheses around via type (`-XDerivingVia'). Fixes #18130". | Baldur Blöndal | 2020-05-04 | 3 | -0/+25 |
* | Allow block arguments in arrow control operators | Alexis King | 2020-04-30 | 3 | -0/+14 |
* | Improve error messages for SCC pragmas | Vladislav Zavialov | 2019-12-05 | 2 | -2/+4 |
* | Meaning-preserving SCC annotations (#15730) | Vladislav Zavialov | 2019-12-05 | 5 | -0/+17 |
* | Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookahead | Vladislav Zavialov | 2019-11-27 | 11 | -19/+49 |
* | Improve SPECIALIZE pragma error messages (Fixes #12126) | Alina Banerjee | 2019-11-10 | 1 | -1/+1 |
* | Module hierarchy: Hs (#13009) | Sylvain Henry | 2019-09-20 | 1 | -1/+1 |
* | Pattern/expression ambiguity resolution | Vladislav Zavialov | 2019-05-03 | 39 | -4/+141 |
* | Suggest only local candidates from global env | Wojciech Baranowski | 2019-04-29 | 1 | -2/+0 |
* | osa1's patch: consistent suggestion message | Wojciech Baranowski | 2019-04-29 | 1 | -2/+2 |
* | Print suggestions in a single message | Wojciech Baranowski | 2019-04-29 | 1 | -2/+2 |
* | rename: hadle type signatures with typos | Wojciech Baranowski | 2019-04-29 | 1 | -0/+2 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 5 | -5/+5 |
* | Lexer: turn some fatal errors into non-fatal ones | Alec Theriault | 2019-03-01 | 3 | -3/+18 |
* | Fix warnings and fatal parsing errors | Vladislav Zavialov | 2019-02-17 | 8 | -27/+90 |
* | Fix tests which were made to pass by "Make a smart mkAppTyM" | Matthew Pickering | 2019-02-16 | 1 | -1/+1 |
* | 'forall' always a keyword, plus the dot type operator | Vladislav Zavialov | 2019-02-15 | 3 | -6/+8 |
* | Fix #15849 by checking whether there's a do block | nineonine | 2019-02-12 | 5 | -4/+8 |
* | testsuite: Mark T14740 and tcfail159 as broken in debugged compiler | Ben Gamari | 2019-02-07 | 1 | -1/+1 |
* | Report multiple errors | Vladislav Zavialov | 2019-02-03 | 3 | -0/+68 |
* | Visible kind application | mynguyen | 2019-01-03 | 3 | -0/+16 |
* | testsuite: Remove expect_broken on readFail032 and readFail048 | Ben Gamari | 2018-12-22 | 1 | -4/+6 |
* | Lower precedence for {-# UNPACK #-} | Vladislav Zavialov | 2018-11-01 | 11 | -5/+29 |
* | Improve generated `GHC.Prim` docs | Alec Theriault | 2018-10-04 | 3 | -0/+18 |
* | Parse the (!) type operator and allow type operators in existential context | Vladislav Zavialov | 2018-10-04 | 12 | -7/+31 |
* | testsuite: Fix readFail048 and readFail032 brokenness declarations | Ben Gamari | 2018-09-21 | 1 | -2/+2 |
* | testsuite: Mark readFail032 and readFail048 as broken on Darwin | Ben Gamari | 2018-09-21 | 1 | -2/+4 |
* | Compiler panic on invalid syntax (unterminated pragma) | roland | 2018-09-04 | 2 | -1/+6 |
* | Fix #line pragmas in nested comments | Ben Sklaroff | 2018-08-21 | 5 | -14/+57 |
* | testsuite: Add test for #15053 | Ben Gamari | 2018-07-06 | 2 | -0/+4 |
* | Embrace -XTypeInType, add -XStarIsType | Vladislav Zavialov | 2018-06-14 | 12 | -5/+22 |
* | Don't expose (~#), (~R#), (~P#) from GHC.Prim | Ryan Scott | 2018-06-07 | 3 | -0/+10 |
* | Better error message for empty character literal, for Trac #13450. | HE, Tao | 2018-04-19 | 5 | -0/+22 |
* | Slighly improve infix con app pattern errors | Ömer Sinan Ağacan | 2018-03-14 | 3 | -0/+11 |
* | Simplify rnLHsInstType | Simon Peyton Jones | 2018-03-05 | 1 | -1/+4 |
* | Raise parse error for `data T where`. | HE, Tao | 2018-02-13 | 3 | -0/+9 |
* | UnboxedTuples can't be used as constraints | HE, Tao | 2018-01-31 | 3 | -0/+11 |
* | Implement BlockArguments (#10843) | Takano Akio | 2018-01-31 | 8 | -2/+44 |