2009-11-20 |
Ian Lynagh | Fix some dependencies in bindists |
tree | commitdiff |
2009-11-17 |
simonpj@microsoft.com | Extend the GHCi FAQ slightly |
tree | commitdiff |
2009-11-19 |
Ian Lynagh | Add support for the man page to the new build system |
tree | commitdiff |
2009-11-05 |
Simon Marlow | Update docs on ticky-ticky profiling |
tree | commitdiff |
2009-11-03 |
simonpj@microsoft.com | Document the CONLIKE pragma |
tree | commitdiff |
2009-11-03 |
simonpj@microsoft.com | Document the fact that impredicative polymorphism is... |
tree | commitdiff |
2009-11-02 |
simonpj@microsoft.com | Improve documentation of 'rec' in do-notation |
tree | commitdiff |
2009-10-29 |
Roman Leshchinskiy | Document -fstrictness-before |
tree | commitdiff |
2009-10-29 |
simonpj@microsoft.com | Fix formatting and wording in documentation of DoRec |
tree | commitdiff |
2009-10-28 |
simonpj@microsoft.com | Add 'rec' to stmts in a 'do', and deprecate 'mdo' |
tree | commitdiff |
2009-10-20 |
simonpj@microsoft.com | Add flags -fno-specialise, -fno-float-in, and document... |
tree | commitdiff |
2009-10-20 |
simonpj@microsoft.com | Fix cross-reference |
tree | commitdiff |
2009-10-14 |
Roman Leshchinskiy | New flag -dsuppress-coercions to avoid printing coercio... |
tree | commitdiff |
2009-10-12 |
Simon Marlow | Document that lazy I/O now throws exceptions |
tree | commitdiff |
2009-10-12 |
Simon Marlow | remove duplicate entry for -fwarn-unused-do-bind (... |
tree | commitdiff |
2009-10-12 |
Simon Marlow | fix markup |
tree | commitdiff |
2009-10-07 |
simonpj@microsoft.com | Add flag -XExplicitForAll and document it |
tree | commitdiff |
2009-10-02 |
Simon Marlow | add missing id="ffi-prim" |
tree | commitdiff |
2009-10-02 |
simonpj@microsoft.com | Document -XMonoLocalBinds |
tree | commitdiff |
2009-09-23 |
Ian Lynagh | Remove a haskeline release note that doesn't apply... |
tree | commitdiff |
2009-09-23 |
Simon Marlow | Various updates/additions |
tree | commitdiff |
2009-09-23 |
Simon Marlow | Document -package-id, and use the term "package ID... |
tree | commitdiff |
2009-09-21 |
Ian Lynagh | Update 6.12.1 release notes |
tree | commitdiff |
2009-09-20 |
Ian Lynagh | Add release notes for 6.12.1 |
tree | commitdiff |
2009-09-17 |
Simon Marlow | fix xref |
tree | commitdiff |
2009-09-17 |
Simon Marlow | add -eventlog |
tree | commitdiff |
2009-09-16 |
Simon Marlow | document -eventlog and the associated runtime options |
tree | commitdiff |
2009-09-15 |
Simon Marlow | Update and improve packages documentation |
tree | commitdiff |
2009-09-15 |
Simon Marlow | Improve the default parallel GC settings, and sanitise... |
tree | commitdiff |
2009-09-15 |
Simon Marlow | Update the "Hints for using SMP parallelism" section |
tree | commitdiff |
2009-09-10 |
simonpj@microsoft.com | Three improvements to Template Haskell (fixes #3467) |
tree | commitdiff |
2009-09-08 |
Duncan Coutts | Improve the user guide section on shared libs |
tree | commitdiff |
2009-08-27 |
Simon Marlow | Add a link to hp2any from the profiling section. |
tree | commitdiff |
2009-08-24 |
simonpj@microsoft.com | Improve docs on -XFlexibleContexts |
tree | commitdiff |
2009-08-20 |
simonpj@microsoft.com | Improvements to record puns, wildcards |
tree | commitdiff |
2009-08-02 |
Simon Marlow | mention that INCLUDE pragmas are accepted, but ignored |
tree | commitdiff |
2009-08-01 |
Simon Marlow | remove docuumentation for -#include option |
tree | commitdiff |
2009-07-25 |
Ian Lynagh | Add an extension to disable n+k patterns |
tree | commitdiff |
2009-07-23 |
Simon Marlow | Remove note about avoiding use of #def in libraries |
tree | commitdiff |
2009-07-23 |
simonpj@microsoft.com | Documentation for stand-alone deriving (Trac #3012) |
tree | commitdiff |
2009-07-23 |
simonpj@microsoft.com | Add tuple sections as a new feature |
tree | commitdiff |
2009-07-19 |
Ian Lynagh | Add a -fwarn-dodgy-exports flag; fixes #1911 |
tree | commitdiff |
2009-07-17 |
Ian Lynagh | Typo fixes, from Alexey Mahotkin |
tree | commitdiff |
2009-07-14 |
Ian Lynagh | Fix a flag name in the docs |
tree | commitdiff |
2009-07-14 |
Ian Lynagh | Add the -fno-shared-implib flag |
tree | commitdiff |
2009-07-05 |
Ian Lynagh | Make -fext-core a dynamic flag (it was a static flag) |
tree | commitdiff |
2009-07-04 |
Duncan Coutts | Update a few points about shared libs in other sections |
tree | commitdiff |
2009-07-04 |
Duncan Coutts | Document -dynload flag. Also add it and -shared to... |
tree | commitdiff |
2009-07-04 |
Duncan Coutts | Add new section on using shared libs |
tree | commitdiff |
2009-07-04 |
Duncan Coutts | Document foreign import prim in the user guide |
tree | commitdiff |
2009-07-01 |
Max Bolingbroke | Support for -fwarn-unused-do-bind and -fwarn-wrong... |
tree | commitdiff |
2009-07-02 |
simonpj@microsoft.com | New syntax for GADT-style record declarations, and... |
tree | commitdiff |
2009-06-10 |
Ian Lynagh | Change GHC_OPTIONS to OPTIONS_GHC |
tree | commitdiff |
2009-06-05 |
Ian Lynagh | Update the docs on how you bind unlifted types in let... |
tree | commitdiff |
2009-06-05 |
Ian Lynagh | Document -fwarn-lazy-unlifted-bindings |
tree | commitdiff |
2009-06-05 |
Ian Lynagh | Fix typo |
tree | commitdiff |
2009-06-05 |
simonpj@microsoft.com | Mention that generalised list comprehensions are enable... |
tree | commitdiff |
2009-06-02 |
Simon Marlow | Add a section "Multi-threading and the FFI" |
tree | commitdiff |
2009-05-30 |
Ian Lynagh | Quote commands that we run, so they work if there are... |
tree | commitdiff |
2009-05-28 |
simonpj@microsoft.com | Fix Trac #3262: suppress name-shadow warning for _names |
tree | commitdiff |
2009-05-28 |
simonpj@microsoft.com | Document the fact that Template Haskell type splices... |
tree | commitdiff |
2009-05-28 |
simonpj@microsoft.com | Fix Trac #3013: multiple constructors in a GADT decl |
tree | commitdiff |
2009-05-28 |
simonpj@microsoft.com | Separate flags -XDeriveFunctor, -XDeriveFoldable, ... |
tree | commitdiff |
2009-05-20 |
Simon Marlow | document -XUnicodeSyntax |
tree | commitdiff |
2009-03-28 |
Simon Marlow | fix typo |
tree | commitdiff |
2009-05-18 |
Max Bolingbroke | Add missing word, spotted by Tom Lokhorst |
tree | commitdiff |
2009-05-16 |
Ian Lynagh | Remove some $(TOP)s that cause problems on Windows... |
tree | commitdiff |
2009-05-13 |
Simon Marlow | expand hack to include PS docs too |
tree | commitdiff |
2009-05-11 |
Simon Marlow | updates to the section describing the +RTS -s/-S outpu... |
tree | commitdiff |
2009-05-11 |
Simon Marlow | stub makefile |
tree | commitdiff |
2009-05-11 |
Simon Marlow | Hack to make the user's guide build in a linked build... |
tree | commitdiff |
2009-05-08 |
Ian Lynagh | Handle deciding what docs to build better |
tree | commitdiff |
2009-04-28 |
Simon Marlow | Add a header to all build system files: |
tree | commitdiff |
2009-04-26 |
Ian Lynagh | GHC new build system megapatch |
tree | commitdiff |
2009-04-01 |
Simon Marlow | update the intro section |
tree | commitdiff |
2009-04-01 |
Simon Marlow | Remove the "Installing GHC" section |
tree | commitdiff |
2009-03-13 |
Simon Marlow | Add "+RTS -N" to determine the -N value automatically... |
tree | commitdiff |
2009-03-05 |
Ian Lynagh | Document -fwarn-unrecognised-pragmas; fixes trac #3031 |
tree | commitdiff |
2009-03-04 |
Ian Lynagh | Fix a broken link. Spotted by Norman Ramsey in trac... |
tree | commitdiff |
2009-03-04 |
simonpj@microsoft.com | Fix spelling (Trac#3069) |
tree | commitdiff |
2009-02-27 |
simonpj@microsoft.com | Improve documentation of bang patterns |
tree | commitdiff |
2009-02-27 |
Ian Lynagh | Tweak +RTS --info docs |
tree | commitdiff |
2009-02-14 |
Andrew Coppin | FIX #1891 (describe +RTS --info output in GHC user... |
tree | commitdiff |
2009-02-11 |
simonpj@microsoft.com | Improve documentation for LANGUAGE pragma (esp wrt... |
tree | commitdiff |
2009-01-15 |
Simon Marlow | document -feager-blackholing |
tree | commitdiff |
2008-12-10 |
Simon Marlow | Document new GC options -q1 and -qg<n> |
tree | commitdiff |
2008-12-10 |
Ian Lynagh | Fix user guide typesetting |
tree | commitdiff |
2008-12-09 |
Simon Marlow | Document hs_init() infelicity (#2863) |
tree | commitdiff |
2008-12-10 |
simonpj@microsoft.com | Improve documentation for data family instances (cf... |
tree | commitdiff |
2008-12-09 |
Ian Lynagh | Make some profiling flags dynamic |
tree | commitdiff |
2008-11-29 |
shelarcy | Fix typo in quasi-quote documentation's sample. |
tree | commitdiff |
2008-11-30 |
Ian Lynagh | Document the --machine-readable RTS flag |
tree | commitdiff |
2008-11-28 |
Ian Lynagh | Update docs not to talk about deprecated -optdep-*... |
tree | commitdiff |
2008-11-28 |
Ian Lynagh | Teach runghc about --help; fixes trac #2757 |
tree | commitdiff |
2008-11-20 |
simonpj@microsoft.com | Fix flag name -XDisambiguateRecordFields |
tree | commitdiff |
2008-11-17 |
Simon Marlow | Attempt to fix #2512 and #2063; add +RTS -xm<address... |
tree | commitdiff |
2008-11-16 |
Ian Lynagh | Correct an example in the users guide |
tree | commitdiff |
2008-10-24 |
Simon Marlow | Document the new SPARKS statistic, and xref from the... |
tree | commitdiff |
2008-10-31 |
Ian Lynagh | :set prompt now understand Haskell String syntax; trace... |
tree | commitdiff |
2008-10-30 |
simonpj@microsoft.com | Add (a) CoreM monad, (b) new Annotations feature |
tree | commitdiff |
next |