summaryrefslogtreecommitdiff
path: root/docs/users_guide/using.xml
Commit message (Expand)AuthorAgeFilesLines
* Move user's guide to ReStructuredTextBen Gamari2015-10-031-3648/+0
* Fix broken links in documentationSimon Peyton Jones2015-09-111-1/+1
* Improve the error messages for class instance errorsSimon Peyton Jones2015-09-021-0/+10
* Warn about missed specialisations for importsSimon Peyton Jones2015-08-051-8/+16
* Implement -fprint-expanded-synonymsÖmer Sinan Ağacan2015-07-171-1/+41
* Allow deferred type error warnings to be suppressedDavid Kraeutmann2015-07-071-0/+11
* users_guide: Describe order-dependence of -f and -O flagsBen Gamari2015-07-031-0/+23
* Add -fcross-module-specialise flagBen Gamari2015-06-281-4/+19
* users_guide: Various spelling fixesBen Gamari2015-06-161-7/+10
* user guide: correct documentation for -Wall (fixes #10386)Alexander Eyers-Taylor2015-05-191-8/+9
* Implement -f[no-]print-unicode-syntax flag for unicode syntax output (#8959)Bertram Felgenhauer2015-04-141-2/+12
* Remove an incorrect statement about -fwarn-tabsDave Laing2015-04-031-2/+0
* driver: split -fwarn-unused-binds into 3 flags (fixes #17)Oleg Grenrus2015-02-231-14/+49
* Doc fix (follow up to #9957)Austin Seipp2015-01-191-1/+1
* Improve documentation for -N and -qa (#9890)Simon Marlow2015-01-131-14/+40
* Improve documentation of -fwarn-redundant-constraintsSimon Peyton Jones2015-01-081-4/+19
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-061-0/+32
* Add -fwarn-unticked-promoted-constructors to -WallAustin Seipp2014-12-051-1/+2
* docs: Update to reflect realityAustin Seipp2014-12-051-16/+15
* renamer: fix trac issue #9778Carlos Tomé2014-12-051-0/+24
* Implement Partial Type SignaturesThomas Winant2014-11-281-0/+18
* Add -fdefer-typed-holes flag which defers hole errors to runtime.Merijn Verstraaten2014-11-211-8/+26
* ghc: allow --show-options and --interactive togetherLennart Kolmodin2014-11-211-29/+0
* Add flag `-fwarn-missing-exported-sigs`Eric Seidel2014-11-201-0/+15
* Update manual to get rid of bogus `coerce` example (#9788)Richard Eisenberg2014-11-201-4/+5
* Update documentation for "Batch compiler mode"Thomas Miedema2014-11-191-5/+18
* Update User's Guide, cleanup DynFlagsJan Stolarek2014-11-061-135/+433
* User's Guide: various unfolding-related fixesReid Barton2014-09-251-4/+4
* Add -fwarn-context-quantification (#4426)Krzysztof Gogolewski2014-09-181-2/+24
* Document -fwarn-inline-rule-shadowing (Trac #9166)Simon Peyton Jones2014-06-091-0/+10
* Improve documentation for -fwarn-unused-bindsSimon Peyton Jones2014-06-091-9/+44
* Remove external coreAustin Seipp2014-05-031-38/+0
* Print for-alls more often (Trac #9018)Simon Peyton Jones2014-04-281-6/+23
* s/warn-type-holes/warn-typed-holes/gAustin Seipp2014-01-151-3/+3
* Turn -XTypeHoles into a (on by default) warningAustin Seipp2014-01-141-0/+20
* Copy-pasto.Mikhail Glushenkov2013-12-171-1/+1
* Update documentation regarding SpecConstr.Austin Seipp2013-10-251-2/+40
* Documentation for -fprint-explicit-foralls and -fprint-explicit-kindsSimon Peyton Jones2013-10-011-2/+39
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Make lazy unlifted bindings an error by default.Austin Seipp2013-09-291-7/+1
* Implement checkable "minimal complete definitions" (#7633)Twan van Laarhoven2013-09-181-0/+1
* Implement the AMP warning (#8004)Austin Seipp2013-09-111-0/+19
* Improve error reporting for "relevant bindings" again (Trac #8233)Simon Peyton Jones2013-09-101-1/+3
* Improve -flate-dmd-anal documentationSimon Peyton Jones2013-09-101-1/+5
* Add release notes for parallel compilation driver.Austin Seipp2013-09-091-0/+5
* Remove -fwarn-typeable-instancesJose Pedro Magalhaes2013-09-091-14/+0
* documentation and comments for -ffun-to-thunk and -flate-dmd-analNicolas Frisby2013-09-041-7/+18
* Display the full type environment when reporting type holesSimon Peyton Jones2013-08-291-261/+303
* Add a warning for empty enumerations; fixes #7881Ian Lynagh2013-08-011-0/+13
* Add a warning for overflowing literals; fixes #7895Ian Lynagh2013-07-311-0/+13