summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fix 2030: make -XScopedTypeVariables imply -XRelaxedPolyRecsimonpj@microsoft.com2008-01-101-4/+26
* Document -fsimplifier-phasesRoman Leshchinskiy2008-01-091-0/+8
* Add -XImpredicativeTypes, and tighten up type-validity checking (cf Trac 2019)simonpj@microsoft.com2008-01-072-1/+9
* Document SOURCE pragma; clarify TH behavior for mutually-recurive modules (Tr...simonpj@microsoft.com2008-01-042-5/+21
* Remove -funfolding-update-in-place flag documentationsimonpj@microsoft.com2008-01-032-25/+0
* Implement generalised list comprehensionssimonpj@microsoft.com2007-12-202-0/+166
* Document the new threshold flagsRoman Leshchinskiy2007-12-141-4/+10
* Document -ddump-simpl-phasesRoman Leshchinskiy2007-12-132-2/+19
* Change --shared to -shared in Win32 DLL docssimonpj@microsoft.com2007-12-041-7/+7
* Remove the --print-docdir flagIan Lynagh2007-11-272-20/+0
* Consistently put www. on the front of haskell.org in URLsIan Lynagh2007-11-264-15/+15
* Fix some more URLsIan Lynagh2007-11-263-6/+6
* Tweak some URLsIan Lynagh2007-11-262-5/+5
* Fix some linksIan Lynagh2007-11-262-3/+3
* MERGED: Make ":" in GHCi repeat the last commandIan Lynagh2007-11-251-0/+11
* Fix Trac #1909: type of map in docssimonpj@microsoft.com2007-11-201-1/+1
* FIX #1847 (improve :browse! docs, fix unqual)claus.reinke@talk21.com2007-11-081-0/+26
* Two small typos in the flags summary (merge to 6.8 branch)simonpj@microsoft.com2007-11-192-2/+2
* Improve links from flag reference to the relevant section; and improve doc of...simonpj@microsoft.com2007-11-162-25/+36
* Improve documentation of data type declarations (Trac #1901)simonpj@microsoft.com2007-11-161-14/+35
* Change the command-line semantics for query commandsSimon Marlow2007-11-161-0/+16
* Documentation only - fix typo in flags referenceTim Chevalier2007-11-151-1/+1
* GHCi debugger: added a new flag, -fno-print-binding-contentsPepe Iborra2007-11-131-0/+7
* Improve documentation of INLINE, esp its interactions with other transformationssimonpj@microsoft.com2007-11-121-2/+20
* Turn -fprint-bind-result off by defaultIan Lynagh2007-11-112-12/+7
* Replace "tail -n +2" with "sed 1d", as Solaris doesn't understand the formerIan Lynagh2007-10-311-1/+2
* Fix typo: -XNoRank2Types -> -XRank2TypesIan Lynagh2007-11-091-1/+1
* FIX #1765, #1766Simon Marlow2007-11-071-17/+24
* #1617: Add :browse! and various other additions to GHCiSimon Marlow2007-11-072-7/+76
* Improve manual entry for binding lexically scoped type variables in pattern s...simonpj@microsoft.com2007-11-061-6/+29
* Remove trailing spaces from programlisting linessimonpj@microsoft.com2007-11-061-31/+31
* Remove unhelpful sentence (see Trac #1832)simonpj@microsoft.com2007-11-061-5/+0
* Improve documentation of orphan instances (thanks to Adrian Hey)simonpj@microsoft.com2007-10-293-25/+62
* Fix a whole heap of speling errrs in the docsJosef Svenningsson2007-10-0712-47/+47
* Only build/install the man page if XSLTPROC is definedIan Lynagh2007-10-271-0/+6
* Adding hpc documentation about sum and map, push to STABLE.andy@unsafeperformio.com2007-10-251-11/+49
* Build the manpage when building, not when installingIan Lynagh2007-10-241-0/+2
* Fix installing the documentation in the bindistsIan Lynagh2007-10-232-1/+24
* implement #1468, :browse on its own uses the currently-loaded moduleSimon Marlow2007-10-191-6/+9
* View patterns, record wildcards, and record punsDan Licata2007-10-102-1/+368
* mention what SCC stands forSimon Marlow2007-10-111-1/+2
* Update documentation for win32 DLL linkingClemens Fruhwirth2007-10-101-10/+10
* remove the "-unreg" flag and the unregisterised way, see #1008Simon Marlow2007-10-092-21/+3
* Fixing #1340, adding HPC Documentationandy@galois.com2007-09-262-31/+189
* Be more specific about file-header pragmassimonpj@microsoft.com2007-09-242-66/+86
* Add an entry for strings treated as ISO-8859-1 to the users guide bug listIan Lynagh2007-09-231-0/+10
* Removed duplicate entry for derbugging flag -ddump-tc from the user guidev.dijk.bas@gmail.com2007-09-201-10/+0
* Fix exponential-time behaviour with type synonyms; rename -XPartiallyAppliedT...simonpj@microsoft.com2007-09-191-3/+3
* Add documentation about -shared, shared library name mangling, and a xrefsClemens Fruhwirth2007-09-142-85/+132
* Improve documentation for Template Haskellsimonpj@microsoft.com2007-09-111-30/+39