| Commit message (Expand) | Author | Age | Files | Lines |
* | Update docs on ticky-ticky profiling | Simon Marlow | 2009-11-05 | 3 | -30/+50 |
* | Document the CONLIKE pragma | simonpj@microsoft.com | 2009-11-03 | 1 | -10/+54 |
* | Document the fact that impredicative polymorphism is deprecated | simonpj@microsoft.com | 2009-11-03 | 1 | -0/+3 |
* | Improve documentation of 'rec' in do-notation | simonpj@microsoft.com | 2009-11-02 | 1 | -29/+46 |
* | Document -fstrictness-before | Roman Leshchinskiy | 2009-10-29 | 1 | -0/+8 |
* | Fix formatting and wording in documentation of DoRec | simonpj@microsoft.com | 2009-10-29 | 1 | -12/+28 |
* | Add 'rec' to stmts in a 'do', and deprecate 'mdo' | simonpj@microsoft.com | 2009-10-28 | 1 | -35/+63 |
* | Add flags -fno-specialise, -fno-float-in, and document them | simonpj@microsoft.com | 2009-10-20 | 2 | -2/+36 |
* | Fix cross-reference | simonpj@microsoft.com | 2009-10-20 | 1 | -1/+1 |
* | New flag -dsuppress-coercions to avoid printing coercions in Core dumps | Roman Leshchinskiy | 2009-10-14 | 2 | -0/+17 |
* | Document that lazy I/O now throws exceptions | Simon Marlow | 2009-10-12 | 2 | -9/+28 |
* | remove duplicate entry for -fwarn-unused-do-bind (#3576) | Simon Marlow | 2009-10-12 | 1 | -10/+1 |
* | fix markup | Simon Marlow | 2009-10-12 | 1 | -4/+4 |
* | Add flag -XExplicitForAll and document it | simonpj@microsoft.com | 2009-10-07 | 2 | -26/+41 |
* | add missing id="ffi-prim" | Simon Marlow | 2009-10-02 | 1 | -1/+1 |
* | Document -XMonoLocalBinds | simonpj@microsoft.com | 2009-10-02 | 2 | -0/+22 |
* | Remove a haskeline release note that doesn't apply to ghci | Ian Lynagh | 2009-09-23 | 1 | -6/+0 |
* | Various updates/additions | Simon Marlow | 2009-09-23 | 1 | -18/+55 |
* | Document -package-id, and use the term "package ID" consistently | Simon Marlow | 2009-09-23 | 1 | -34/+53 |
* | Update 6.12.1 release notes | Ian Lynagh | 2009-09-21 | 1 | -0/+32 |
* | Add release notes for 6.12.1 | Ian Lynagh | 2009-09-20 | 2 | -1/+1238 |
* | fix xref | Simon Marlow | 2009-09-17 | 1 | -1/+1 |
* | add -eventlog | Simon Marlow | 2009-09-17 | 1 | -0/+6 |
* | document -eventlog and the associated runtime options | Simon Marlow | 2009-09-16 | 2 | -5/+128 |
* | Update and improve packages documentation | Simon Marlow | 2009-09-15 | 1 | -180/+408 |
* | Improve the default parallel GC settings, and sanitise the flags (#3340) | Simon Marlow | 2009-09-15 | 2 | -35/+64 |
* | Update the "Hints for using SMP parallelism" section | Simon Marlow | 2009-09-15 | 1 | -13/+14 |
* | Three improvements to Template Haskell (fixes #3467) | simonpj@microsoft.com | 2009-09-10 | 1 | -5/+23 |
* | Improve the user guide section on shared libs | Duncan Coutts | 2009-09-08 | 1 | -31/+68 |
* | Add a link to hp2any from the profiling section. | Simon Marlow | 2009-08-27 | 1 | -0/+5 |
* | Improve docs on -XFlexibleContexts | simonpj@microsoft.com | 2009-08-24 | 1 | -5/+14 |
* | Improvements to record puns, wildcards | simonpj@microsoft.com | 2009-08-20 | 1 | -22/+92 |
* | mention that INCLUDE pragmas are accepted, but ignored | Simon Marlow | 2009-08-02 | 1 | -18/+5 |
* | remove docuumentation for -#include option | Simon Marlow | 2009-08-01 | 2 | -52/+0 |
* | Add an extension to disable n+k patterns | Ian Lynagh | 2009-07-25 | 2 | -0/+19 |
* | Remove note about avoiding use of #def in libraries | Simon Marlow | 2009-07-23 | 1 | -9/+0 |
* | Documentation for stand-alone deriving (Trac #3012) | simonpj@microsoft.com | 2009-07-23 | 1 | -6/+36 |
* | Add tuple sections as a new feature | simonpj@microsoft.com | 2009-07-23 | 1 | -0/+38 |
* | Add a -fwarn-dodgy-exports flag; fixes #1911 | Ian Lynagh | 2009-07-19 | 1 | -0/+15 |
* | Typo fixes, from Alexey Mahotkin | Ian Lynagh | 2009-07-17 | 1 | -6/+6 |
* | Fix a flag name in the docs | Ian Lynagh | 2009-07-14 | 1 | -1/+1 |
* | Add the -fno-shared-implib flag | Ian Lynagh | 2009-07-14 | 2 | -0/+28 |
* | Make -fext-core a dynamic flag (it was a static flag) | Ian Lynagh | 2009-07-05 | 1 | -1/+1 |
* | Update a few points about shared libs in other sections | Duncan Coutts | 2009-07-04 | 3 | -13/+15 |
* | Document -dynload flag. Also add it and -shared to the flags reference. | Duncan Coutts | 2009-07-04 | 2 | -0/+26 |
* | Add new section on using shared libs | Duncan Coutts | 2009-07-04 | 3 | -1/+214 |
* | Document foreign import prim in the user guide | Duncan Coutts | 2009-07-04 | 1 | -0/+15 |
* | Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263 | Max Bolingbroke | 2009-07-01 | 2 | -2/+68 |
* | New syntax for GADT-style record declarations, and associated refactoring | simonpj@microsoft.com | 2009-07-02 | 1 | -19/+60 |
* | Change GHC_OPTIONS to OPTIONS_GHC | Ian Lynagh | 2009-06-10 | 1 | -1/+1 |