| Commit message (Expand) | Author | Age | Files | Lines |
* | Add structured error messages for GHC.Rename.Names | Torsten Schmits | 2023-04-30 | 1 | -2/+3 |
* | testsuite: add the req_host_target_ghc predicate | Cheng Shao | 2023-04-27 | 1 | -0/+10 |
* | Convert interface file loading errors into proper diagnostics | Matthew Pickering | 2023-04-18 | 1 | -2/+2 |
* | JS generated refs: update testsuite conditions | Josh Meredith | 2023-02-09 | 1 | -1/+1 |
* | Fix #22728: Not all diagnostics in safe check are fatal | Oleg Grenrus | 2023-01-12 | 8 | -0/+37 |
* | Add Javascript backend | Sylvain Henry | 2022-11-29 | 1 | -11/+22 |
* | Diagnostic codes: acccept test changes | sheaf | 2022-09-13 | 80 | -121/+130 |
* | Print constraints in quotes (#21167) | Swann Moreau | 2022-08-19 | 1 | -1/+1 |
* | Change `Backend` type and remove direct dependencieswip/backend-as-record | Norman Ramsey | 2022-05-21 | 1 | -1/+1 |
* | Mark GHC.Prim.PtrEq as Unsafe | sheaf | 2022-04-27 | 3 | -0/+13 |
* | Refine warning about defining rules in SAFE modules | Matthew Pickering | 2022-04-13 | 5 | -5/+6 |
* | Use diagnostic infrastructure in GHC.Tc.Errors | sheaf | 2022-01-17 | 3 | -5/+5 |
* | Multiple Home Units | Matthew Pickering | 2021-12-28 | 5 | -13/+13 |
* | Remove `optLevel` from `DynFlags` (closes #20500) | Gergo ERDI | 2021-12-09 | 1 | -0/+3 |
* | testsuite: Clean up dynlib support predicates | Ben Gamari | 2021-10-12 | 1 | -1/+1 |
* | testsuite: Compile safeInfered tests with -v0 | Ben Gamari | 2021-10-12 | 16 | -57/+14 |
* | Eradicate TcRnUnknownMessage from GHC.Tc.Deriv | Alfredo Di Napoli | 2021-10-05 | 1 | -1/+3 |
* | Fix pprDeps | Sylvain Henry | 2021-08-10 | 1 | -1/+1 |
* | Port more DriverUnknownMessage into richer DriverMessage constructors | Alfredo Di Napoli | 2021-07-28 | 3 | -9/+9 |
* | Avoid unsafePerformIO for getProgName | Sylvain Henry | 2021-07-09 | 3 | -4/+4 |
* | Remove transitive information about modules and packages from interface files | Matthew Pickering | 2021-05-19 | 2 | -16/+15 |
* | Disallow -XDerivingVia when -XSafe is on (#19786) | Aaron Allen | 2021-05-06 | 3 | -0/+12 |
* | Add GhcMessage and ancillary types | Alfredo Di Napoli | 2021-04-29 | 22 | -29/+29 |
* | Remove dynamic-by-default (#16782) | Sylvain Henry | 2021-04-07 | 1 | -4/+0 |
* | Mark p6 and T3333 as fragile | Simon Jakobi | 2021-04-05 | 1 | -1/+1 |
* | Correct warning for deprecated and unrecognised flags | Alfredo Di Napoli | 2021-04-05 | 2 | -2/+2 |
* | Compute Severity of diagnostics at birth | Alfredo Di Napoli | 2021-04-01 | 1 | -1/+1 |
* | testsuite: Update Win32 test output for GHC2021 | GHC GitLab CI | 2021-03-11 | 1 | -2/+1 |
* | Use GHC2021 as default language | Joachim Breitner | 2021-03-10 | 230 | -193/+360 |
* | Always set `safeInferred`, not only when it turns `False` | Joachim Breitner | 2021-02-13 | 4 | -0/+14 |
* | Bump ghc-prim version to 0.7.0 | Ryan Scott | 2020-07-02 | 1 | -8/+8 |
* | Update testsuite | Sylvain Henry | 2020-06-17 | 2 | -9/+9 |
* | Simplify bindLHsTyVarBndrs and bindHsQTyVarswip/simply-bind-tyvars | Ryan Scott | 2020-06-05 | 1 | -4/+4 |
* | TemplateHaskellQuotes: Allow nested splices | Matthew Pickering | 2020-02-11 | 1 | -3/+2 |
* | testsuite: Fix -Wcompat-unqualified-imports issues | Ben Gamari | 2020-02-08 | 1 | -1/+1 |
* | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2020-01-04 | 4 | -4/+4 |
* | Fix more typos | Brian Wignall | 2019-12-02 | 6 | -7/+7 |
* | Fix typos, using Wikipedia list of common typos | Brian Wignall | 2019-11-28 | 9 | -9/+9 |
* | Add -Winferred-safe-imports warning | Oleg Grenrus | 2019-06-25 | 1 | -9/+9 |
* | testsuite: Add stderr output for UnsafeInfered02 on Windows | Ben Gamari | 2019-06-21 | 1 | -0/+7 |
* | testsuite: Add testcase for #16689 | Ben Gamari | 2019-06-18 | 2 | -0/+6 |
* | Implement the -XUnliftedNewtypes extension. | Andrew Martin | 2019-06-14 | 2 | -2/+2 |
* | Show dynamic object files (#16062) | erthalion | 2019-04-16 | 1 | -2/+2 |
* | Bump ghc-prim's version where needed | Alexandre | 2019-04-01 | 1 | -8/+8 |
* | base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` instead | Herbert Valerio Riedel | 2019-03-22 | 7 | -8/+8 |
* | Ignore more version numbers in the testsuite | Alec Theriault | 2019-03-11 | 3 | -3/+4 |
* | testsuite: Use makefile_test | Ben Gamari | 2019-01-30 | 1 | -3/+1 |
* | Revert "Batch merge" | Ben Gamari | 2019-01-30 | 1 | -1/+3 |
* | Batch merge | Ben Gamari | 2019-01-30 | 1 | -3/+1 |
* | Fix #12509: ghci -XSafe fails in an inscrutable way | Roland Senn | 2019-01-28 | 2 | -0/+1 |