| Commit message (Expand) | Author | Age | Files | Lines |
* | Move user's guide to ReStructuredText | Ben Gamari | 2015-10-03 | 1 | -3648/+0 |
* | Fix broken links in documentation | Simon Peyton Jones | 2015-09-11 | 1 | -1/+1 |
* | Improve the error messages for class instance errors | Simon Peyton Jones | 2015-09-02 | 1 | -0/+10 |
* | Warn about missed specialisations for imports | Simon Peyton Jones | 2015-08-05 | 1 | -8/+16 |
* | Implement -fprint-expanded-synonyms | Ömer Sinan Ağacan | 2015-07-17 | 1 | -1/+41 |
* | Allow deferred type error warnings to be suppressed | David Kraeutmann | 2015-07-07 | 1 | -0/+11 |
* | users_guide: Describe order-dependence of -f and -O flags | Ben Gamari | 2015-07-03 | 1 | -0/+23 |
* | Add -fcross-module-specialise flag | Ben Gamari | 2015-06-28 | 1 | -4/+19 |
* | users_guide: Various spelling fixes | Ben Gamari | 2015-06-16 | 1 | -7/+10 |
* | user guide: correct documentation for -Wall (fixes #10386) | Alexander Eyers-Taylor | 2015-05-19 | 1 | -8/+9 |
* | Implement -f[no-]print-unicode-syntax flag for unicode syntax output (#8959) | Bertram Felgenhauer | 2015-04-14 | 1 | -2/+12 |
* | Remove an incorrect statement about -fwarn-tabs | Dave Laing | 2015-04-03 | 1 | -2/+0 |
* | driver: split -fwarn-unused-binds into 3 flags (fixes #17) | Oleg Grenrus | 2015-02-23 | 1 | -14/+49 |
* | Doc fix (follow up to #9957) | Austin Seipp | 2015-01-19 | 1 | -1/+1 |
* | Improve documentation for -N and -qa (#9890) | Simon Marlow | 2015-01-13 | 1 | -14/+40 |
* | Improve documentation of -fwarn-redundant-constraints | Simon Peyton Jones | 2015-01-08 | 1 | -4/+19 |
* | Major patch to add -fwarn-redundant-constraints | Simon Peyton Jones | 2015-01-06 | 1 | -0/+32 |
* | Add -fwarn-unticked-promoted-constructors to -Wall | Austin Seipp | 2014-12-05 | 1 | -1/+2 |
* | docs: Update to reflect reality | Austin Seipp | 2014-12-05 | 1 | -16/+15 |
* | renamer: fix trac issue #9778 | Carlos Tomé | 2014-12-05 | 1 | -0/+24 |
* | Implement Partial Type Signatures | Thomas Winant | 2014-11-28 | 1 | -0/+18 |
* | Add -fdefer-typed-holes flag which defers hole errors to runtime. | Merijn Verstraaten | 2014-11-21 | 1 | -8/+26 |
* | ghc: allow --show-options and --interactive together | Lennart Kolmodin | 2014-11-21 | 1 | -29/+0 |
* | Add flag `-fwarn-missing-exported-sigs` | Eric Seidel | 2014-11-20 | 1 | -0/+15 |
* | Update manual to get rid of bogus `coerce` example (#9788) | Richard Eisenberg | 2014-11-20 | 1 | -4/+5 |
* | Update documentation for "Batch compiler mode" | Thomas Miedema | 2014-11-19 | 1 | -5/+18 |
* | Update User's Guide, cleanup DynFlags | Jan Stolarek | 2014-11-06 | 1 | -135/+433 |
* | User's Guide: various unfolding-related fixes | Reid Barton | 2014-09-25 | 1 | -4/+4 |
* | Add -fwarn-context-quantification (#4426) | Krzysztof Gogolewski | 2014-09-18 | 1 | -2/+24 |
* | Document -fwarn-inline-rule-shadowing (Trac #9166) | Simon Peyton Jones | 2014-06-09 | 1 | -0/+10 |
* | Improve documentation for -fwarn-unused-binds | Simon Peyton Jones | 2014-06-09 | 1 | -9/+44 |
* | Remove external core | Austin Seipp | 2014-05-03 | 1 | -38/+0 |
* | Print for-alls more often (Trac #9018) | Simon Peyton Jones | 2014-04-28 | 1 | -6/+23 |
* | s/warn-type-holes/warn-typed-holes/g | Austin Seipp | 2014-01-15 | 1 | -3/+3 |
* | Turn -XTypeHoles into a (on by default) warning | Austin Seipp | 2014-01-14 | 1 | -0/+20 |
* | Copy-pasto. | Mikhail Glushenkov | 2013-12-17 | 1 | -1/+1 |
* | Update documentation regarding SpecConstr. | Austin Seipp | 2013-10-25 | 1 | -2/+40 |
* | Documentation for -fprint-explicit-foralls and -fprint-explicit-kinds | Simon Peyton Jones | 2013-10-01 | 1 | -2/+39 |
* | Globally replace "hackage.haskell.org" with "ghc.haskell.org" | Simon Marlow | 2013-10-01 | 1 | -1/+1 |
* | Make lazy unlifted bindings an error by default. | Austin Seipp | 2013-09-29 | 1 | -7/+1 |
* | Implement checkable "minimal complete definitions" (#7633) | Twan van Laarhoven | 2013-09-18 | 1 | -0/+1 |
* | Implement the AMP warning (#8004) | Austin Seipp | 2013-09-11 | 1 | -0/+19 |
* | Improve error reporting for "relevant bindings" again (Trac #8233) | Simon Peyton Jones | 2013-09-10 | 1 | -1/+3 |
* | Improve -flate-dmd-anal documentation | Simon Peyton Jones | 2013-09-10 | 1 | -1/+5 |
* | Add release notes for parallel compilation driver. | Austin Seipp | 2013-09-09 | 1 | -0/+5 |
* | Remove -fwarn-typeable-instances | Jose Pedro Magalhaes | 2013-09-09 | 1 | -14/+0 |
* | documentation and comments for -ffun-to-thunk and -flate-dmd-anal | Nicolas Frisby | 2013-09-04 | 1 | -7/+18 |
* | Display the full type environment when reporting type holes | Simon Peyton Jones | 2013-08-29 | 1 | -261/+303 |
* | Add a warning for empty enumerations; fixes #7881 | Ian Lynagh | 2013-08-01 | 1 | -0/+13 |
* | Add a warning for overflowing literals; fixes #7895 | Ian Lynagh | 2013-07-31 | 1 | -0/+13 |