| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert interface file loading errors into proper diagnostics | Matthew Pickering | 2023-04-18 | 3 | -9/+9 |
* | Add structured error messages for GHC.Tc.TyCl | Torsten Schmits | 2023-04-01 | 2 | -12/+38 |
* | [feat] make ($) representation polymorphic | mangoiv | 2023-04-01 | 1 | -1/+2 |
* | Fix tests | Bodigrim | 2023-03-30 | 2 | -0/+2 |
* | Handle records in the renamer | sheaf | 2023-03-29 | 6 | -4/+19 |
* | Rename () into Unit, (,,...,,) into Tuple<n> (#21294) | Andrei Borzenkov | 2023-03-21 | 5 | -20/+20 |
* | Convert diagnostics in GHC.Rename.Module to proper TcRnMessage (#20115) | Andrei Borzenkov | 2023-03-06 | 3 | -15/+15 |
* | Add decideSymbol, decideChar, decideNat, decTypeRep, decT and hdecT | Oleg Grenrus | 2023-03-04 | 1 | -0/+21 |
* | Improve GHC.Tc.Gen.App.tcInstFunwip/T22908 | Simon Peyton Jones | 2023-02-20 | 6 | -3/+10 |
* | fix: Mark ghci Prelude import as implicit | romes | 2023-02-14 | 1 | -4/+4 |
* | Handle `type data` properly in tyThingParent_maybe | Ryan Scott | 2023-01-30 | 4 | -0/+18 |
* | template-haskell: Bump version to 2.20.0.0 | Ben Gamari | 2023-01-23 | 1 | -1/+1 |
* | Enable -Wstar-is-type by default (#22759) | Vladislav Zavialov | 2023-01-18 | 2 | -2/+0 |
* | Bump submodule bytestring to 0.11.4.0 | Bodigrim | 2023-01-13 | 2 | -11/+13 |
* | Only store Name in FunRhs rather than Id with knot-tied fields | Matthew Pickering | 2023-01-06 | 3 | -0/+10 |
* | Fix tests | Bodigrim | 2022-12-21 | 1 | -1/+1 |
* | CI: Forbid the fully static build on Alpine to fail. | M Farkas-Dyck | 2022-12-01 | 1 | -1/+2 |
* | Make Functor a quantified superclass of Bifunctor. | Baldur Blöndal | 2022-11-30 | 1 | -0/+6 |
* | Add Javascript backend | Sylvain Henry | 2022-11-29 | 1 | -1/+1 |
* | Print unticked promoted data constructors (#20531) | Vladislav Zavialov | 2022-11-25 | 10 | -25/+24 |
* | Type vs Constraint: finally nailed | Simon Peyton Jones | 2022-11-11 | 2 | -6/+6 |
* | Use TcRnDiagnostic in GHC.Tc.TyCl.Instance (#20117) | Giles Anderson | 2022-11-09 | 2 | -2/+2 |
* | Interface Files with Core Definitions | Matthew Pickering | 2022-10-11 | 2 | -0/+2 |
* | Export symbolSing, SSymbol, and friends (CLC#85)wip/clc-85 | Ryan Scott | 2022-10-06 | 4 | -10/+46 |
* | Rename Solo[constructor] to MkSolo | Torsten Schmits | 2022-09-21 | 4 | -6/+6 |
* | Diagnostic codes: acccept test changes | sheaf | 2022-09-13 | 49 | -164/+171 |
* | Recognize file-header pragmas in GHCi (#21507) | MorrowM | 2022-08-21 | 2 | -0/+6 |
* | Print constraints in quotes (#21167) | Swann Moreau | 2022-08-19 | 4 | -12/+12 |
* | hie-files: Record location of filled in default method bindings | Zubin Duggal | 2022-07-13 | 1 | -0/+3 |
* | template-haskell: Bump version to 2.19.0.0 | Ben Gamari | 2022-06-28 | 1 | -1/+1 |
* | Deprecate TypeInType extension | HaskellMouse | 2022-06-06 | 2 | -2/+2 |
* | Use a class to check validity of withDictwip/withdict | Krzysztof Gogolewski | 2022-05-27 | 1 | -1/+1 |
* | Include the way string in the file name for dump files. | Andreas Klebinger | 2022-04-22 | 2 | -0/+2 |
* | Rename [] to List (#21294) | Vladislav Zavialov | 2022-04-07 | 5 | -4/+16 |
* | driver: Improve -Wunused-packages error message (and simplify implementation) | Matthew Pickering | 2022-04-01 | 1 | -1/+1 |
* | Change GHC.Prim to GHC.Exts in docs and tests | Krzysztof Gogolewski | 2022-04-01 | 1 | -1/+1 |
* | Make -ddump-rn-ast and -ddump-tc-ast work in GHCi | Matthew Pickering | 2022-03-25 | 3 | -1/+359 |
* | Fix behaviour of -Wunused-packages in ghci | Matthew Pickering | 2022-03-23 | 5 | -0/+19 |
* | hi haddock: Lex and store haddock docs in interface files | Zubin Duggal | 2022-03-23 | 2 | -14/+14 |
* | Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rn | Vladislav Zavialov | 2022-03-15 | 3 | -1/+3 |
* | remove MonadFail instances of ST | Artem Pelenitsyn | 2022-03-05 | 1 | -1/+1 |
* | Improve out-of-order inferred type variables | sheaf | 2022-03-02 | 5 | -1/+62 |
* | driver: Properly add an edge between a .hs and its hs-boot file | Matthew Pickering | 2022-03-01 | 1 | -2/+2 |
* | GHCi: don't normalise partially instantiated types | sheaf | 2022-02-25 | 4 | -0/+19 |
* | testsuite: Normalise output of ghci011 and T7627 | Matthew Pickering | 2022-02-23 | 1 | -2/+7 |
* | Tag inference work. | Andreas Klebinger | 2022-02-12 | 2 | -4/+4 |
* | Exit with failure when -e fails (fixes #18411 #9916 #17560) | nineonine | 2022-02-05 | 4 | -4/+4 |
* | compiler: Introduce and use RoughMap for instance environments | Ben Gamari | 2022-02-04 | 13 | -128/+130 |
* | testsuite: Mark test that require RTS linker | Peter Trommler | 2022-01-24 | 1 | -1/+3 |
* | Correct type of static forms in hsExprType | Matthew Pickering | 2022-01-18 | 4 | -0/+19 |