| Commit message (Expand) | Author | Age | Files | Lines |
* | Add API Annotations | Alan Zimmerman | 2014-11-21 | 1 | -0/+3 |
* | AST changes to prepare for API annotations, for #9628 | Alan Zimmerman | 2014-11-21 | 1 | -4/+5 |
* | Fix #7484, checking for good binder names in Convert. | Richard Eisenberg | 2014-11-21 | 2 | -71/+253 |
* | Rejig builders for pattern synonyms, especially unlifted ones | Simon Peyton Jones | 2014-11-21 | 1 | -106/+101 |
* | Comments only | Simon Peyton Jones | 2014-11-21 | 1 | -1/+1 |
* | Implement #5462 (deriving clause for arbitrary classes) | Jose Pedro Magalhaes | 2014-11-20 | 1 | -0/+1 |
* | Adding dedicated Show instances for SrcSpan/SrcLoc | Alan Zimmerman | 2014-11-17 | 1 | -3/+17 |
* | If pattern synonym is bidirectional and its type is some unboxed type T#, | Dr. ERDI Gergo | 2014-11-13 | 1 | -6/+44 |
* | Fix #9788 by giving `coerce` the right type. | Richard Eisenberg | 2014-11-12 | 1 | -11/+8 |
* | Fix #9066. | Richard Eisenberg | 2014-11-12 | 1 | -3/+8 |
* | Implement new integer-gmp2 from scratch (re #9281) | Herbert Valerio Riedel | 2014-11-12 | 1 | -1/+6 |
* | Group PatSyn req/prov arguments together so that they're not all over the place | Dr. ERDI Gergo | 2014-11-08 | 1 | -13/+14 |
* | In pattern synonym matchers, support unboxed continuation results (fixes #9783). | Dr. ERDI Gergo | 2014-11-08 | 1 | -8/+21 |
* | Improve Applicative definitions | David Feuer | 2014-11-07 | 1 | -0/+1 |
* | Make tyConsOfType return a (NameEnv TyCon) rather than [TyCon] | Simon Peyton Jones | 2014-11-06 | 1 | -2/+6 |
* | Remove unused tyConsOfDataCon | Simon Peyton Jones | 2014-11-06 | 1 | -14/+0 |
* | Add comments explaining ProbOneShot | Simon Peyton Jones | 2014-11-04 | 2 | -42/+76 |
* | Improve pretty-printing of type variables | Simon Peyton Jones | 2014-11-04 | 1 | -10/+10 |
* | Tidy up pretty-printing of SrcLoc and SrcSpan | Simon Peyton Jones | 2014-11-04 | 1 | -46/+55 |
* | Add GHC.Prim.oneShot | Joachim Breitner | 2014-11-02 | 1 | -2/+40 |
* | Implementation of hsig (module signatures), per #9252 | Edward Z. Yang | 2014-10-24 | 1 | -0/+6 |
* | seqDmdType needs to seq the DmdEnv as well | Joachim Breitner | 2014-10-13 | 1 | -2/+6 |
* | Clean up and remove todo. | Joel Burget | 2014-10-07 | 1 | -1/+1 |
* | Remove unused hashName declaration | Jack Henahan | 2014-10-07 | 1 | -6/+1 |
* | Use dropWhileEndLE p instead of reverse . dropWhile p . reverse | David Feuer | 2014-10-02 | 1 | -1/+1 |
* | Revert "Use dropWhileEndLE p instead of reverse . dropWhile p . reverse" | Austin Seipp | 2014-10-02 | 1 | -1/+1 |
* | Use dropWhileEndLE p instead of reverse . dropWhile p . reverse | David Feuer | 2014-10-01 | 1 | -1/+1 |
* | Stop exporting, and stop using, functions marked as deprecated | Thomas Miedema | 2014-09-27 | 2 | -4/+1 |
* | De-tabify and remove trailing whitespace | Simon Peyton Jones | 2014-09-26 | 3 | -437/+418 |
* | Detab DataCon | Edward Z. Yang | 2014-09-25 | 1 | -353/+347 |
* | Delete all /* ! __GLASGOW_HASKELL__ */ code | Thomas Miedema | 2014-09-23 | 1 | -11/+1 |
* | Typo in comment | Gabor Greif | 2014-09-17 | 1 | -1/+1 |
* | Include pattern synonyms as AConLikes in the type environment, | Dr. ERDI Gergo | 2014-08-30 | 1 | -7/+1 |
* | Switch the package id types to use FastString (rather than String) | Duncan Coutts | 2014-08-29 | 1 | -0/+9 |
* | Define mapUnionVarSet, and use it | Simon Peyton Jones | 2014-08-29 | 1 | -2/+8 |
* | basicTypes: detabify/dewhitespace IdInfo | Austin Seipp | 2014-08-20 | 1 | -155/+148 |
* | basicTypes: detabify/dewhitespace NameEnv | Austin Seipp | 2014-08-20 | 1 | -46/+38 |
* | basicTypes: detabify/dewhitespace NameSet | Austin Seipp | 2014-08-20 | 1 | -67/+60 |
* | basicTypes: detabify/dewhitespace Var | Austin Seipp | 2014-08-20 | 1 | -101/+94 |
* | Package keys (for linking/type equality) separated from package IDs. | Edward Z. Yang | 2014-08-05 | 1 | -3/+23 |
* | Typo fixes | Gabor Greif | 2014-08-01 | 1 | -2/+2 |
* | Complete work on new OVERLAPPABLE/OVERLAPPING pragmas (Trac #9242) | Simon Peyton Jones | 2014-07-31 | 1 | -37/+39 |
* | Implement OVERLAPPING and OVERLAPPABLE pragmas (see #9242) | Iavor S. Diatchki | 2014-07-27 | 1 | -17/+56 |
* | Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId. | Edward Z. Yang | 2014-07-21 | 5 | -74/+74 |
* | Make 'ghc' a wired in package. | Edward Z. Yang | 2014-07-21 | 1 | -1/+1 |
* | Fix demand analyser for unboxed types | Simon Peyton Jones | 2014-07-01 | 1 | -10/+55 |
* | Factor-out the `OverlapMode` from `OverlapFlag`. | Iavor S. Diatchki | 2014-06-29 | 1 | -8/+21 |
* | Typos in comments | Gabor Greif | 2014-06-25 | 1 | -2/+2 |
* | Make splitStrProdDmd (and similarly Use) more robust | Simon Peyton Jones | 2014-06-20 | 1 | -28/+24 |
* | Fix elemLocalRdrEnv (Trac #9160) | Simon Peyton Jones | 2014-06-12 | 1 | -19/+41 |