Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove a stray Trustworthy flag in ghc. | David Terei | 2014-11-12 | 1 | -1/+0 |
| | |||||
* | Add LANGUAGE pragmas to compiler/ source files | Herbert Valerio Riedel | 2014-05-15 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | | | | In some cases, the layout of the LANGUAGE/OPTIONS_GHC lines has been reorganized, while following the convention, to - place `{-# LANGUAGE #-}` pragmas at the top of the source file, before any `{-# OPTIONS_GHC #-}`-lines. - Moreover, if the list of language extensions fit into a single `{-# LANGUAGE ... -#}`-line (shorter than 80 characters), keep it on one line. Otherwise split into `{-# LANGUAGE ... -#}`-lines for each individual language extension. In both cases, try to keep the enumeration alphabetically ordered. (The latter layout is preferable as it's more diff-friendly) While at it, this also replaces obsolete `{-# OPTIONS ... #-}` pragma occurences by `{-# OPTIONS_GHC ... #-}` pragmas. | ||||
* | Remove LANGUAGE pragrams implied by Haskell2010 | Herbert Valerio Riedel | 2014-05-14 | 1 | -1/+1 |
| | | | | | | | | | Haskell2010 implies (at least) EmptyDataDecls, ForeignFunctionInterface, PatternGuards, DoAndIfThenElse, and RelaxedPolyRec. This is a follow-up to dd92e2179e3171a0630834b773c08d416101980d Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> | ||||
* | GHC 7.4 is now required for building HEAD | Ian Lynagh | 2012-07-20 | 1 | -7/+0 |
| | |||||
* | Fix build with GHC 7.0 | Ian Lynagh | 2012-07-13 | 1 | -0/+3 |
| | |||||
* | Rename BTail -> BCons, BHead -> BSnoc | Simon Marlow | 2012-07-06 | 1 | -8/+8 |
| | |||||
* | Remove "fuel", adapt to Hoopl changes, fix warnings | Simon Marlow | 2012-07-05 | 1 | -87/+84 |
| | |||||
* | mainly tidyup | Simon Marlow | 2012-07-03 | 1 | -80/+78 |
| | |||||
* | some optimisations | Simon Marlow | 2012-03-15 | 1 | -80/+48 |
| | |||||
* | remove SCCs | Simon Marlow | 2012-01-26 | 1 | -1/+1 |
| | |||||
* | Use an ordered list for the work list, which is a bit quicker than IntSet | Simon Marlow | 2012-01-25 | 1 | -23/+35 |
| | |||||
* | Further optimisations to the fixpoint algorithm | Simon Marlow | 2012-01-25 | 1 | -39/+19 |
| | |||||
* | make it compile with earlier GHCs | Simon Marlow | 2012-01-23 | 1 | -6/+9 |
| | |||||
* | snapshot of latest improvements | Simon Marlow | 2012-01-23 | 1 | -67/+109 |
| | |||||
* | snapshot: fastest version so far | Simon Marlow | 2012-01-20 | 1 | -75/+121 |
| | |||||
* | add missing files | Simon Marlow | 2012-01-17 | 1 | -0/+841 |