Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modules: Types (#13009) | Sylvain Henry | 2020-03-29 | 305 | -1457/+20569 |
* | Use run-time tablesNextToCode in compiler exclusively (#15548) | Joachim Breitner | 2020-03-26 | 1 | -1/+3 |
* | DynFlags refactoring III | Sylvain Henry | 2020-03-25 | 38 | -838/+860 |
* | Do not panic on linker errors | Peter Trommler | 2020-03-25 | 1 | -3/+5 |
* | Remove -fkill-absence and -fkill-one-shot flags | Sebastian Graf | 2020-03-25 | 2 | -9/+2 |
* | Fix ApplicativeDo regression #17835 | Josef Svenningsson | 2020-03-23 | 2 | -19/+36 |
* | Update core spec to reflect changes to Core. | Richard Eisenberg | 2020-03-20 | 5 | -12/+65 |
* | Simplify treatment of heterogeneous equality | Richard Eisenberg | 2020-03-20 | 5 | -45/+95 |
* | Refactoring: use Platform instead of DynFlags when possible | Sylvain Henry | 2020-03-19 | 60 | -2318/+2530 |
* | PmCheck: Use ConLikeSet to model negative info | Sebastian Graf | 2020-03-19 | 2 | -17/+45 |
* | Modules: Core operations (#13009) | Sylvain Henry | 2020-03-18 | 48 | -76/+30319 |
* | Fix #17021 by checking more return kinds | Richard Eisenberg | 2020-03-17 | 6 | -26/+49 |
* | Don't update ModDetails with CafInfos when opts are disabled | Ömer Sinan Ağacan | 2020-03-17 | 1 | -1/+1 |
* | Implement mapTyCo like foldTyCo | Simon Peyton Jones | 2020-03-17 | 1 | -71/+90 |
* | Modules: Core (#13009) | Sylvain Henry | 2020-03-16 | 123 | -381/+22901 |
* | Add a -no-haddock flag. | Judah Jacobson | 2020-03-15 | 1 | -0/+1 |
* | Refactor CmmToAsm (disentangle DynFlags) | Sylvain Henry | 2020-03-15 | 36 | -1720/+1984 |
* | Remove some dead code | Brian Foley | 2020-03-15 | 4 | -45/+2 |
* | Remove unused field var_inline (#17915) | Krzysztof Gogolewski | 2020-03-14 | 3 | -9/+4 |
* | Improve CSE.combineAlts | Simon Peyton Jones | 2020-03-14 | 1 | -4/+21 |
* | Simple refactor of cheapEqExpr | Simon Peyton Jones | 2020-03-14 | 1 | -16/+14 |
* | Fix Lint | Simon Peyton Jones | 2020-03-14 | 1 | -56/+107 |
* | Rename isDllName | Sylvain Henry | 2020-03-13 | 3 | -12/+9 |
* | Expose compulsory unfoldings always | Simon Peyton Jones | 2020-03-12 | 3 | -33/+53 |
* | pretty-printer: Do not print ApplicativeDo join | Kirill Elagin | 2020-03-12 | 1 | -4/+3 |
* | pretty-printer: Properly parenthesise LastStmt | Kirill Elagin | 2020-03-12 | 4 | -14/+21 |
* | Use a Set to represent Ways | Sylvain Henry | 2020-03-11 | 8 | -40/+44 |
* | Refactor interpreterDynamic and interpreterProfiled | Sylvain Henry | 2020-03-11 | 8 | -66/+79 |
* | Refactor GHC.Driver.Session (Ways and Flags) | Sylvain Henry | 2020-03-11 | 10 | -706/+752 |
* | Split GHC.Iface.Utils module | Sylvain Henry | 2020-03-11 | 12 | -1401/+1421 |
* | Typos in comments [skip ci] | Krzysztof Gogolewski | 2020-03-10 | 7 | -13/+13 |
* | Misc cleanup | Krzysztof Gogolewski | 2020-03-10 | 1 | -32/+0 |
* | Clarify a Lint message | Ben Price | 2020-03-10 | 1 | -3/+2 |
* | Use InstanceSigs in GND/DerivingVia-generated code (#17899) | Ryan Scott | 2020-03-09 | 1 | -1/+2 |
* | Set `ImpredicativeTypes` during :print command. (#14828) | Roland Senn | 2020-03-02 | 1 | -1/+41 |
* | Remove dead code | Krzysztof Gogolewski | 2020-03-02 | 1 | -6/+1 |
* | Show breakpoint locations of breakpoints which were ignored during :force (#2... | Roland Senn | 2020-02-29 | 3 | -15/+64 |
* | Simplify IfaceIdInfo type | Ömer Sinan Ağacan | 2020-02-29 | 5 | -43/+11 |
* | Refactor runtime interpreter code | Sylvain Henry | 2020-02-29 | 8 | -203/+298 |
* | Document and refactor a few things around bitmap scavenging | Ömer Sinan Ağacan | 2020-02-29 | 1 | -36/+7 |
* | plugins: Ensure that loadInterface plugins can see annotations | Ben Gamari | 2020-02-29 | 1 | -2/+3 |
* | Monotonic locations (#17632) | Vladislav Zavialov | 2020-02-29 | 12 | -38/+39 |
* | PmCheck: Implement Long-distance information with Covered sets | Sebastian Graf | 2020-02-27 | 11 | -152/+173 |
* | Modules: Core (#13009) | Sylvain Henry | 2020-02-26 | 78 | -211/+18219 |
* | Remove dead code | Krzysztof Gogolewski | 2020-02-26 | 3 | -6/+2 |
* | Treat coercions as arguments for floating and inlining | Alexis King | 2020-02-26 | 1 | -3/+25 |
* | Modules: CmmToAsm (#13009) | Sylvain Henry | 2020-02-24 | 71 | -4/+28475 |
* | Comments, small refactor | Krzysztof Gogolewski | 2020-02-24 | 3 | -47/+1 |
* | Remove Ord SrcLoc, Ord SrcSpan | Vladislav Zavialov | 2020-02-24 | 12 | -55/+62 |
* | Modules: Driver (#13009) | Sylvain Henry | 2020-02-21 | 129 | -169/+22933 |