| Commit message (Expand) | Author | Age | Files | Lines |
* | seqDmdType needs to seq the DmdEnv as well | Joachim Breitner | 2014-10-13 | 1 | -2/+6 |
* | Use Data.Map.mergeWithKey | Joachim Breitner | 2014-10-08 | 2 | -8/+1 |
* | Code size micro-optimizations in the X86 backend | Reid Barton | 2014-10-07 | 1 | -1/+34 |
* | Clean up and remove todo. | Joel Burget | 2014-10-07 | 2 | -21/+24 |
* | Add support for LINE pragma in template-haskell | Eric Mertens | 2014-10-07 | 1 | -39/+58 |
* | Remove unused hashName declaration | Jack Henahan | 2014-10-07 | 1 | -6/+1 |
* | Remove RAWCPP_FLAGS | Thomas Miedema | 2014-10-07 | 1 | -2/+2 |
* | Fix a typo in an error message | Gabor Greif | 2014-10-07 | 1 | -1/+1 |
* | Merge branch 'master' of http://git.haskell.org/ghc | Simon Peyton Jones | 2014-10-07 | 2 | -48/+74 |
|\ |
|
| * | Implement `MIN_VERSION_GLASGOW_HASKELL()` macro | Herbert Valerio Riedel | 2014-10-05 | 2 | -6/+26 |
| * | ghc.mk: fix list for dll-split on GHCi-less builds | Sergei Trofimovich | 2014-10-04 | 1 | -42/+48 |
* | | Use correct precedence when printing contexts with class operators | Simon Peyton Jones | 2014-10-07 | 1 | -1/+4 |
|/ |
|
* | Use dropWhileEndLE p instead of reverse . dropWhile p . reverse | David Feuer | 2014-10-02 | 2 | -2/+16 |
* | Revert "Use dropWhileEndLE p instead of reverse . dropWhile p . reverse" | Austin Seipp | 2014-10-02 | 2 | -16/+2 |
* | Rename _closure to _static_closure, apply naming consistently. | Edward Z. Yang | 2014-10-01 | 4 | -9/+9 |
* | Properly generate info tables for static closures in C--. | Edward Z. Yang | 2014-10-01 | 2 | -3/+5 |
* | BC-breaking changes to C-- CLOSURE syntax. | Edward Z. Yang | 2014-10-01 | 3 | -10/+13 |
* | Place static closures in their own section. | Edward Z. Yang | 2014-10-01 | 10 | -4/+19 |
* | Use dropWhileEndLE p instead of reverse . dropWhile p . reverse | David Feuer | 2014-10-01 | 2 | -2/+16 |
* | [ci skip] Kill unused count_bytes script | Austin Seipp | 2014-10-01 | 1 | -43/+0 |
* | [ci skip] Kill tabs in md5.h | Austin Seipp | 2014-10-01 | 1 | -3/+3 |
* | [ci skip] compiler: Kill last remaining tabs in CallArity | Austin Seipp | 2014-10-01 | 1 | -2/+2 |
* | Simplify mergeSATInfo by using zipWith | David Feuer | 2014-10-01 | 1 | -9/+18 |
* | Don't use newSysLocal etc for Coercible | Simon Peyton Jones | 2014-10-01 | 1 | -50/+38 |
* | Comments about the let/app invariant | Simon Peyton Jones | 2014-10-01 | 1 | -11/+18 |
* | Fix bogus comment | Simon Peyton Jones | 2014-10-01 | 1 | -2/+2 |
* | Extend `Foldable` class with `length` and `null` methods | Herbert Valerio Riedel | 2014-09-28 | 1 | -1/+1 |
* | Stop exporting, and stop using, functions marked as deprecated | Thomas Miedema | 2014-09-27 | 11 | -16/+13 |
* | Don't re-export `Alternative(..)` from Control.Monad (re #9586) | Herbert Valerio Riedel | 2014-09-26 | 5 | -15/+3 |
* | Comments | Simon Peyton Jones | 2014-09-26 | 2 | -2/+3 |
* | De-tabify and remove trailing whitespace | Simon Peyton Jones | 2014-09-26 | 26 | -3525/+3366 |
* | Complain about illegal type literals in renamer, not parser | Simon Peyton Jones | 2014-09-26 | 4 | -20/+4 |
* | Improve error messages from functional dependencies | Simon Peyton Jones | 2014-09-26 | 5 | -99/+175 |
* | Wibble to implicit-parameter error message | Simon Peyton Jones | 2014-09-26 | 1 | -1/+1 |
* | Do not discard insoluble Derived constraints | Simon Peyton Jones | 2014-09-26 | 2 | -25/+37 |
* | Defer errors in derived instances | Simon Peyton Jones | 2014-09-26 | 4 | -31/+32 |
* | Delete hack that was once needed to fix the build | Thomas Miedema | 2014-09-25 | 3 | -3/+7 |
* | types: detabify/dewhitespace Unify | Austin Seipp | 2014-09-25 | 1 | -179/+172 |
* | [ci skip] typecheck: detabify/dewhitespace TcUnify | Austin Seipp | 2014-09-25 | 1 | -152/+146 |
* | [ci skip] typecheck: detabify/dewhitespace TcTyDecls | Austin Seipp | 2014-09-25 | 1 | -32/+26 |
* | [ci skip] typecheck: detabify/dewhitespace TcPat | Austin Seipp | 2014-09-25 | 1 | -340/+334 |
* | [ci skip] typecheck: detabify/dewhitespace TcInstDecls | Austin Seipp | 2014-09-25 | 1 | -60/+54 |
* | [ci skip] simplCore: detabify/dewhitespace CoreMonad | Austin Seipp | 2014-09-25 | 1 | -217/+211 |
* | [ci skip] iface: detabify/dewhitespace IfaceSyn | Austin Seipp | 2014-09-25 | 1 | -46/+40 |
* | Detab DataCon | Edward Z. Yang | 2014-09-25 | 1 | -353/+347 |
* | Remove a few redundant `-fno-warn-tabs`s | Herbert Valerio Riedel | 2014-09-25 | 3 | -18/+0 |
* | `M-x delete-trailing-whitespace` & `M-x untabify` | Herbert Valerio Riedel | 2014-09-24 | 9 | -125/+125 |
* | Update Cabal submodule & ghc-pkg to use new module re-export types | Edward Z. Yang | 2014-09-24 | 1 | -1/+5 |
* | Change all hashbangs to /usr/bin/env (#9057) | Thomas Miedema | 2014-09-23 | 1 | -1/+1 |
* | Delete all /* ! __GLASGOW_HASKELL__ */ code | Thomas Miedema | 2014-09-23 | 10 | -197/+2 |