| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update the docs on how you bind unlifted types in let/where clauses | Ian Lynagh | 2009-06-05 | 1 | -7/+5 |
* | Document -fwarn-lazy-unlifted-bindings | Ian Lynagh | 2009-06-05 | 1 | -1/+16 |
* | Fix typo | Ian Lynagh | 2009-06-05 | 1 | -1/+1 |
* | Mention that generalised list comprehensions are enabled with -XTransformList... | simonpj@microsoft.com | 2009-06-05 | 2 | -1/+2 |
* | Add a section "Multi-threading and the FFI" | Simon Marlow | 2009-06-02 | 2 | -56/+131 |
* | Quote commands that we run, so they work if there are space in their paths | Ian Lynagh | 2009-05-30 | 1 | -1/+1 |
* | Fix Trac #3262: suppress name-shadow warning for _names | simonpj@microsoft.com | 2009-05-28 | 1 | -0/+5 |
* | Document the fact that Template Haskell type splices work | simonpj@microsoft.com | 2009-05-28 | 1 | -1/+3 |
* | Fix Trac #3013: multiple constructors in a GADT decl | simonpj@microsoft.com | 2009-05-28 | 1 | -0/+10 |
* | Separate flags -XDeriveFunctor, -XDeriveFoldable, -XDeriveTraversable | simonpj@microsoft.com | 2009-05-28 | 1 | -6/+26 |
* | document -XUnicodeSyntax | Simon Marlow | 2009-05-20 | 2 | -1/+70 |
* | fix typo | Simon Marlow | 2009-03-28 | 1 | -1/+1 |
* | Add missing word, spotted by Tom Lokhorst | Max Bolingbroke | 2009-05-18 | 1 | -1/+1 |
* | Remove some $(TOP)s that cause problems on Windows (as they contain ':') | Ian Lynagh | 2009-05-16 | 1 | -1/+1 |
* | expand hack to include PS docs too | Simon Marlow | 2009-05-13 | 1 | -1/+1 |
* | updates to the section describing the +RTS -s/-S output (#3211) | Simon Marlow | 2009-05-11 | 1 | -16/+23 |