summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Simplify the behavior of package db flags.Paolo Capriotti2012-05-152-14/+16
* Update documentation of the package db flags.Paolo Capriotti2012-05-153-31/+109
* Document eta expansion under GHC bugs and infelicitiesSimon Peyton Jones2012-04-301-6/+20
* 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
* Don't document '-freg-liveness' or '-fllvm-tbaa', developer flagsDavid Terei2012-04-121-26/+0
* Add support for additional .ghci files in GHCi (#5265)Paolo Capriotti2012-04-112-0/+18
* Revert "trac #5265 (support for additional .ghci files)"Paolo Capriotti2012-04-112-10/+0
* Document optimisation passes, to some extent at leastSimon Peyton Jones2012-04-041-71/+60
* Add a section about promoted literals to the manual.Iavor S. Diatchki2012-03-311-0/+46
* Add an entry for -XExplicitNamespaces to the manual.Iavor S. Diatchki2012-03-311-0/+6
* Update documentation of DatatypeContexts (#5964)Paolo Capriotti2012-03-301-2/+3
* Don't document '-fregs-liveness' or '-fllvm-tbaa', both hidden flagsDavid Terei2012-03-281-45/+0
* clean to some docsDavid Terei2012-03-233-346/+329
* 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
* Add -favoid-vectManuel M T Chakravarty2012-03-231-0/+14
* Update the user guide with details on new flag +RTS -luDuncan Coutts2012-03-221-18/+25
* Fix documentation about TH and kind-promotion single-quote notation (Trac #4197)Simon Peyton Jones2012-03-161-13/+18
* Documentation update: Enumerations of Integers are subject to list fusion (#5...Joachim Breitner2012-03-091-1/+1
* GHCi: add :seti, for options that apply only at the prompt (#3217)Simon Marlow2012-03-011-2/+96
* Fix copy/paste error in the docsIan Lynagh2012-02-271-1/+1
* Mention -threaded in the intro to Concurrent HaskellSimon Marlow2012-02-272-7/+47
* Remove documentation that a feature was missing, because it is not. (#5896)Simon Marlow2012-02-271-7/+0
* typoGabor Greif2012-02-271-1/+1
* Implement "value" imports with the CAPIIan Lynagh2012-02-261-2/+20
* Remove support for CTYPE pragmas on type synonymsIan Lynagh2012-02-221-1/+0
* Add some docs for the CAPI extensionIan Lynagh2012-02-171-0/+35
* Add docbook-ised external-core doc; from #5844, by James H. FisherIan Lynagh2012-02-143-0/+1810
* Remove the old ext-core docsIan Lynagh2012-02-146-1043/+0
* Minor documentation fixSimon Hengel2012-02-111-1/+1
* Document -fwarn-auto-orphansSimon Peyton Jones2012-02-102-4/+10
* Start on 7.6.1 release notesIan Lynagh2012-01-283-2/+429
* FIX #5819: add -XDataKinds to the language options section of the user's guideJose Pedro Magalhaes2012-01-271-2/+7
* Document -T RTS flag in manual.Edward Z. Yang2012-01-171-0/+11
* Documentation for -XDataKindsJose Pedro Magalhaes2012-01-161-9/+11
* Document the extra instances divergence from H98/H2010Ian Lynagh2012-01-141-0/+16
* Document the Bits superclass divergence from Haskell 2010Ian Lynagh2012-01-141-0/+43
* Document the Num superclass divergence from H98/H2010Ian Lynagh2012-01-141-0/+33
* Fix mistake in flags.xmlDavid Terei2012-01-121-1/+1
* Consistent: Enbaled -> enabled in flag doc.David Terei2012-01-121-2/+2
* Add '-freg-liveness' flag to control if STG liveness informationDavid Terei2012-01-121-0/+17
* Formatting fixes to flags.xmlDavid Terei2012-01-121-2801/+2801
* Add '-fllvm-tbaa' flag for controlling LLVM TBAA opt.David Terei2012-01-121-0/+9
* Implememt -fdefer-type-errors (Trac #5624)Simon Peyton Jones2012-01-122-9/+49