| Commit message (Expand) | Author | Age | Files | Lines |
* | Modules: Utils and Data (#13009) | Sylvain Henry | 2020-04-26 | 40 | -12325/+0 |
* | Avoid DynFlags in Ppr code (#17957) | Sylvain Henry | 2020-04-21 | 1 | -20/+20 |
* | Implement extensible interface files | Josh Meredith | 2020-04-12 | 1 | -0/+41 |
* | Modules: type-checker (#13009) | Sylvain Henry | 2020-04-07 | 1 | -1/+1 |
* | Require GHC 8.8 as the minimum compiler for bootstrapping | Ryan Scott | 2020-03-31 | 2 | -9/+1 |
* | Modules: Types (#13009) | Sylvain Henry | 2020-03-29 | 18 | -1417/+39 |
* | Remove unused `ghciTablesNextToCode` from compiler proper | John Ericson | 2020-03-26 | 1 | -8/+0 |
* | FastString: fix eager reading of string ptr in hashStr | Ömer Sinan Ağacan | 2020-03-19 | 1 | -7/+13 |
* | Refactor CmmToAsm (disentangle DynFlags) | Sylvain Henry | 2020-03-15 | 2 | -10/+6 |
* | Remove some dead code | Brian Foley | 2020-03-15 | 1 | -17/+0 |
* | Deepen call stack for isIn | Simon Peyton Jones | 2020-03-11 | 1 | -2/+2 |
* | Typos in comments [skip ci] | Krzysztof Gogolewski | 2020-03-10 | 1 | -1/+1 |
* | Monotonic locations (#17632) | Vladislav Zavialov | 2020-02-29 | 1 | -2/+17 |
* | Modules: Core (#13009) | Sylvain Henry | 2020-02-26 | 2 | -3/+3 |
* | Modules: CmmToAsm (#13009) | Sylvain Henry | 2020-02-24 | 1 | -597/+0 |
* | Modules: Driver (#13009) | Sylvain Henry | 2020-02-21 | 3 | -7/+8 |
* | Use Type instead of * in GHC | Ben Gamari | 2020-02-20 | 1 | -1/+2 |
* | Use concatMap(M) instead of `concat . map` and the monadic variant | Ömer Sinan Ağacan | 2020-02-20 | 2 | -2/+2 |
* | Disentangle DynFlags and SDoc | Sylvain Henry | 2020-02-20 | 2 | -71/+118 |
* | Revert "compiler: Disable atomic renaming on Windows" | Tamar Christina | 2020-02-14 | 1 | -13/+1 |
* | compiler: Qualify imports of Data.List | Ben Gamari | 2020-02-08 | 2 | -8/+8 |
* | Simplify closeOverKinds | Simon Peyton Jones | 2020-02-06 | 1 | -17/+16 |
* | Do CafInfo/SRT analysis in Cmm | Ömer Sinan Ağacan | 2020-01-31 | 1 | -1/+9 |
* | Disable two warnings for files that trigger them | Tom Ellis | 2020-01-27 | 4 | -0/+7 |
* | PmCheck: Properly handle constructor-bound type variables | Sebastian Graf | 2020-01-25 | 1 | -4/+4 |
* | Fix more typos, via an improved Levenshtein-style corrector | Brian Wignall | 2020-01-12 | 1 | -2/+2 |
* | Don't zap to Any; error instead | Richard Eisenberg | 2020-01-12 | 1 | -1/+10 |
* | Use non-empty lists to remove partiality in matching code | John Ericson | 2020-01-07 | 1 | -0/+5 |
* | Module hierarchy: Iface (cf #13009) | Sylvain Henry | 2020-01-06 | 1 | -1/+1 |
* | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2020-01-04 | 7 | -8/+8 |
* | Add GHC-API logging hooks | Sylvain Henry | 2019-12-18 | 1 | -6/+9 |
* | Pretty-printing of the * kind | Vladislav Zavialov | 2019-12-05 | 1 | -8/+2 |
* | Fix more typos | Brian Wignall | 2019-12-02 | 1 | -1/+1 |
* | Fix typos, using Wikipedia list of common typos | Brian Wignall | 2019-11-28 | 4 | -5/+5 |
* | Fix typos | Brian Wignall | 2019-11-23 | 1 | -1/+1 |
* | Fix #17405 by not checking imported equations | Richard Eisenberg | 2019-11-10 | 1 | -0/+7 |
* | Whitespace forward compatibility for proposal #229 | Vladislav Zavialov | 2019-10-30 | 1 | -3/+3 |
* | Fix bug in the x86 backend involving the CFG. | Andreas Klebinger | 2019-10-23 | 1 | -7/+16 |
* | Implement a coverage checker for injectivity | Richard Eisenberg | 2019-10-23 | 1 | -1/+1 |
* | Add loop level analysis to the NCG backend. | klebinger.andreas@gmx.at | 2019-10-16 | 2 | -7/+641 |
* | Rename STAGE macro to GHC_STAGE | Ben Gamari | 2019-10-09 | 1 | -3/+3 |
* | Clean up `#include`s in the compiler | John Ericson | 2019-10-05 | 1 | -3/+0 |
* | Refactor iface file generation: | Ömer Sinan Ağacan | 2019-09-30 | 1 | -0/+3 |
* | PredType for type constraints in the pattern match checker instead of EvVar | Sebastian Graf | 2019-09-21 | 1 | -0/+6 |
* | Encode shape information in `PmOracle` | Sebastian Graf | 2019-09-16 | 5 | -94/+12 |
* | Compiler should always get fingerprinting impl from base | John Ericson | 2019-09-13 | 2 | -20/+1 |
* | Remove dead `ncgDebugIsOn` and `NCG_DEBUG` | John Ericson | 2019-09-11 | 1 | -8/+1 |
* | Update FastString docstrings | Daniel Gröber | 2019-09-09 | 1 | -8/+10 |
* | Use lazyness for FastString's z-encoding memoization | Daniel Gröber | 2019-09-09 | 1 | -41/+37 |
* | Fix GHC version guard for Int32Rep/Word32Rep | Moritz Kiefer | 2019-09-08 | 1 | -0/+4 |