| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix T15502 on 32-bit | Krzysztof Gogolewski | 2018-09-14 | 2 | -0/+4 |
* | tests: increase (compile) timeout multiplier for T13701 and MultiLayerModules | Alp Mestanogullari | 2018-09-14 | 2 | -5/+6 |
* | Add support for ImplicitParams and RecursiveDo in TH | Michael Sloan | 2018-09-14 | 12 | -0/+124 |
* | Add regression test for Trac #15629 | Simon Peyton Jones | 2018-09-13 | 3 | -0/+67 |
* | Allow (~) in the head of a quantified constraints | Simon Peyton Jones | 2018-09-13 | 5 | -0/+66 |
* | Honor INLINE on 0-arity bindings (#15578) | Tobias Dammers | 2018-09-13 | 3 | -1/+90 |
* | Revert "ghc: Remove warning of StaticPointers not being supported by GHCi" | Ben Gamari | 2018-09-12 | 1 | -0/+3 |
* | Be a bit more aggressive about let-to-case | Simon Peyton Jones | 2018-09-12 | 4 | -1/+27 |
* | Update UnsafeReenter test | Ömer Sinan Ağacan | 2018-09-10 | 1 | -11/+6 |
* | ghc: Remove warning of StaticPointers not being supported by GHCi | Ben Gamari | 2018-09-07 | 1 | -3/+0 |
* | Preserve specialisations despite CSE | Simon Peyton Jones | 2018-09-05 | 6 | -4/+37 |
* | testsuite: Use bools for booleans, not ints | Ben Gamari | 2018-09-05 | 3 | -29/+29 |
* | testsuite: Add test for #15368 | Ben Gamari | 2018-09-05 | 3 | -0/+57 |
* | Skip eventlog tests in GHCi way | Ömer Sinan Ağacan | 2018-09-05 | 1 | -2/+2 |
* | Fix tests ghci057 and T9293. (#15071) | roland | 2018-09-04 | 2 | -8/+0 |
* | testsuite: make CHECK_API_ANNOTATIONS and CHECK_PPR overridable | Alp Mestanogullari | 2018-09-04 | 1 | -1/+7 |
* | Add a test for Trac #15586 | Krzysztof Gogolewski | 2018-09-04 | 2 | -0/+13 |
* | Compiler panic on invalid syntax (unterminated pragma) | roland | 2018-09-04 | 2 | -1/+6 |
* | canCFunEqCan: use isTcReflexiveCo (not isTcReflCo) | Simon Peyton Jones | 2018-09-03 | 3 | -0/+93 |
* | Reject class instances with type families in kinds | Ryan Scott | 2018-09-02 | 8 | -15/+53 |
* | Remove knot-tying bug in TcHsSyn.zonkTyVarOcc | Simon Peyton Jones | 2018-08-31 | 4 | -0/+68 |
* | Rename kind vars in left-to-right order in bindHsQTyVars | Ryan Scott | 2018-08-28 | 8 | -4/+18 |
* | Fix #15572 by checking for promoted names in ConT | Ryan Scott | 2018-08-28 | 3 | -0/+15 |
* | Don't reify redundant class method tyvars/contexts | Ryan Scott | 2018-08-27 | 4 | -15/+10 |
* | Take strict fields into account in coverage checking | Ryan Scott | 2018-08-27 | 4 | -0/+68 |
* | Fix #15502 by not casting to Int during TH conversion | Ryan Scott | 2018-08-27 | 3 | -0/+14 |
* | Fix #15550 by quoting RULE names during TH conversion | Ryan Scott | 2018-08-27 | 3 | -0/+20 |
* | Better error reporting for inaccessible code | Simon Peyton Jones | 2018-08-24 | 7 | -8/+32 |
* | Clean up TcHsSyn.zonkEnv | Simon Peyton Jones | 2018-08-24 | 7 | -18/+18 |
* | Accommodate API change in transSuperClasses | Simon Peyton Jones | 2018-08-23 | 1 | -1/+0 |
* | Fix a typo in TcValidity.checkFamInstRhs | Simon Peyton Jones | 2018-08-23 | 2 | -1/+9 |
* | Add traceBinaryEvent# primop | Mitsutoshi Aoe | 2018-08-21 | 5 | -0/+36 |
* | Correct limb length and assertion for gcdExtInteger | DavidEichamnn | 2018-08-21 | 2 | -0/+33 |
* | Show -with-rtsopts options in runtime's --info (#15261) | roland | 2018-08-21 | 6 | -0/+19 |
* | base: Mark `findIndices` as INLINABLE instead of INLINE (fixes #15426) | Kevin Buhr | 2018-08-21 | 2 | -0/+22 |
* | testsuite: Deduplicate source in wcompat-warnings test | Ben Gamari | 2018-08-21 | 7 | -101/+44 |
* | Introduce flag -keep-hscpp-files | roland | 2018-08-21 | 4 | -0/+26 |
* | Fix #line pragmas in nested comments | Ben Sklaroff | 2018-08-21 | 5 | -14/+57 |
* | Improve ambiguous-occurrence error message | Simon Peyton Jones | 2018-08-21 | 6 | -13/+32 |
* | Set strictness correctly for JoinIds | Simon Peyton Jones | 2018-08-21 | 3 | -1/+109 |
* | Initialise cec_suppress properly | Simon Peyton Jones | 2018-08-20 | 6 | -74/+22 |
* | CSE should deal with letrec (#9441) | roland | 2018-08-18 | 5 | -16/+3 |
* | Add test cases for Ticket #12146. | Aditya | 2018-08-17 | 3 | -0/+10 |
* | Be mindful of GADT tyvar order when desugaring record updates | Ryan Scott | 2018-08-17 | 2 | -4/+16 |
* | Rename SigTv to TyVarTv (#15480) | Joachim Breitner | 2018-08-16 | 7 | -9/+9 |
* | Fix #15527 by pretty-printing an RdrName prefixly | Ryan Scott | 2018-08-16 | 3 | -0/+9 |
* | Add a test for Trac #15523 | Krzysztof Gogolewski | 2018-08-15 | 3 | -0/+13 |
* | Properly designate LambdaCase alts as CaseAlt in TH | Ryan Scott | 2018-08-14 | 3 | -0/+19 |
* | Suppress redundant givens during error reporting | Ryan Scott | 2018-08-12 | 4 | -1/+58 |
* | Check if files are same in combineSrcSpans | Zubin Duggal | 2018-08-12 | 4 | -0/+25 |