Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Axe RecFlag on TyCons. | Edward Z. Yang | 2016-06-30 | 13 | -350/+79 |
* | Remove ufmToList | Bartosz Nitka | 2016-06-30 | 7 | -26/+60 |
* | Delete Ord Unique | Bartosz Nitka | 2016-06-30 | 9 | -35/+169 |
* | Fix pretty-printer for IfaceCo | Simon Peyton Jones | 2016-06-30 | 1 | -11/+16 |
* | Refactor match to not use Unique order | Bartosz Nitka | 2016-06-29 | 1 | -9/+23 |
* | Stop the simplifier from removing StaticPtr binds. | Facundo Domínguez | 2016-06-28 | 5 | -17/+62 |
* | Deal correctly with unused imports for 'coerce' | Simon Peyton Jones | 2016-06-28 | 6 | -68/+85 |
* | Don't omit any evidence bindings | Simon Peyton Jones | 2016-06-28 | 1 | -28/+29 |
* | Typos in user manual and code: recurisve -> recursive | Ömer Sinan Ağacan | 2016-06-27 | 2 | -2/+2 |
* | Remove some `undefined`s | Ömer Sinan Ağacan | 2016-06-27 | 4 | -13/+10 |
* | Allow building static libs. | Moritz Angermann | 2016-06-25 | 1 | -0/+2 |
* | Refactor tcInferArgs and add comments. | Richard Eisenberg | 2016-06-25 | 4 | -41/+57 |
* | s/Invisible/Inferred/g s/Visible/Required/g | Richard Eisenberg | 2016-06-25 | 26 | -200/+206 |
* | Remote GHCi: comments only | Simon Marlow | 2016-06-24 | 2 | -3/+20 |
* | Remote GHCi: separate out message types | Simon Marlow | 2016-06-24 | 1 | -11/+19 |
* | Implement ReifyConStrictness for -fexternal-interpreter (#12219) | Simon Marlow | 2016-06-24 | 1 | -0/+1 |
* | Improve pretty-printing of Avail | Simon Peyton Jones | 2016-06-24 | 1 | -2/+5 |
* | Remove bogus comment on ForAllTy | Simon Peyton Jones | 2016-06-24 | 1 | -2/+0 |
* | Fix renamer panic | Simon Peyton Jones | 2016-06-24 | 1 | -7/+15 |
* | Comments around invisibility | Simon Peyton Jones | 2016-06-24 | 3 | -3/+4 |
* | Improve typechecking of instance defaults | Simon Peyton Jones | 2016-06-24 | 4 | -88/+71 |
* | Fix #10963 and #11975 by adding new cmds to GHCi. | Richard Eisenberg | 2016-06-23 | 8 | -73/+162 |
* | Fix #11974 by adding a more smarts to TcDefaults. | Richard Eisenberg | 2016-06-23 | 3 | -18/+33 |
* | Very confusing typo in error message. | Richard Eisenberg | 2016-06-23 | 1 | -1/+1 |
* | Remove Ord TyCon | Bartosz Nitka | 2016-06-23 | 1 | -7/+0 |
* | Provide Uniquable version of SCC | Bartosz Nitka | 2016-06-23 | 17 | -47/+135 |
* | Have Core linter accept programs using StaticPointers and -fhpc. | Facundo Domínguez | 2016-06-23 | 1 | -1/+1 |
* | Narrow the use of record wildcards slightly | Simon Peyton Jones | 2016-06-23 | 1 | -16/+23 |
* | Narrow the warning for simplifiable constraints | Simon Peyton Jones | 2016-06-23 | 1 | -6/+14 |
* | Remove unused import | Simon Peyton Jones | 2016-06-23 | 1 | -1/+0 |
* | Give lookupGRE_Name a better API | Simon Peyton Jones | 2016-06-23 | 10 | -22/+28 |
* | Expand given superclasses more eagerly | Simon Peyton Jones | 2016-06-22 | 5 | -45/+76 |
* | Remove unused arg to tcSuperClasses | Simon Peyton Jones | 2016-06-22 | 1 | -5/+4 |
* | Improve error message in deriving( Functor ) | Simon Peyton Jones | 2016-06-22 | 1 | -3/+10 |
* | Comments only | Simon Peyton Jones | 2016-06-22 | 1 | -1/+0 |
* | Make the Ord Module independent of Unique order (2nd try) | Bartosz Nitka | 2016-06-22 | 2 | -33/+97 |
* | More typos in comments [skip ci] | Gabor Greif | 2016-06-22 | 12 | -13/+13 |
* | Typos in comments [skip ci] | Gabor Greif | 2016-06-22 | 5 | -6/+6 |
* | Hopefully fix all the rebase-induced breakage | Simon Marlow | 2016-06-22 | 1 | -1/+1 |
* | Fix build breakage due to rebase | Simon Marlow | 2016-06-22 | 1 | -1/+1 |
* | Second attempt to fix sizeExpr | Simon Marlow | 2016-06-22 | 2 | -30/+163 |
* | Make checkFamInstConsistency less expensive | Bartosz Nitka | 2016-06-21 | 1 | -17/+15 |
* | Delete commented-out code | Simon Peyton Jones | 2016-06-21 | 1 | -30/+0 |
* | Don't quantify over Refl in a RULE | Simon Peyton Jones | 2016-06-21 | 1 | -6/+29 |
* | Typos in comments | Gabor Greif | 2016-06-21 | 3 | -3/+3 |
* | ApplicativeDo: allow "return $ e" | Simon Marlow | 2016-06-20 | 1 | -9/+13 |
* | llvmGen: Add strictness to metadata fields | Ben Gamari | 2016-06-19 | 1 | -5/+5 |
* | PPC NCG: Fix and refactor TOC handling. | Peter Trommler | 2016-06-19 | 1 | -28/+28 |
* | PPC NCG: Fix float parameter passing on 64-bit. | Peter Trommler | 2016-06-19 | 2 | -7/+22 |
* | Fix trac #10647: Notice about lack of SIMD support | Seraphime Kirkovski | 2016-06-19 | 1 | -1/+3 |