Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test Trac #10503 | Simon Peyton Jones | 2015-06-18 | 3 | -0/+26 |
* | Parser: commas_tup_tail duplicate SrcSpan on "Missing" value | Alan Zimmerman | 2015-06-18 | 3 | -14/+6 |
* | Trac #4945 is working again | Simon Peyton Jones | 2015-06-18 | 1 | -1/+1 |
* | Refactor filterAlts into two parts | Simon Peyton Jones | 2015-06-18 | 2 | -176/+177 |
* | Comments plus tiny refactoring | Simon Peyton Jones | 2015-06-18 | 1 | -2/+6 |
* | A bit more tracing | Simon Peyton Jones | 2015-06-18 | 1 | -4/+4 |
* | Remove some horrible munging of origins for Coercible | Simon Peyton Jones | 2015-06-18 | 33 | -404/+342 |
* | Rename getCtLoc, setCtLoc | Simon Peyton Jones | 2015-06-18 | 6 | -13/+13 |
* | Comments only | Simon Peyton Jones | 2015-06-18 | 1 | -66/+73 |
* | Report arity errors correctly despite kinds | Simon Peyton Jones | 2015-06-18 | 35 | -231/+268 |
* | Care with impossible-cons in combineIdenticalAlts | Simon Peyton Jones | 2015-06-18 | 1 | -16/+43 |
* | Make enum01/enum02/enum03 tests clang-compatible | Reid Barton | 2015-06-16 | 5 | -9/+42 |
* | Update foreign export docs, fixes #10467 | Edward Z. Yang | 2015-06-16 | 1 | -21/+8 |
* | Fix ghc-pkg reports cache out date (#10205) | Thomas Miedema | 2015-06-16 | 1 | -4/+44 |
* | Add `Monoid` instance for `IO` | Gabriel Gonzalez | 2015-06-16 | 2 | -0/+6 |
* | Clarify some comments around injectivity. | Richard Eisenberg | 2015-06-16 | 3 | -12/+33 |
* | Fix typo in comment | Richard Eisenberg | 2015-06-16 | 1 | -1/+1 |
* | Treat funTyCon like any other TyCon in can_eq_nc. | Richard Eisenberg | 2015-06-16 | 3 | -25/+8 |
* | Reimplement Unify.typesCantMatch in terms of apartness. | Richard Eisenberg | 2015-06-16 | 1 | -164/+102 |
* | Refactor handling of decomposition. | Richard Eisenberg | 2015-06-16 | 9 | -55/+160 |
* | Testsuite wibble around decomposing newtypes. | Richard Eisenberg | 2015-06-16 | 2 | -12/+13 |
* | (mostly) Comments only | Richard Eisenberg | 2015-06-16 | 2 | -15/+53 |
* | Decompose wanted repr. eqs. when no matchable givens. | Richard Eisenberg | 2015-06-16 | 3 | -50/+81 |
* | Test case for #10428. | Richard Eisenberg | 2015-06-16 | 2 | -0/+6 |
* | Fix #10493. | Richard Eisenberg | 2015-06-16 | 5 | -5/+29 |
* | Fix #10495. | Richard Eisenberg | 2015-06-16 | 4 | -3/+22 |
* | Fix #10494 | Richard Eisenberg | 2015-06-16 | 3 | -8/+22 |
* | Encode alignment in MO_Memcpy and friends | Ben Gamari | 2015-06-16 | 17 | -141/+155 |
|\ | |||||
| * | Encode alignment in MO_Memcpy and friends | Ben Gamari | 2015-06-16 | 17 | -141/+155 |
* | | users_guide: Various spelling fixes | Ben Gamari | 2015-06-16 | 20 | -51/+78 |
|\ \ | |||||
| * | | users_guide: Various spelling fixes | Ben Gamari | 2015-06-16 | 20 | -51/+78 |
* | | | Lexer: Suggest adding 'let' on unexpected '=' token | Ben Gamari | 2015-06-16 | 4 | -3/+15 |
|\ \ \ | |||||
| * | | | Lexer: Suggest adding 'let' on unexpected '=' token | Ben Gamari | 2015-06-16 | 4 | -3/+15 |
| |/ / | |||||
* | | | ghc.mk: Update instances of -auto-all | Ben Gamari | 2015-06-16 | 1 | -5/+5 |
* | | | Fix #10534 | Richard Eisenberg | 2015-06-16 | 5 | -1/+45 |
* | | | Testsuite: fix framework failure | Thomas Miedema | 2015-06-15 | 1 | -2/+2 |
* | | | Improved peak_megabytes_allocated | Simon Peyton Jones | 2015-06-15 | 1 | -1/+2 |
* | | | Spelling in comments | Simon Peyton Jones | 2015-06-15 | 1 | -1/+1 |
* | | | GHCi: fix scoping for record selectors | Simon Peyton Jones | 2015-06-15 | 5 | -23/+42 |
* | | | Remove derived CFunEqCans after solving givens | Simon Peyton Jones | 2015-06-15 | 4 | -21/+64 |
* | | | Demonstrate that inferring Typeable for type literals works | Gabor Greif | 2015-06-15 | 3 | -2/+5 |
* | | | Test Trac #10348 | Gabor Greif | 2015-06-15 | 2 | -0/+21 |
* | | | Increase constraint tuple limit to 62 (Trac #10451) | Nick Terrell | 2015-06-14 | 4 | -5/+328 |
* | | | add type annotations to SrcLoc functions | Ömer Sinan Ağacan | 2015-06-14 | 1 | -0/+3 |
* | | | UNREG: fix pprHexVal to emit zeros (#10518) | Sergei Trofimovich | 2015-06-14 | 3 | -2/+9 |
* | | | Testsuite: add function compile_timeout_multiplier (#10345) | Thomas Miedema | 2015-06-13 | 4 | -11/+25 |
* | | | Testsuite: diff non-whitespace normalised output (#10152) | Thomas Miedema | 2015-06-13 | 1 | -29/+36 |
* | | | Add versioning section to Backpack docs. | Edward Z. Yang | 2015-06-12 | 3 | -4/+148 |
* | | | Docs: `-XTypeOperators` (#10175) | Thomas Miedema | 2015-06-12 | 1 | -1/+1 |
* | | | Docs: it's `gv --orientation=seascape` nowadays (#10497) | Thomas Miedema | 2015-06-12 | 1 | -2/+2 |