| Commit message (Expand) | Author | Age | Files | Lines |
* | base: Bump version to 4.18 | Ben Gamari | 2022-12-21 | 1 | -1/+1 |
* | Fix mk_mod_usage_info if the interface file is not already loaded | Matthew Pickering | 2022-12-08 | 1 | -11/+11 |
* | Add Javascript backend | Sylvain Henry | 2022-11-29 | 10 | -9/+20 |
* | Use TcRnDiagnostic in GHC.Tc.TyCl.Instance (#20117) | Giles Anderson | 2022-11-09 | 2 | -2/+2 |
* | Testsuite: more precise test options | Sylvain Henry | 2022-10-26 | 1 | -12/+12 |
* | Rename Solo[constructor] to MkSolo | Torsten Schmits | 2022-09-21 | 1 | -1/+1 |
* | Diagnostic codes: acccept test changes | sheaf | 2022-09-13 | 17 | -53/+53 |
* | Use TcRnDiagnostic in GHC.Tc.TyCl.Class (#20117) | Giles Anderson | 2022-08-29 | 1 | -1/+1 |
* | Print constraints in quotes (#21167) | Swann Moreau | 2022-08-19 | 5 | -10/+10 |
* | Bump ghc-prim and base versions | Ben Gamari | 2022-06-27 | 2 | -4/+4 |
* | Deprecate TypeInType extension | HaskellMouse | 2022-06-06 | 2 | -2/+2 |
* | Change GHC.Prim to GHC.Exts in docs and tests | Krzysztof Gogolewski | 2022-04-01 | 3 | -3/+3 |
* | Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rn | Vladislav Zavialov | 2022-03-15 | 1 | -1/+1 |
* | driver: Properly add an edge between a .hs and its hs-boot file | Matthew Pickering | 2022-03-01 | 2 | -4/+4 |
* | compiler: Introduce and use RoughMap for instance environments | Ben Gamari | 2022-02-04 | 1 | -4/+4 |
* | Filter out -rtsopts in T16219 to make static/dynamic ways agree | Matthew Pickering | 2022-02-03 | 2 | -7/+1 |
* | Use diagnostic infrastructure in GHC.Tc.Errors | sheaf | 2022-01-17 | 3 | -11/+11 |
* | Multiple Home Units | Matthew Pickering | 2021-12-28 | 7 | -10/+10 |
* | Add test for T20509 | Matthew Pickering | 2021-10-19 | 9 | -0/+80 |
* | tests: Remove $(CABAL_MINIMAL_CONFIGURATION) from T16219 | Matthew Pickering | 2021-10-19 | 2 | -1/+7 |
* | Introduce Concrete# for representation polymorphism checks | sheaf | 2021-10-17 | 2 | -0/+35 |
* | Set logger flags in --backpack mode | sheaf | 2021-10-13 | 3 | -0/+30 |
* | testsuite: Fix gnu sed-ism | Ben Gamari | 2021-09-23 | 1 | -1/+1 |
* | Convert IFace Rename Errors (#19927) | Aaron Allen | 2021-08-27 | 4 | -4/+4 |
* | driver: Correctly pass custom messenger to logging function | Matthew Pickering | 2021-08-23 | 6 | -27/+27 |
* | Driver rework pt3: the upsweep | Matthew Pickering | 2021-08-18 | 13 | -32/+50 |
* | Driver Rework Patch | Matthew Pickering | 2021-06-03 | 2 | -2/+2 |
* | Fail before checking instances in checkHsigIface if exports don't match (#19244) | Zubin Duggal | 2021-06-02 | 6 | -2/+94 |
* | Change representation of field selector occurences | Shayne Fletcher | 2021-05-23 | 2 | -12/+0 |
* | 19486 Nearly all uses of `uniqCompareFS` are dubious and lack a non-determini... | Sasha Bogicevic | 2021-05-06 | 2 | -6/+6 |
* | Correct warning for deprecated and unrecognised flags | Alfredo Di Napoli | 2021-04-05 | 2 | -2/+2 |
* | Use GHC2021 as default language | Joachim Breitner | 2021-03-10 | 27 | -16/+34 |
* | Implement BoxedRep proposalwip/boxed-rep | Ben Gamari | 2021-03-07 | 1 | -1/+1 |
* | Implement -Wambiguous-fields | Adam Gundry | 2021-02-26 | 1 | -0/+10 |
* | testsuite: Add broken tests for #19244 | Ben Gamari | 2021-02-22 | 3 | -0/+58 |
* | Put hole instantiation typechecking in the module graph and fix driver batch ... | John Ericson | 2020-12-28 | 93 | -175/+433 |
* | Revert "Implement BoxedRep proposal" | Ben Gamari | 2020-12-15 | 1 | -1/+1 |
* | Implement BoxedRep proposal | Andrew Martin | 2020-12-14 | 1 | -1/+1 |
* | [Sized Cmm] properly retain sizes. | Moritz Angermann | 2020-11-26 | 1 | -1/+1 |
* | Skip type family defaults with hs-boot and hsig files | John Ericson | 2020-10-17 | 9 | -0/+213 |
* | Minor refactoring of Unit display | Sylvain Henry | 2020-07-22 | 1 | -2/+2 |
* | Bump Cabal submodule | Ben Gamari | 2020-07-15 | 12 | -24/+24 |
* | Bump ghc-prim version to 0.7.0 | Ryan Scott | 2020-07-02 | 1 | -1/+1 |
* | Simple subsumptionwip/T17775 | Simon Peyton Jones | 2020-06-05 | 1 | -4/+3 |
* | base: Bump version to 4.14.0.0 | Ben Gamari | 2019-11-14 | 1 | -7/+4 |
* | testsuite: Mark T16219 as fragile on Windows | Ben Gamari | 2019-11-09 | 1 | -1/+2 |
* | testsuite: Mark T16219 as unbroken | Ben Gamari | 2019-11-09 | 1 | -2/+1 |
* | Add `module {-# SOURCE #-} Foo` syntax for hs-boot in bkp | John Ericson | 2019-10-03 | 3 | -0/+31 |
* | Standalone kind signatures (#16794)wip/top-level-kind-signatures | Vladislav Zavialov | 2019-09-25 | 15 | -24/+54 |
* | Bump containers submodule to v0.6.2.1 | Ben Gamari | 2019-06-25 | 2 | -5/+3 |