| Commit message (Expand) | Author | Age | Files | Lines |
* | Move user's guide to ReStructuredText | Ben Gamari | 2015-10-03 | 1 | -3564/+0 |
* | DeriveLift extension (#1830) | RyanGlScott | 2015-09-21 | 1 | -0/+6 |
* | ApplicativeDo transformation | Simon Marlow | 2015-09-17 | 1 | -0/+8 |
* | Improve the error messages for class instance errors | Simon Peyton Jones | 2015-09-02 | 1 | -0/+6 |
* | Make -fcpr-off a dynamic flag | Christiaan Baaij | 2015-08-05 | 1 | -4/+5 |
* | Implementation of StrictData language extension | Adam Sandberg Eriksson | 2015-07-27 | 1 | -3/+9 |
* | Documents -dsuppress-unfoldings | Simon Peyton Jones | 2015-07-21 | 1 | -0/+6 |
* | Implement -fprint-expanded-synonyms | Ömer Sinan Ağacan | 2015-07-17 | 1 | -0/+6 |
* | Allow deferred type error warnings to be suppressed | David Kraeutmann | 2015-07-07 | 1 | -1/+12 |
* | Add "since" column for LANGUAGE extensions in user guide | Alexey Shmalko | 2015-07-03 | 1 | -1/+97 |
* | users_guide: Describe order-dependence of -f and -O flags | Ben Gamari | 2015-07-03 | 1 | -1/+1 |
* | Add -fcross-module-specialise flag | Ben Gamari | 2015-06-28 | 1 | -0/+7 |
* | users_guide: Various spelling fixes | Ben Gamari | 2015-06-16 | 1 | -4/+5 |
|\ |
|
| * | users_guide: Various spelling fixes | Ben Gamari | 2015-06-16 | 1 | -4/+5 |
* | | Another major improvement of "improvement" | Simon Peyton Jones | 2015-06-11 | 1 | -1/+11 |
|/ |
|
* | rts: add "-no-rtsopts-suggestions" option | Javran Cheng | 2015-05-06 | 1 | -0/+8 |
* | Implement -f[no-]print-unicode-syntax flag for unicode syntax output (#8959) | Bertram Felgenhauer | 2015-04-14 | 1 | -2/+8 |
* | docs: remove unused -ddump flags from users guide | Javran Cheng | 2015-04-03 | 1 | -12/+0 |
* | Do proper depth checking in the flattener to avoid looping. | Richard Eisenberg | 2015-03-23 | 1 | -2/+8 |
* | Custom `Typeable` solver, that keeps track of kinds. | Iavor S. Diatchki | 2015-03-07 | 1 | -2/+17 |
* | Fix detection of llvm-x.x | Thomas Miedema | 2015-03-02 | 1 | -1/+1 |
* | driver: split -fwarn-unused-binds into 3 flags (fixes #17) | Oleg Grenrus | 2015-02-23 | 1 | -1/+25 |
* | add -th-file which generates a th.hs file | Greg Weber | 2015-01-13 | 1 | -0/+6 |
* | Rename NamedWildcards flag to NamedWildCards | Thomas Winant | 2014-12-23 | 1 | -2/+2 |
* | renamer: fix trac issue #9778 | Carlos Tomé | 2014-12-05 | 1 | -0/+7 |
* | Implement Partial Type Signatures | Thomas Winant | 2014-11-28 | 1 | -0/+25 |
* | Add -fdefer-typed-holes flag which defers hole errors to runtime. | Merijn Verstraaten | 2014-11-21 | 1 | -2/+23 |
* | ghc: allow --show-options and --interactive together | Lennart Kolmodin | 2014-11-21 | 1 | -20/+0 |
* | Implement #5462 (deriving clause for arbitrary classes) | Jose Pedro Magalhaes | 2014-11-20 | 1 | -0/+7 |
* | Add flag `-fwarn-missing-exported-sigs` | Eric Seidel | 2014-11-20 | 1 | -0/+7 |
* | Update documentation for "Batch compiler mode" | Thomas Miedema | 2014-11-19 | 1 | -2/+2 |
* | Update userguide for new `-fwarn-trustworthy-safe` flag. | David Terei | 2014-11-12 | 1 | -2/+19 |
* | Improve documentation of -ticky a little | Simon Peyton Jones | 2014-11-11 | 1 | -0/+7 |
* | Update User's Guide, cleanup DynFlags | Jan Stolarek | 2014-11-06 | 1 | -158/+265 |
* | Remove -ddump-simpl-phases flag | Jan Stolarek | 2014-11-06 | 1 | -6/+0 |
* | User's Guide: various unfolding-related fixes | Reid Barton | 2014-09-25 | 1 | -4/+11 |
* | Spelling error in flags.xml | Simon Peyton Jones | 2014-09-19 | 1 | -1/+1 |
* | Increase -fcontext-stack=N default to 100 | Simon Peyton Jones | 2014-09-19 | 1 | -1/+1 |
* | Fix typo "Rrestriction" in user's guide (lspitzner, #9528) | Reid Barton | 2014-09-16 | 1 | -1/+1 |
* | Fix prepositions in the documentation of -rdynamic. | Facundo Domínguez | 2014-08-20 | 1 | -2/+2 |
* | Implement -rdynamic in Linux and Windows/MinGW32. | Facundo Domínguez | 2014-08-18 | 1 | -0/+9 |
* | Package keys (for linking/type equality) separated from package IDs. | Edward Z. Yang | 2014-08-05 | 1 | -1/+1 |
* | Add -XBinaryLiterals language extension (re #9224) | Herbert Valerio Riedel | 2014-06-27 | 1 | -0/+6 |
* | Add new flag -fwrite-interface for -fno-code. | Edward Z. Yang | 2014-06-26 | 1 | -0/+6 |
* | Merge branch 'master' of git://git.haskell.org/ghc | Sjoerd Visscher | 2014-06-06 | 1 | -1/+1 |
|\ |
|
| * | Subsume NullaryTypeClasses by MultiParamTypeClasses (#8993) | Owen Stephens | 2014-06-04 | 1 | -0/+1 |
* | | Added more option implication documentation. | Sjoerd Visscher | 2014-06-06 | 1 | -32/+48 |
* | | Sorted the language options list alphabetically, and added missing options. | Sjoerd Visscher | 2014-06-06 | 1 | -219/+271 |
|/ |
|
* | Remove the bit about External Core from flags.xml | Simon Peyton Jones | 2014-05-19 | 1 | -28/+0 |
* | Remove external core | Austin Seipp | 2014-05-03 | 1 | -1/+1 |