| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 2030: make -XScopedTypeVariables imply -XRelaxedPolyRec | simonpj@microsoft.com | 2008-01-10 | 1 | -4/+26 |
* | Document -fsimplifier-phases | Roman Leshchinskiy | 2008-01-09 | 1 | -0/+8 |
* | Add -XImpredicativeTypes, and tighten up type-validity checking (cf Trac 2019) | simonpj@microsoft.com | 2008-01-07 | 2 | -1/+9 |
* | Document SOURCE pragma; clarify TH behavior for mutually-recurive modules (Tr... | simonpj@microsoft.com | 2008-01-04 | 2 | -5/+21 |
* | Remove -funfolding-update-in-place flag documentation | simonpj@microsoft.com | 2008-01-03 | 2 | -25/+0 |
* | Implement generalised list comprehensions | simonpj@microsoft.com | 2007-12-20 | 2 | -0/+166 |
* | Document the new threshold flags | Roman Leshchinskiy | 2007-12-14 | 1 | -4/+10 |
* | Document -ddump-simpl-phases | Roman Leshchinskiy | 2007-12-13 | 2 | -2/+19 |
* | Change --shared to -shared in Win32 DLL docs | simonpj@microsoft.com | 2007-12-04 | 1 | -7/+7 |
* | Remove the --print-docdir flag | Ian Lynagh | 2007-11-27 | 2 | -20/+0 |
* | Consistently put www. on the front of haskell.org in URLs | Ian Lynagh | 2007-11-26 | 4 | -15/+15 |
* | Fix some more URLs | Ian Lynagh | 2007-11-26 | 3 | -6/+6 |
* | Tweak some URLs | Ian Lynagh | 2007-11-26 | 2 | -5/+5 |
* | Fix some links | Ian Lynagh | 2007-11-26 | 2 | -3/+3 |
* | MERGED: Make ":" in GHCi repeat the last command | Ian Lynagh | 2007-11-25 | 1 | -0/+11 |
* | Fix Trac #1909: type of map in docs | simonpj@microsoft.com | 2007-11-20 | 1 | -1/+1 |
* | FIX #1847 (improve :browse! docs, fix unqual) | claus.reinke@talk21.com | 2007-11-08 | 1 | -0/+26 |
* | Two small typos in the flags summary (merge to 6.8 branch) | simonpj@microsoft.com | 2007-11-19 | 2 | -2/+2 |
* | Improve links from flag reference to the relevant section; and improve doc of... | simonpj@microsoft.com | 2007-11-16 | 2 | -25/+36 |
* | Improve documentation of data type declarations (Trac #1901) | simonpj@microsoft.com | 2007-11-16 | 1 | -14/+35 |
* | Change the command-line semantics for query commands | Simon Marlow | 2007-11-16 | 1 | -0/+16 |
* | Documentation only - fix typo in flags reference | Tim Chevalier | 2007-11-15 | 1 | -1/+1 |
* | GHCi debugger: added a new flag, -fno-print-binding-contents | Pepe Iborra | 2007-11-13 | 1 | -0/+7 |
* | Improve documentation of INLINE, esp its interactions with other transformations | simonpj@microsoft.com | 2007-11-12 | 1 | -2/+20 |
* | Turn -fprint-bind-result off by default | Ian Lynagh | 2007-11-11 | 2 | -12/+7 |
* | Replace "tail -n +2" with "sed 1d", as Solaris doesn't understand the former | Ian Lynagh | 2007-10-31 | 1 | -1/+2 |
* | Fix typo: -XNoRank2Types -> -XRank2Types | Ian Lynagh | 2007-11-09 | 1 | -1/+1 |
* | FIX #1765, #1766 | Simon Marlow | 2007-11-07 | 1 | -17/+24 |
* | #1617: Add :browse! and various other additions to GHCi | Simon Marlow | 2007-11-07 | 2 | -7/+76 |
* | Improve manual entry for binding lexically scoped type variables in pattern s... | simonpj@microsoft.com | 2007-11-06 | 1 | -6/+29 |
* | Remove trailing spaces from programlisting lines | simonpj@microsoft.com | 2007-11-06 | 1 | -31/+31 |
* | Remove unhelpful sentence (see Trac #1832) | simonpj@microsoft.com | 2007-11-06 | 1 | -5/+0 |
* | Improve documentation of orphan instances (thanks to Adrian Hey) | simonpj@microsoft.com | 2007-10-29 | 3 | -25/+62 |
* | Fix a whole heap of speling errrs in the docs | Josef Svenningsson | 2007-10-07 | 12 | -47/+47 |
* | Only build/install the man page if XSLTPROC is defined | Ian Lynagh | 2007-10-27 | 1 | -0/+6 |
* | Adding hpc documentation about sum and map, push to STABLE. | andy@unsafeperformio.com | 2007-10-25 | 1 | -11/+49 |
* | Build the manpage when building, not when installing | Ian Lynagh | 2007-10-24 | 1 | -0/+2 |
* | Fix installing the documentation in the bindists | Ian Lynagh | 2007-10-23 | 2 | -1/+24 |
* | implement #1468, :browse on its own uses the currently-loaded module | Simon Marlow | 2007-10-19 | 1 | -6/+9 |
* | View patterns, record wildcards, and record puns | Dan Licata | 2007-10-10 | 2 | -1/+368 |
* | mention what SCC stands for | Simon Marlow | 2007-10-11 | 1 | -1/+2 |
* | Update documentation for win32 DLL linking | Clemens Fruhwirth | 2007-10-10 | 1 | -10/+10 |
* | remove the "-unreg" flag and the unregisterised way, see #1008 | Simon Marlow | 2007-10-09 | 2 | -21/+3 |
* | Fixing #1340, adding HPC Documentation | andy@galois.com | 2007-09-26 | 2 | -31/+189 |
* | Be more specific about file-header pragmas | simonpj@microsoft.com | 2007-09-24 | 2 | -66/+86 |
* | Add an entry for strings treated as ISO-8859-1 to the users guide bug list | Ian Lynagh | 2007-09-23 | 1 | -0/+10 |
* | Removed duplicate entry for derbugging flag -ddump-tc from the user guide | v.dijk.bas@gmail.com | 2007-09-20 | 1 | -10/+0 |
* | Fix exponential-time behaviour with type synonyms; rename -XPartiallyAppliedT... | simonpj@microsoft.com | 2007-09-19 | 1 | -3/+3 |
* | Add documentation about -shared, shared library name mangling, and a xrefs | Clemens Fruhwirth | 2007-09-14 | 2 | -85/+132 |
* | Improve documentation for Template Haskell | simonpj@microsoft.com | 2007-09-11 | 1 | -30/+39 |