Remove the Unicode alternative for ".." (#3894)
[ghc-hetmet.git] / docs /
2010-05-05 Simon MarlowRemove the Unicode alternative for ".." (#3894)
2010-04-27 Simon Marlow--make is now the default (#3515), and -fno-code works...
2010-04-22 Ian LynaghFix the GHC API link in the main doc index.html
2010-03-31 Milan StrakaFlags -auto and -auto-all operate only on functions...
2010-04-16 Ian LynaghUpdate the user guide so it talks about the newer ...
2010-04-16 Ian LynaghFix typo
2010-03-31 Milan StrakaRename forgotten -dverbose-simpl to -dverbose-core2core...
2010-03-29 Milan StrakaAdd -pa and -V to the documentation of time profiling...
2010-03-21 Ian LynaghAdd the external core PDF to the new build system
2010-03-14 Ian LynaghDocument the new RTS linker flags
2010-02-28 Ian LynaghAdd -no-auto-link-packages docs to the user guide;...
2010-02-28 Ian LynaghWhitespace only in docs/users_guide/packages.xml
2010-02-26 Simon Marlowupdate the docs to reflect changes in the tracing flags
2010-02-25 Simon Marlowhack to make the docs build again in a lndir build...
2010-02-23 Ian LynaghFix more library links in the user guide
2010-02-23 Ian LynaghFix the links to the base docs from the user guide
2010-02-23 Ian LynaghRemove old, unused release notes
2010-02-10 simonpj@microsoft.comDocumentation for changes to Template Haskell and quasi...
2010-02-04 Simon MarlowImplement SSE2 floating-point support in the x86 native...
2009-12-31 Ian LynaghUse a shell script, rather than perl script, to make...
2009-12-08 simonpj@microsoft.comImprove dumping for rules, and documentation of same
2009-12-07 simonpj@microsoft.comAdd some explanation about overlapping instances
2009-10-01 Stephen BlackheathDocument the new -dylib-install-name option in the...
2009-12-01 Ian LynaghAdd an entry fo the ghci command :run to the user guide
2009-12-01 Ian LynaghFix typo in docs
2009-12-01 Simon MarlowFix PS file generation
2009-11-30 Simon MarlowFix the prof_scc.png image in the profiling section...
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
next