| Commit message (Expand) | Author | Age | Files | Lines |
* | Add structured error messages for GHC.Rename.Utils | Torsten Schmits | 2023-05-05 | 1 | -1/+1 |
* | Fix type variable substitution in gen_Newtype_fam_insts | Ryan Scott | 2023-05-04 | 3 | -0/+27 |
* | Add structured error messages for GHC.Rename.Names | Torsten Schmits | 2023-04-30 | 1 | -1/+1 |
* | validDerivPred: Reject exotic constraints in IrredPreds | Ryan Scott | 2023-04-17 | 9 | -12/+84 |
* | Handle records in the renamer | sheaf | 2023-03-29 | 1 | -1/+1 |
* | Convert diagnostics in GHC.Rename.Module to proper TcRnMessage (#20115) | Andrei Borzenkov | 2023-03-06 | 3 | -6/+6 |
* | Refactor the treatment of loopy superclass dictswip/T20666 | Richard Eisenberg | 2023-01-11 | 3 | -5/+19 |
* | Fix tests | Bodigrim | 2022-12-08 | 1 | -0/+1 |
* | Make Functor a quantified superclass of Bifunctor. | Baldur Blöndal | 2022-11-30 | 3 | -3/+3 |
* | Use TcRnDiagnostic in GHC.Tc.TyCl.Instance (#20117) | Giles Anderson | 2022-11-09 | 5 | -9/+9 |
* | Add accurate skolem info when quantifying | Simon Peyton Jones | 2022-11-01 | 1 | -1/+1 |
* | Testsuite: more precise test options | Sylvain Henry | 2022-10-26 | 1 | -1/+1 |
* | DeriveFunctor: Check for last type variables using dataConUnivTyVars | Ryan Scott | 2022-09-18 | 2 | -0/+25 |
* | Diagnostic codes: acccept test changes | sheaf | 2022-09-13 | 76 | -176/+178 |
* | Print constraints in quotes (#21167) | Swann Moreau | 2022-08-19 | 14 | -81/+81 |
* | Add test for #21871 | sheaf | 2022-07-22 | 3 | -0/+23 |
* | Deprecate TypeInType extension | HaskellMouse | 2022-06-06 | 2 | -2/+2 |
* | TTG: Rework and improve splices | romes | 2022-06-01 | 1 | -2/+2 |
* | Fix the free-var test in validDerivPred | Simon Peyton Jones | 2022-04-07 | 3 | -0/+32 |
* | Change GHC.Prim to GHC.Exts in docs and tests | Krzysztof Gogolewski | 2022-04-01 | 4 | -4/+4 |
* | Fix and simplify DeriveAnyClass's context inference using SubTypePredSpec | Ryan Scott | 2022-03-24 | 3 | -15/+44 |
* | Revamp derived Eq instance code generation (#17240) | nineonine | 2022-03-20 | 4 | -2/+50 |
* | Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rn | Vladislav Zavialov | 2022-03-15 | 1 | -0/+3 |
* | driver: Properly add an edge between a .hs and its hs-boot file | Matthew Pickering | 2022-03-01 | 2 | -6/+0 |
* | Kill derived constraints | Richard Eisenberg | 2022-02-23 | 1 | -0/+2 |
* | Forbid standalone instances for built-in classes | sheaf | 2022-02-22 | 7 | -0/+52 |
* | Make implication tidying agree with Note [Tidying multiple names at once] | Matthew Pickering | 2022-02-05 | 1 | -3/+3 |
* | Rework the handling of SkolemInfo | Matthew Pickering | 2022-01-29 | 1 | -12/+8 |
* | DeriveGeneric: look up datacon fixities using getDataConFixityFun | Ryan Scott | 2022-01-25 | 2 | -0/+28 |
* | Multiple Home Units | Matthew Pickering | 2021-12-28 | 1 | -0/+1 |
* | testsuite: Remove reqlib modifier | Matthew Pickering | 2021-12-22 | 7 | -101/+0 |
* | Don't use implicit lifting when deriving Lift | Matthew Pickering | 2021-11-25 | 1 | -2/+6 |
* | Enable UnboxedTuples in `genInst`, Fixes #20524 | CarrieMY | 2021-11-25 | 5 | -11/+2 |
* | Instantiate field types properly in stock-derived instances | Ryan Scott | 2021-11-15 | 3 | -0/+55 |
* | deriving: infer DatatypeContexts from data constructors, not type constructor | Ryan Scott | 2021-11-09 | 3 | -0/+16 |
* | Change CaseAlt and LambdaExpr to FunRhs in deriving Foldable and Traversable ... | Artyom Kuznetsov | 2021-10-26 | 3 | -0/+56 |
* | Introduce Concrete# for representation polymorphism checks | sheaf | 2021-10-17 | 2 | -3/+3 |
* | Eradicate TcRnUnknownMessage from GHC.Tc.Deriv | Alfredo Di Napoli | 2021-10-05 | 14 | -16/+32 |
* | Add `-dsuppress-core-sizes` flag (#20342) | Sylvain Henry | 2021-09-28 | 1 | -0/+4 |
* | deriving: Always use module prefix in dataTypeName | Matthew Pickering | 2021-09-18 | 6 | -50/+75 |
* | Only dump Core stats when requested to do so (#20342) | Sylvain Henry | 2021-09-08 | 1 | -4/+0 |
* | Convert diagnostics in GHC.Tc.Validity to proper TcRnMessage. | hainq | 2021-09-01 | 1 | -1/+1 |
* | Correct warning for deprecated and unrecognised flags | Alfredo Di Napoli | 2021-04-05 | 5 | -6/+6 |
* | Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-design | Alfredo Di Napoli | 2021-03-29 | 1 | -5/+6 |
* | GHC Exactprint main commit | Alan Zimmerman | 2021-03-20 | 2 | -19/+19 |
* | Use GHC2021 as default language | Joachim Breitner | 2021-03-10 | 52 | -105/+134 |
* | Implement BoxedRep proposalwip/boxed-rep | Ben Gamari | 2021-03-07 | 2 | -4/+4 |
* | Remove some redundant validity checks. | Richard Eisenberg | 2021-01-27 | 3 | -3/+3 |
* | Enhance Data instance generation | Sylvain Henry | 2021-01-22 | 1 | -1/+1 |
* | When deriving Eq always use tag based comparisons for nullary constructors | Andreas Klebinger | 2021-01-22 | 1 | -2/+0 |