| Commit message (Expand) | Author | Age | Files | Lines |
* | Put hole instantiation typechecking in the module graph and fix driver batch ... | John Ericson | 2020-12-28 | 1 | -1/+3 |
* | Refactor renamer datastructures | Adam Gundry | 2020-12-24 | 1 | -1/+1 |
* | Parser: move parser utils into their own module | Sylvain Henry | 2020-12-11 | 1 | -58/+0 |
* | Move Plugins into HscEnv (#17957) | Sylvain Henry | 2020-11-21 | 1 | -3/+1 |
* | Linker: reorganize linker related code | Sylvain Henry | 2020-11-03 | 1 | -13/+14 |
* | Add the proper HLint rules and remove redundant keywords from compiler | Hécate | 2020-11-01 | 1 | -10/+11 |
* | Split GHC.Driver.Types | Sylvain Henry | 2020-10-29 | 1 | -26/+42 |
* | Implement -Woperator-whitespace (#18834) | Vladislav Zavialov | 2020-10-19 | 1 | -1/+1 |
* | Cache HomeUnit in HscEnv (#17957) | Sylvain Henry | 2020-10-09 | 1 | -1/+1 |
* | Make the parser module less dependent on DynFlags | Sylvain Henry | 2020-09-29 | 1 | -9/+9 |
* | Implement Quick Look impredicativity | Simon Peyton Jones | 2020-09-24 | 1 | -41/+1 |
* | Refactor UnitId pretty-printing | Sylvain Henry | 2020-08-26 | 1 | -1/+1 |
* | Add HomeUnit type | Sylvain Henry | 2020-08-13 | 1 | -2/+2 |
* | DynFlags: disentangle Outputable | Sylvain Henry | 2020-08-12 | 1 | -0/+1 |
* | Replace HscTarget with Backend | Sylvain Henry | 2020-07-22 | 1 | -1/+1 |
* | Fix issue #18262 by zonking constraints after solving | Xavier Denis | 2020-06-23 | 1 | -17/+13 |
* | Various performance improvements | Krzysztof Gogolewski | 2020-06-17 | 1 | -3/+2 |
* | Linear types (#15981) | Krzysztof Gogolewski | 2020-06-17 | 1 | -1/+2 |
* | Refactor homeUnit | Sylvain Henry | 2020-06-13 | 1 | -1/+1 |
* | Fix #18071 | Xavier Denis | 2020-05-28 | 1 | -26/+53 |
* | Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor... | Artem Pelenitsyn | 2020-05-04 | 1 | -1/+2 |
* | Unit: split and rename modules | Sylvain Henry | 2020-04-30 | 1 | -1/+1 |
* | Refactoring unit management code | Sylvain Henry | 2020-04-30 | 1 | -1/+1 |
* | Modules: Utils and Data (#13009) | Sylvain Henry | 2020-04-26 | 1 | -11/+11 |
* | Use ParserFlags in GHC.Runtime.Eval (#17957) | Sylvain Henry | 2020-04-21 | 1 | -16/+17 |
* | Modules (#13009) | Sylvain Henry | 2020-04-18 | 1 | -4/+4 |
* | Change zipWith to zipWithEqual in a few places | Krzysztof Gogolewski | 2020-04-14 | 1 | -1/+1 |
* | Modules: type-checker (#13009) | Sylvain Henry | 2020-04-07 | 1 | -11/+11 |
* | Modules: Types (#13009) | Sylvain Henry | 2020-03-29 | 1 | -11/+11 |
* | Modules: Core (#13009) | Sylvain Henry | 2020-03-16 | 1 | -7/+7 |
* | Refactor interpreterDynamic and interpreterProfiled | Sylvain Henry | 2020-03-11 | 1 | -3/+3 |
* | Set `ImpredicativeTypes` during :print command. (#14828) | Roland Senn | 2020-03-02 | 1 | -1/+41 |
* | Show breakpoint locations of breakpoints which were ignored during :force (#2... | Roland Senn | 2020-02-29 | 1 | -8/+0 |
* | Refactor runtime interpreter code | Sylvain Henry | 2020-02-29 | 1 | -28/+33 |
* | Modules: Core (#13009) | Sylvain Henry | 2020-02-26 | 1 | -1/+1 |
* | Modules: Driver (#13009) | Sylvain Henry | 2020-02-21 | 1 | -4/+4 |
* | Use concatMap(M) instead of `concat . map` and the monadic variant | Ömer Sinan Ağacan | 2020-02-20 | 1 | -1/+1 |
* | Re-implement unsafe coercions in terms of unsafe equality proofs | Simon Peyton Jones | 2020-02-20 | 1 | -3/+3 |
* | Module hierarchy: ByteCode and Runtime (cf #13009) | Sylvain Henry | 2020-02-12 | 1 | -0/+1271 |