| Commit message (Expand) | Author | Age | Files | Lines |
* | A few more typofixes in docs/comments [ci skip] | Gabor Greif | 2018-06-20 | 4 | -4/+4 |
* | Revert "containers: Bump to 0.6.0.1" | Ben Gamari | 2018-06-19 | 1 | -1/+1 |
* | containers: Bump to 0.6.0.1 | Ben Gamari | 2018-06-19 | 1 | -1/+1 |
* | Document and simplify tcInstTyBinders | Richard Eisenberg | 2018-06-19 | 3 | -30/+108 |
* | Fix API Annotations for GADT constructors | Alan Zimmerman | 2018-06-19 | 6 | -32/+42 |
* | Adjust comments (Trac #14164) | Simon Peyton Jones | 2018-06-19 | 1 | -2/+2 |
* | Fix typo in comment only | Richard Eisenberg | 2018-06-18 | 1 | -1/+1 |
* | Typofixes in docs and comments [ci skip] | Gabor Greif | 2018-06-18 | 17 | -21/+21 |
* | Fix typechecking of kind signatures | Simon Peyton Jones | 2018-06-18 | 3 | -1/+10 |
* | Two small refactorings | Simon Peyton Jones | 2018-06-18 | 10 | -45/+44 |
* | Fix an infinite loop in niFixTCvSubst | Simon Peyton Jones | 2018-06-18 | 1 | -30/+86 |
* | Add -Werror=compat | Vladislav Zavialov | 2018-06-17 | 1 | -4/+12 |
* | Use __FILE__ for Cmm assertion locations, fix #8619 | Ömer Sinan Ağacan | 2018-06-17 | 1 | -2/+0 |
* | UNREG: fix CmmRegOff large offset handling on W64 platforms | Sergei Trofimovich | 2018-06-17 | 1 | -8/+4 |
* | Provide a better error message for unpromotable data constructor contexts | Ryan Scott | 2018-06-17 | 3 | -30/+64 |
* | Improve error message when importing an unusable package | Sean D Gillespie | 2018-06-17 | 3 | -32/+128 |
* | Handle DuplicateRecordFields correctly in filterImports (fixes #14487) | Adam Gundry | 2018-06-17 | 3 | -18/+34 |
* | Warn about implicit kind variables with -Wcompat | Vladislav Zavialov | 2018-06-16 | 2 | -0/+18 |
* | Enhanced constant folding | Sylvain Henry | 2018-06-16 | 2 | -9/+299 |
* | Preserve parenthesis in function application in typechecker | Zubin Duggal | 2018-06-16 | 1 | -6/+49 |
* | Quantify unfixed kind variables in CUSKs | Richard Eisenberg | 2018-06-15 | 1 | -52/+17 |
* | Built-in Natural literals in Core | Sylvain Henry | 2018-06-15 | 17 | -401/+664 |
* | Fix #13833: accept type literals with no FlexibleInstances | Kirill Zaborsky | 2018-06-15 | 1 | -2/+3 |
* | Use data con name instead of parent in lookupRecFieldOcc | Adam Gundry | 2018-06-15 | 2 | -83/+119 |
* | Add "quantified constraint" context in error message, fix #15231. | HE, Tao | 2018-06-15 | 1 | -13/+17 |
* | Make NameSort note into proper Note | Matthew Pickering | 2018-06-15 | 1 | -1/+2 |
* | No Unicode in Parser.y | Vladislav Zavialov | 2018-06-15 | 1 | -1/+1 |
* | Make better "fake tycons" in error recovery | Simon Peyton Jones | 2018-06-15 | 6 | -67/+86 |
* | Fix corner case in typeKind, plus refactoring | Simon Peyton Jones | 2018-06-15 | 6 | -189/+192 |
* | Fix the bind-recovery type | Simon Peyton Jones | 2018-06-15 | 1 | -1/+7 |
* | UNREG: PprC: add support for of W16 literals (Ticket #15237) | Sergei Trofimovich | 2018-06-15 | 1 | -0/+8 |
* | Embrace -XTypeInType, add -XStarIsType | Vladislav Zavialov | 2018-06-14 | 37 | -738/+512 |
* | desugar: Rip out unsafeGlobalDynFlags usage in decomposeRuleLhs | Ben Gamari | 2018-06-14 | 2 | -9/+10 |
* | Fix deserialization of docs (#15240) | Simon Jakobi | 2018-06-14 | 2 | -5/+16 |
* | Disable `-fdefer-out-of-scope-variables` in ghci. | HE, Tao | 2018-06-14 | 1 | -7/+59 |
* | UNREG: PprC: add support for of W32 literals | Sergei Trofimovich | 2018-06-14 | 1 | -0/+8 |
* | OptCoercion: Ensure we use new UnivCo provenance to construct optimised cos. | Ben Gamari | 2018-06-14 | 1 | -3/+3 |
* | Refactor TcExpr.tcSeq | Simon Peyton Jones | 2018-06-12 | 2 | -71/+55 |
* | Remove a tc-trace | Simon Peyton Jones | 2018-06-11 | 1 | -2/+1 |
* | Small refactor, adding checkBadTelescope | Simon Peyton Jones | 2018-06-11 | 1 | -24/+32 |
* | Remove duplicate quantified constraints | Simon Peyton Jones | 2018-06-11 | 2 | -31/+61 |
* | Comments only | Simon Peyton Jones | 2018-06-11 | 1 | -5/+7 |
* | Make seq# evaluatedness look through casts | David Feuer | 2018-06-11 | 1 | -1/+2 |
* | Fix `print-explicit-runtime-reps` (#11786). | HE, Tao | 2018-06-08 | 1 | -3/+22 |
* | typecheck: Don't warn about "redundant" TypeError constraints | Ben Gamari | 2018-06-07 | 1 | -3/+8 |
* | Allow Haddock comments before function arguments. | Iavor Diatchki | 2018-06-07 | 1 | -0/+9 |
* | Run typeCheckResultAction and renamedResultAction in TcM rather than Hsc | Matthew Pickering | 2018-06-07 | 3 | -45/+59 |
* | Rename dataConRepNameUnique to dataConTyRepNameUnique | Matthew Pickering | 2018-06-07 | 2 | -5/+5 |
* | Fix #15236 by removing parentheses from funTyConName | Ryan Scott | 2018-06-07 | 1 | -1/+1 |
* | Don't expose (~#), (~R#), (~P#) from GHC.Prim | Ryan Scott | 2018-06-07 | 2 | -6/+18 |