summaryrefslogtreecommitdiff
path: root/docs/users_guide/using.xml
Commit message (Expand)AuthorAgeFilesLines
* Implement poly-kinded TypeableJose Pedro Magalhaes2013-02-121-2/+16
* Document -fvectorise and -favoid-vect. (#5801)David Terei2013-01-311-6/+22
* Add flag -fwarn-duplicate-constraintsSimon Peyton Jones2013-01-021-0/+19
* Wibbles to faa8ff40 (UNPACK pragmas)Simon Peyton Jones2012-12-191-5/+5
* Add -funbox-strict-primitive-fields exampleJohan Tibell2012-12-091-6/+21
* Minor twiddle to -funbox-strict-primitive-fields docsJohan Tibell2012-12-071-3/+10
* Document -funbox-strict-primitive-fieldsJohan Tibell2012-12-071-0/+25
* Partially fix #367 by adding HpLim checks to entry with -fno-omit-yields.Edward Z. Yang2012-09-261-0/+18
* Update documentation for -fwarn-dodgy-imports.Paolo Capriotti2012-08-251-4/+13
* Document -fdefer-type-errorsSimon Peyton Jones2012-08-141-1/+1
* Document bug in the x86 NCG w.r.t. -fexcess-precision (#7069)Simon Marlow2012-07-131-0/+8
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-04-271-2/+3
|\
| * Doc: updated list of warnings not enabled by -Wall (#4817)Paolo Capriotti2012-04-271-1/+3
| * Flags documentation: -fwarn-unrecognized-pragmas is enabled by -Wall (#6050)Paolo Capriotti2012-04-271-1/+0
* | Document the -fwarn-unsupported-calling-conventions flagIan Lynagh2012-04-261-1/+15
|/
* More imporvements to optimisation flag docs.David Terei2012-04-121-61/+163
* Document optimisation passes, to some extent at leastSimon Peyton Jones2012-04-041-71/+60
* Don't document '-fregs-liveness' or '-fllvm-tbaa', both hidden flagsDavid Terei2012-03-281-45/+0
* Document some optimisations, rearrange order to be more logical (#5801)David Terei2012-03-231-171/+193
* Add TODO entries for missing and unexplained optimisation flags. (#5801)David Terei2012-03-231-1/+169
* Improve documentation on optimisations.David Terei2012-03-231-74/+111
* Tabs -> SpacesDavid Terei2012-03-231-927/+927
* Mention -threaded in the intro to Concurrent HaskellSimon Marlow2012-02-271-0/+29
* Remove documentation that a feature was missing, because it is not. (#5896)Simon Marlow2012-02-271-7/+0
* Document -fwarn-auto-orphansSimon Peyton Jones2012-02-101-2/+8
* Implememt -fdefer-type-errors (Trac #5624)Simon Peyton Jones2012-01-121-0/+26
* Doc fixIan Lynagh2012-01-071-1/+1
* Refer to Control.Concurrent instead of GHC.ConcSimon Marlow2012-01-031-5/+5
* Allow the number of capabilities to be increased at runtime (#3729)Simon Marlow2011-12-061-3/+11
* Add doc for -msse4.2 flag.David Terei2011-11-211-1/+20
* Improve documentation on backendsDavid Terei2011-11-211-12/+10
* Improve code generator documentation.David Terei2011-11-211-0/+2
* Add -fpedantic-bottoms, and document itSimon Peyton Jones2011-11-161-0/+14
* added NOUNPACK pragma (see #2338)Stefan Wehr2011-11-091-1/+6
* Document -fsimpl-tick-countSimon Peyton Jones2011-09-291-35/+57
* Remove repeated at in using.xmlDaniel Fischer2011-05-311-1/+1
* Fix typos in using.xmlDaniel Fischer2011-05-311-2/+2
* using.xml whitespaceDaniel Fischer2011-05-311-59/+59
* deprecate the -n option (#5180)Simon Marlow2011-05-251-12/+0
* Document -fwarn-missing-local-sigs; part of #4817Ian Lynagh2011-04-161-0/+14
* Remove dead code, now that -fvia-c is a no-opIan Lynagh2011-04-041-21/+0
* Remove -fvia-C references from the users guideIan Lynagh2011-03-291-1/+1
* Fix doc formattingIan Lynagh2011-03-061-1/+4
* Document -fwarn-missing-import-listssimonpj@microsoft.com2011-03-061-0/+30
* +RTS -qw hasn't done anything since 7.0.1; remove the implementation & docsSimon Marlow2011-02-011-19/+0
* Fix formatting glitch in documentationsimonpj@microsoft.com2011-01-281-1/+2
* Refine incomplete-pattern checks (Trac #4905)simonpj@microsoft.com2011-01-271-10/+25
* fix ref to utils/ext-core, which moved to Hackage (extcore package)Simon Marlow2010-12-011-3/+2
* Improve documentation for -fwarn-incomplete-patternssimonpj@microsoft.com2010-11-161-2/+3
* Add warning for probable identities (fromIntegral and friends)simonpj@microsoft.com2010-11-161-0/+15