| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement record dot syntaxwip/joachim/bump-haddock | Shayne Fletcher | 2021-03-06 | 1 | -5/+116 |
* | Add a Template Haskell warning flag -Wimplicit-lift | Krzysztof Gogolewski | 2021-03-04 | 1 | -0/+6 |
* | Wrap LHsContext in Maybe in the GHC AST | Alan Zimmerman | 2021-03-01 | 2 | -16/+27 |
* | Fix typechecking time bug for large rationals (#15646) | Andreas Klebinger | 2021-02-27 | 1 | -8/+13 |
* | Move Hooks into HscEnv | Sylvain Henry | 2021-02-22 | 1 | -1/+5 |
* | Prefer -Wmissing-signatures over -Wmissing-exported-signatures (#14794) | Michiel de Bruijne | 2021-02-22 | 1 | -6/+6 |
* | Improve handling of overloaded labels, literals, lists etcwip/T19154 | Simon Peyton Jones | 2021-02-19 | 3 | -114/+343 |
* | Avoid false redundant import warning with DisambiguateRecordFields | Adam Gundry | 2021-02-16 | 1 | -6/+8 |
* | Implement NoFieldSelectors extension (ghc-proposals 160) | Adam Gundry | 2021-02-16 | 7 | -174/+505 |
* | Refactor Logger | Sylvain Henry | 2021-02-13 | 1 | -10/+11 |
* | Fix typos | Brian Wignall | 2021-02-06 | 1 | -1/+1 |
* | The Char kind (#11342) | Daniel Rogozin | 2021-02-06 | 1 | -0/+1 |
* | Rename ErrMsg into MsgEnvelope | Alfredo Di Napoli | 2021-02-01 | 1 | -1/+0 |
* | Remove ErrDoc and MsgDoc | Alfredo Di Napoli | 2021-02-01 | 1 | -7/+7 |
* | Make PatSyn immutable | Simon Peyton Jones | 2021-01-29 | 1 | -2/+2 |
* | Add explicit import lists to Data.List imports | Oleg Grenrus | 2021-01-29 | 5 | -5/+5 |
* | typecheck: Account for -XStrict in irrefutability check | Ben Gamari | 2021-01-29 | 1 | -16/+19 |
* | Remove -XMonadFailDesugaring references | Hécate | 2021-01-27 | 1 | -4/+3 |
* | Factorize and document binder collect functions | Sylvain Henry | 2021-01-22 | 5 | -18/+19 |
* | Remove unused extension pragmas from the compiler code base | Hécate | 2021-01-17 | 2 | -2/+0 |
* | Refactor renamer datastructures | Adam Gundry | 2020-12-24 | 9 | -210/+331 |
* | Require ScopedTypeVariables+TypeApplications to use type applications in patt... | Ryan Scott | 2020-12-24 | 1 | -1/+16 |
* | Use HsOuterExplicit in instance sigs in deriving-generated code | Ryan Scott | 2020-12-18 | 1 | -4/+49 |
* | Reject dodgy scoping in associated family instance RHSes | Ryan Scott | 2020-12-17 | 1 | -69/+179 |
* | Move Unit related fields from DynFlags to HscEnv | Sylvain Henry | 2020-12-14 | 1 | -1/+1 |
* | Implement type applications in patterns | Cale Gibbard | 2020-12-14 | 5 | -30/+121 |
* | Replace HsImplicitBndrs with HsOuterTyVarBndrs | Ryan Scott | 2020-11-06 | 4 | -207/+148 |
* | Add the proper HLint rules and remove redundant keywords from compiler | Hécate | 2020-11-01 | 6 | -38/+37 |
* | Split HsConDecl{H98,GADT}Details | Ryan Scott | 2020-10-30 | 3 | -26/+55 |
* | Check for large tuples more thoroughlywip/T18723 | Ryan Scott | 2020-10-29 | 3 | -9/+19 |
* | Split GHC.Driver.Types | Sylvain Henry | 2020-10-29 | 10 | -42/+76 |
* | API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaled | Alan Zimmerman | 2020-10-20 | 1 | -7/+7 |
* | Add -Wnoncanonical-{monad,monoid}-instances to standardWarnings | Fumiaki Kinoshita | 2020-10-14 | 1 | -25/+25 |
* | Make DataKinds the sole arbiter of kind-level literals (and friends) | Ryan Scott | 2020-10-14 | 1 | -13/+11 |
* | Fall back to types when looking up data constructors (#18740)wip/ghc-18740-lookup-update | Daniel Rogozin | 2020-10-11 | 1 | -8/+48 |
* | Linear types: fix quantification in GADTs (#18790) | Krzysztof Gogolewski | 2020-10-10 | 2 | -3/+9 |
* | Lint the compiler for extraneous LANGUAGE pragmas | Hécate | 2020-10-10 | 9 | -53/+67 |
* | Cache HomeUnit in HscEnv (#17957) | Sylvain Henry | 2020-10-09 | 2 | -9/+8 |
* | Refactor: remove rnHsDoc | Vladislav Zavialov | 2020-10-01 | 3 | -64/+6 |
* | Use ADTs for parser errors/warnings | Sylvain Henry | 2020-10-01 | 1 | -1/+1 |
* | Remove outdated comment in rnHsTyKi | Vladislav Zavialov | 2020-09-27 | 1 | -4/+0 |
* | Don't rearrange (->) in the renamer | Vladislav Zavialov | 2020-09-27 | 1 | -36/+26 |
* | Implement Quick Look impredicativity | Simon Peyton Jones | 2020-09-24 | 1 | -1/+1 |
* | Export singleton function from Data.List | Wander Hillen | 2020-09-19 | 1 | -3/+3 |
* | Introduce and use DerivClauseTys (#18662) | Ryan Scott | 2020-09-15 | 1 | -3/+13 |
* | Remove GENERATED pragma, as it is not being used | Alan Zimmerman | 2020-09-09 | 1 | -1/+0 |
* | Make the forall-or-nothing rule only apply to invisible foralls (#18660) | Ryan Scott | 2020-09-08 | 1 | -13/+39 |
* | Consolidate imports in getMinimalImports (#18264) | Aditya Gupta | 2020-08-27 | 1 | -3/+22 |
* | Add HomeUnit type | Sylvain Henry | 2020-08-13 | 2 | -5/+7 |
* | DynFlags: disentangle Outputable | Sylvain Henry | 2020-08-12 | 11 | -0/+12 |