Columns now start at 1, as lines already did
[ghc-hetmet.git] / docs /
2009-11-25 Simon Marlowadd docs for Unicode entities in #2978
2009-11-20 Ian LynaghFix some dependencies in bindists
2009-11-17 simonpj@microsoft.comExtend the GHCi FAQ slightly
2009-11-19 Ian LynaghAdd support for the man page to the new build system
2009-11-05 Simon MarlowUpdate docs on ticky-ticky profiling
2009-11-03 simonpj@microsoft.comDocument the CONLIKE pragma
2009-11-03 simonpj@microsoft.comDocument the fact that impredicative polymorphism is...
2009-11-02 simonpj@microsoft.comImprove documentation of 'rec' in do-notation
2009-10-29 Roman LeshchinskiyDocument -fstrictness-before
2009-10-29 simonpj@microsoft.comFix formatting and wording in documentation of DoRec
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-10-20 simonpj@microsoft.comAdd flags -fno-specialise, -fno-float-in, and document...
2009-10-20 simonpj@microsoft.comFix cross-reference
2009-10-14 Roman LeshchinskiyNew flag -dsuppress-coercions to avoid printing coercio...
2009-10-12 Simon MarlowDocument that lazy I/O now throws exceptions
2009-10-12 Simon Marlowremove duplicate entry for -fwarn-unused-do-bind (...
2009-10-12 Simon Marlowfix markup
2009-10-07 simonpj@microsoft.comAdd flag -XExplicitForAll and document it
2009-10-02 Simon Marlowadd missing id="ffi-prim"
2009-10-02 simonpj@microsoft.comDocument -XMonoLocalBinds
2009-09-23 Ian LynaghRemove a haskeline release note that doesn't apply...
2009-09-23 Simon MarlowVarious updates/additions
2009-09-23 Simon MarlowDocument -package-id, and use the term "package ID...
2009-09-21 Ian LynaghUpdate 6.12.1 release notes
2009-09-20 Ian LynaghAdd release notes for 6.12.1
2009-09-17 Simon Marlowfix xref
2009-09-17 Simon Marlowadd -eventlog
2009-09-16 Simon Marlowdocument -eventlog and the associated runtime options
2009-09-15 Simon MarlowUpdate and improve packages documentation
2009-09-15 Simon MarlowImprove the default parallel GC settings, and sanitise...
2009-09-15 Simon MarlowUpdate the "Hints for using SMP parallelism" section
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
2009-09-08 Duncan CouttsImprove the user guide section on shared libs
2009-08-27 Simon MarlowAdd a link to hp2any from the profiling section.
2009-08-24 simonpj@microsoft.comImprove docs on -XFlexibleContexts
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
2009-08-02 Simon Marlowmention that INCLUDE pragmas are accepted, but ignored
2009-08-01 Simon Marlowremove docuumentation for -#include option
2009-07-25 Ian LynaghAdd an extension to disable n+k patterns
2009-07-23 Simon MarlowRemove note about avoiding use of #def in libraries
2009-07-23 simonpj@microsoft.comDocumentation for stand-alone deriving (Trac #3012)
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-19 Ian LynaghAdd a -fwarn-dodgy-exports flag; fixes #1911
2009-07-17 Ian LynaghTypo fixes, from Alexey Mahotkin
2009-07-14 Ian LynaghFix a flag name in the docs
2009-07-14 Ian LynaghAdd the -fno-shared-implib flag
2009-07-05 Ian LynaghMake -fext-core a dynamic flag (it was a static flag)
2009-07-04 Duncan CouttsUpdate a few points about shared libs in other sections
2009-07-04 Duncan CouttsDocument -dynload flag. Also add it and -shared to...
2009-07-04 Duncan CouttsAdd new section on using shared libs
2009-07-04 Duncan CouttsDocument foreign import prim in the user guide
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-06-10 Ian LynaghChange GHC_OPTIONS to OPTIONS_GHC
2009-06-05 Ian LynaghUpdate the docs on how you bind unlifted types in let...
2009-06-05 Ian LynaghDocument -fwarn-lazy-unlifted-bindings
2009-06-05 Ian LynaghFix typo
2009-06-05 simonpj@microsoft.comMention that generalised list comprehensions are enable...
2009-06-02 Simon MarlowAdd a section "Multi-threading and the FFI"
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-28 simonpj@microsoft.comFix Trac #3262: suppress name-shadow warning for _names
2009-05-28 simonpj@microsoft.comDocument the fact that Template Haskell type splices...
2009-05-28 simonpj@microsoft.comFix Trac #3013: multiple constructors in a GADT decl
2009-05-28 simonpj@microsoft.comSeparate flags -XDeriveFunctor, -XDeriveFoldable, ...
2009-05-20 Simon Marlowdocument -XUnicodeSyntax
2009-03-28 Simon Marlowfix typo
2009-05-18 Max BolingbrokeAdd missing word, spotted by Tom Lokhorst
2009-05-16 Ian LynaghRemove some $(TOP)s that cause problems on Windows...
2009-05-13 Simon Marlowexpand hack to include PS docs too
2009-05-11 Simon Marlowupdates to the section describing the +RTS -s/-S outpu...
2009-05-11 Simon Marlowstub makefile
2009-05-11 Simon MarlowHack to make the user's guide build in a linked build...
2009-05-08 Ian LynaghHandle deciding what docs to build better
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch
2009-04-01 Simon Marlowupdate the intro section
2009-04-01 Simon MarlowRemove the "Installing GHC" section
2009-03-13 Simon MarlowAdd "+RTS -N" to determine the -N value automatically...
2009-03-05 Ian LynaghDocument -fwarn-unrecognised-pragmas; fixes trac #3031
2009-03-04 Ian LynaghFix a broken link. Spotted by Norman Ramsey in trac...
2009-03-04 simonpj@microsoft.comFix spelling (Trac#3069)
2009-02-27 simonpj@microsoft.comImprove documentation of bang patterns
2009-02-27 Ian LynaghTweak +RTS --info docs
2009-02-14 Andrew CoppinFIX #1891 (describe +RTS --info output in GHC user...
2009-02-11 simonpj@microsoft.comImprove documentation for LANGUAGE pragma (esp wrt...
2009-01-15 Simon Marlowdocument -feager-blackholing
2008-12-10 Simon MarlowDocument new GC options -q1 and -qg<n>
2008-12-10 Ian LynaghFix user guide typesetting
2008-12-09 Simon MarlowDocument hs_init() infelicity (#2863)
2008-12-10 simonpj@microsoft.comImprove documentation for data family instances (cf...
2008-12-09 Ian LynaghMake some profiling flags dynamic
2008-11-29 shelarcyFix typo in quasi-quote documentation's sample.
2008-11-30 Ian LynaghDocument the --machine-readable RTS flag
2008-11-28 Ian LynaghUpdate docs not to talk about deprecated -optdep-*...
2008-11-28 Ian LynaghTeach runghc about --help; fixes trac #2757
2008-11-20 simonpj@microsoft.comFix flag name -XDisambiguateRecordFields
2008-11-17 Simon MarlowAttempt to fix #2512 and #2063; add +RTS -xm<address...
2008-11-16 Ian LynaghCorrect an example in the users guide
2008-10-24 Simon MarlowDocument the new SPARKS statistic, and xref from the...
2008-10-31 Ian Lynagh:set prompt now understand Haskell String syntax; trace...
next