summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Change GHC_OPTIONS to OPTIONS_GHCIan Lynagh2009-06-101-1/+1
* Update the docs on how you bind unlifted types in let/where clausesIan Lynagh2009-06-051-7/+5
* Document -fwarn-lazy-unlifted-bindingsIan Lynagh2009-06-051-1/+16
* Fix typoIan Lynagh2009-06-051-1/+1
* Mention that generalised list comprehensions are enabled with -XTransformList...simonpj@microsoft.com2009-06-052-1/+2
* Add a section "Multi-threading and the FFI"Simon Marlow2009-06-022-56/+131
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-1/+1
* Fix Trac #3262: suppress name-shadow warning for _namessimonpj@microsoft.com2009-05-281-0/+5
* Document the fact that Template Haskell type splices worksimonpj@microsoft.com2009-05-281-1/+3
* Fix Trac #3013: multiple constructors in a GADT declsimonpj@microsoft.com2009-05-281-0/+10
* Separate flags -XDeriveFunctor, -XDeriveFoldable, -XDeriveTraversablesimonpj@microsoft.com2009-05-281-6/+26
* document -XUnicodeSyntaxSimon Marlow2009-05-202-1/+70
* fix typoSimon Marlow2009-03-281-1/+1
* Add missing word, spotted by Tom LokhorstMax Bolingbroke2009-05-181-1/+1
* Remove some $(TOP)s that cause problems on Windows (as they contain ':')Ian Lynagh2009-05-161-1/+1
* expand hack to include PS docs tooSimon Marlow2009-05-131-1/+1
* updates to the section describing the +RTS -s/-S output (#3211)Simon Marlow2009-05-111-16/+23
* stub makefileSimon Marlow2009-05-111-12/+2
* Hack to make the user's guide build in a linked build treeSimon Marlow2009-05-111-0/+15
* Handle deciding what docs to build betterIan Lynagh2009-05-082-1/+23285
* Add a header to all build system files:Simon Marlow2009-04-281-0/+11
* GHC new build system megapatchIan Lynagh2009-04-263-4/+7
* update the intro sectionSimon Marlow2009-04-011-10/+61
* Remove the "Installing GHC" sectionSimon Marlow2009-04-013-534/+0
* Add "+RTS -N" to determine the -N value automatically (see #1741)Simon Marlow2009-03-131-3/+13
* Document -fwarn-unrecognised-pragmas; fixes trac #3031Ian Lynagh2009-03-053-1/+25
* Fix a broken link. Spotted by Norman Ramsey in trac #3068.Ian Lynagh2009-03-041-1/+1
* Fix spelling (Trac#3069)simonpj@microsoft.com2009-03-041-1/+1
* Improve documentation of bang patternssimonpj@microsoft.com2009-02-271-15/+45
* Tweak +RTS --info docsIan Lynagh2009-02-271-15/+51
* FIX #1891 (describe +RTS --info output in GHC user guide)Andrew Coppin2009-02-141-1/+84
* Improve documentation for LANGUAGE pragma (esp wrt cpp)simonpj@microsoft.com2009-02-113-25/+44
* document -feager-blackholingSimon Marlow2009-01-152-4/+54
* Document new GC options -q1 and -qg<n>Simon Marlow2008-12-101-30/+44
* Fix user guide typesettingIan Lynagh2008-12-101-1/+1
* Document hs_init() infelicity (#2863)Simon Marlow2008-12-092-1/+20
* Improve documentation for data family instances (cf Trac #1968)simonpj@microsoft.com2008-12-101-13/+47
* Make some profiling flags dynamicIan Lynagh2008-12-091-3/+3
* Fix typo in quasi-quote documentation's sample.shelarcy2008-11-291-1/+1
* Document the --machine-readable RTS flagIan Lynagh2008-11-301-0/+25
* Update docs not to talk about deprecated -optdep-* flags; fixes trac #2773Ian Lynagh2008-11-283-84/+11
* Teach runghc about --help; fixes trac #2757Ian Lynagh2008-11-281-3/+4
* Fix flag name -XDisambiguateRecordFieldssimonpj@microsoft.com2008-11-202-3/+3
* Attempt to fix #2512 and #2063; add +RTS -xm<address> -RTS optionSimon Marlow2008-11-171-0/+29
* Correct an example in the users guideIan Lynagh2008-11-161-3/+3
* Document the new SPARKS statistic, and xref from the parallelism sectionSimon Marlow2008-10-242-6/+34
* :set prompt now understand Haskell String syntax; trace #2652Ian Lynagh2008-10-311-1/+3
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-301-0/+77
* Clarify documentatoinsimonpj@microsoft.com2008-10-281-3/+7
* Update library version numbers in the release notesIan Lynagh2008-10-231-2/+2