| Commit message (Expand) | Author | Age | Files | Lines |
* | EPA : Remove ApiAnn from ParsedModule | GHC GitLab CI | 2021-03-25 | 1 | -0/+4 |
* | Add compiler linting to CI | Hécate | 2021-03-25 | 4 | -34/+26 |
* | GHC Exactprint main commit | Alan Zimmerman | 2021-03-20 | 13 | -701/+1483 |
* | template-haskell: Add putDoc, getDoc, withDecDoc and friends | Luke Lau | 2021-03-10 | 1 | -4/+21 |
* | Fix some warnings when bootstrapping with GHC 9.0 | Ryan Scott | 2021-03-09 | 2 | -2/+2 |
* | Implement record dot syntaxwip/joachim/bump-haddock | Shayne Fletcher | 2021-03-06 | 1 | -2/+63 |
* | Bring back COMPLETE sets filtered by result TyCon (#14422) | Cale Gibbard | 2021-03-04 | 1 | -1/+1 |
* | Don't use FastString to convert string to UTF8 | Matthew Pickering | 2021-03-03 | 1 | -10/+1 |
* | Wrap LHsContext in Maybe in the GHC AST | Alan Zimmerman | 2021-03-01 | 2 | -38/+32 |
* | Improve handling of overloaded labels, literals, lists etcwip/T19154 | Simon Peyton Jones | 2021-02-19 | 2 | -14/+178 |
* | The Char kind (#11342) | Daniel Rogozin | 2021-02-06 | 1 | -0/+4 |
* | Make PatSyn immutable | Simon Peyton Jones | 2021-01-29 | 3 | -10/+11 |
* | Add explicit import lists to Data.List imports | Oleg Grenrus | 2021-01-29 | 2 | -2/+2 |
* | typecheck: Account for -XStrict in irrefutability check | Ben Gamari | 2021-01-29 | 1 | -4/+42 |
* | Track the dependencies of `GHC.Hs.Expr.Types` | John Ericson | 2021-01-23 | 2 | -2/+2 |
* | Separate AST from GhcPass (#18936) | John Ericson | 2021-01-23 | 11 | -6189/+89 |
* | Factorize and document binder collect functions | Sylvain Henry | 2021-01-22 | 1 | -112/+218 |
* | Remove unused extension pragmas from the compiler code base | Hécate | 2021-01-17 | 1 | -1/+0 |
* | Never Anyify during kind inference | Richard Eisenberg | 2021-01-09 | 1 | -1/+1 |
* | Use mutable update to defer out-of-scope errors | Richard Eisenberg | 2020-12-25 | 1 | -4/+9 |
* | Refactor renamer datastructures | Adam Gundry | 2020-12-24 | 5 | -56/+75 |
* | WorkWrap: Unbox constructors with existentials (#18982) | Sebastian Graf | 2020-12-23 | 1 | -2/+0 |
* | Use HsOuterExplicit in instance sigs in deriving-generated code | Ryan Scott | 2020-12-18 | 1 | -19/+10 |
* | Implement type applications in patterns | Cale Gibbard | 2020-12-14 | 5 | -35/+52 |
* | Fix kind inference for data types. Again. | Simon Peyton Jones | 2020-12-08 | 1 | -3/+3 |
* | Replace HsImplicitBndrs with HsOuterTyVarBndrs | Ryan Scott | 2020-11-06 | 5 | -229/+450 |
* | Restrict Linear arrow %1 to exactly literal 1 only | Alan Zimmerman | 2020-11-03 | 1 | -2/+2 |
* | Add the proper HLint rules and remove redundant keywords from compiler | Hécate | 2020-11-01 | 1 | -2/+2 |
* | Split HsConDecl{H98,GADT}Details | Ryan Scott | 2020-10-30 | 4 | -36/+68 |
* | Check for large tuples more thoroughlywip/T18723 | Ryan Scott | 2020-10-29 | 1 | -8/+5 |
* | Split GHC.Driver.Types | Sylvain Henry | 2020-10-29 | 9 | -21/+32 |
* | API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaled | Alan Zimmerman | 2020-10-20 | 2 | -23/+25 |
* | Minor comments, update linear types docs | Krzysztof Gogolewski | 2020-10-20 | 1 | -1/+2 |
* | Fix some missed opportunities for preInlineUnconditionally | Simon Peyton Jones | 2020-10-14 | 1 | -2/+2 |
* | Lint the compiler for extraneous LANGUAGE pragmas | Hécate | 2020-10-10 | 10 | -121/+103 |
* | Fix desugaring of record updates on data families | Simon Peyton Jones | 2020-10-09 | 1 | -2/+3 |
* | ApiAnnotations : preserve parens in GADTs | Alan Zimmerman | 2020-10-09 | 1 | -7/+11 |
* | Misc cleanup | Krzysztof Gogolewski | 2020-10-07 | 1 | -3/+0 |
* | Minor TTG clean-up: comments, unused families, bottom | Vladislav Zavialov | 2020-10-02 | 2 | -52/+54 |
* | New linear types syntax: a %p -> b (#18459) | Vladislav Zavialov | 2020-09-29 | 2 | -3/+3 |
* | Comments: change outdated reference to mergeOpswip/docs-no-merge-ops | Vladislav Zavialov | 2020-09-27 | 1 | -1/+1 |
* | PmCheck: Big refactor of module structure | Sebastian Graf | 2020-09-26 | 1 | -1/+1 |
* | Implement Quick Look impredicativity | Simon Peyton Jones | 2020-09-24 | 3 | -17/+22 |
* | PmCheck: Rewrite inhabitation test | Sebastian Graf | 2020-09-22 | 1 | -0/+2 |
* | Introduce and use DerivClauseTys (#18662) | Ryan Scott | 2020-09-15 | 3 | -17/+52 |
* | Remove GENERATED pragma, as it is not being used | Alan Zimmerman | 2020-09-09 | 1 | -18/+0 |
* | Make the forall-or-nothing rule only apply to invisible foralls (#18660) | Ryan Scott | 2020-09-08 | 1 | -4/+7 |
* | Remove "Ord FastString" instance | Sylvain Henry | 2020-09-01 | 1 | -1/+1 |
* | Make {hsExpr,hsType,pat}NeedsParens aware of boxed 1-tuples | Ryan Scott | 2020-08-27 | 3 | -1/+25 |
* | Use LIdP rather than (XRec p (IdP p)) | Simon Peyton Jones | 2020-08-25 | 7 | -68/+57 |