Make ASSERT2 mention msg even when debug is off (avoid warnings)
[ghc-hetmet.git] / docs /
2008-08-29 Ian LynaghAlways build docs/{ext-core,storage-mgt}, even when...
2008-08-28 simonpj@microsoft.comImprove documentation of stolen syntax
2008-08-27 simonpj@microsoft.comBetter documentation for -XLiberalTypeSynonyms, and...
2008-08-27 Simon Marlowre-fix of #1205, fix #2542
2008-08-27 simonpj@microsoft.comImprove documentation of MagicHash and primitive types...
2008-08-26 simonpj@microsoft.comFix flaggery for RULES (cf Trac #2497)
2008-08-25 Ian LynaghWhen making bindists, check that we know where we are
2008-08-19 simonpj@microsoft.comFix Trac #2518: add hs-boot files as an infelicty
2008-08-14 simonpj@microsoft.comImprove -fwarn-orphans documentation (thanks to Tim)
2008-08-13 simonpj@microsoft.comImprove docs for orphan decls (thanks Yitzchak Gale)
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
2008-08-10 Ian Lynaghbindist fixes
2008-08-10 Ian Lynaghbindists are now some way towards working
2008-08-05 Simon MarlowAdd -fno-implicit-import-qualified (#2452)
2008-07-29 simonpj@microsoft.comImprove docs for GADTs
2008-07-29 simonpj@microsoft.comDocument -dsuppress-uniques
2008-07-15 Simon Marlowupdate the text about header files and -#include
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-07-11 Simon Marlowadd "ghc-pkg dump" (fixes #2201)
2008-07-11 Simon Marlow#2371: try to explain the difference between :module...
2008-07-09 Simon Marlow#1205: ':load foo.hs' in GHCi always compiles to bytecode
2008-07-09 Simon Marlowadd -fwarn-dodgy-foreign-imports (see #1357)
2008-06-19 Simon Marlowdocument some RTS options I added a while ago: -qm...
2008-06-19 Simon MarlowDocument the change to +RTS -S/-s/-t
2008-06-19 Simon Marlowdocument paralel GC option: +RTS -g
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-06 simonpj@microsoft.comImprove documentation for standalone deriving
2008-05-30 simonpj@microsoft.comImprove documentation of RULES
2008-05-30 simonpj@microsoft.comImprove documentation for INLINE pragma
2008-06-03 Simon MarlowNew flag: -dno-debug-output
2008-05-01 claus.reinke@talk2... document :source command for GHCi, point to Haskell...
2008-05-20 Roman LeshchinskiyMake -f[no-]method-sharing a dynamic flag
2008-05-01 claus.reinke@talk2... Document ghc-pkg find-module, substring matching, and...
2008-05-12 Don Stewarttypo in rules example. spotted by vixey@#haskell
2008-05-05 Tim ChevalierSome External Core doc fixes
2008-04-30 Ian LynaghImprove the unboxed types documentation
2008-04-30 simonpj@microsoft.comImprove documentation of RULES pragmas
2008-04-15 Samuel BronsonSpelling fixes in glasgow_exts.xml
2008-04-22 Tim ChevalierUpdate External Core docs
2008-04-11 simonpj@microsoft.comRevive the static argument transformation
2008-03-09 iavor.diatchki@gma... documentation fix: change flag -frules-off to -fno...
2008-03-06 simonpj@microsoft.comImprove SpecConstr for local bindings: seed specialisat...
2008-02-28 Simon Marlowadd a note about SMP execution not being supported...
2008-02-26 Simon Marlowdocumentation improvements from Frederik Eaton
2008-02-26 Simon Marlowmarkup fix
2008-02-17 Tim ChevalierDocumentation only: update External Core section of...
2008-01-23 Simon MarlowFIX #1838, #1987: change where GHCi searches for config...
2008-01-21 simonpj@microsoft.comTypo in phase-control documentation
2008-01-19 Ian LynaghAdd :run and tweak :main
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-10 simonpj@microsoft.comFix 2030: make -XScopedTypeVariables imply -XRelaxedPolyRec
2008-01-09 Roman LeshchinskiyDocument -fsimplifier-phases
2008-01-07 simonpj@microsoft.comAdd -XImpredicativeTypes, and tighten up type-validity...
2008-01-04 simonpj@microsoft.comDocument SOURCE pragma; clarify TH behavior for mutuall...
2008-01-03 simonpj@microsoft.comRemove -funfolding-update-in-place flag documentation
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-12-14 Roman LeshchinskiyDocument the new threshold flags
2007-12-13 Roman LeshchinskiyDocument -ddump-simpl-phases
2007-12-04 simonpj@microsoft.comChange --shared to -shared in Win32 DLL docs
2007-11-27 Ian LynaghRemove the --print-docdir flag
2007-11-26 Ian LynaghConsistently put on the front of haskell.org in URLs
2007-11-26 Ian LynaghFix some more URLs
2007-11-26 Ian LynaghTweak some URLs
2007-11-26 Ian LynaghFix some links
2007-11-25 Ian LynaghMERGED: Make ":" in GHCi repeat the last command
2007-11-20 simonpj@microsoft.comFix Trac #1909: type of map in docs
2007-11-08 claus.reinke@talk2... FIX #1847 (improve :browse! docs, fix unqual)
2007-11-19 simonpj@microsoft.comTwo small typos in the flags summary (merge to 6.8...
2007-11-16 simonpj@microsoft.comImprove links from flag reference to the relevant secti...
2007-11-16 simonpj@microsoft.comImprove documentation of data type declarations (Trac...
2007-11-16 Simon MarlowChange the command-line semantics for query commands
2007-11-15 Tim ChevalierDocumentation only - fix typo in flags reference
2007-11-13 Pepe IborraGHCi debugger: added a new flag, -fno-print-binding...
2007-11-12 simonpj@microsoft.comImprove documentation of INLINE, esp its interactions...
2007-11-11 Ian LynaghTurn -fprint-bind-result off by default
2007-10-31 Ian LynaghReplace "tail -n +2" with "sed 1d", as Solaris doesn...
2007-11-09 Ian LynaghFix typo: -XNoRank2Types -> -XRank2Types
2007-11-07 Simon MarlowFIX #1765, #1766
2007-11-07 Simon Marlow#1617: Add :browse! and various other additions to...
2007-11-06 simonpj@microsoft.comImprove manual entry for binding lexically scoped type...
2007-11-06 simonpj@microsoft.comRemove trailing spaces from programlisting lines
2007-11-06 simonpj@microsoft.comRemove unhelpful sentence (see Trac #1832)
2007-10-29 simonpj@microsoft.comImprove documentation of orphan instances (thanks to...
2007-10-07 Josef SvenningssonFix a whole heap of speling errrs in the docs
2007-10-27 Ian LynaghOnly build/install the man page if XSLTPROC is defined
2007-10-25 andy@unsafeperform... Adding hpc documentation about sum and map, push to...
2007-10-24 Ian LynaghBuild the manpage when building, not when installing
2007-10-23 Ian LynaghFix installing the documentation in the bindists
2007-10-19 Simon Marlowimplement #1468, :browse on its own uses the currently...
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-11 Simon Marlowmention what SCC stands for
2007-10-10 Clemens FruhwirthUpdate documentation for win32 DLL linking
2007-10-09 Simon Marlowremove the "-unreg" flag and the unregisterised way...
2007-09-26 andy@galois.comFixing #1340, adding HPC Documentation
2007-09-24 simonpj@microsoft.comBe more specific about file-header pragmas
2007-09-23 Ian LynaghAdd an entry for strings treated as ISO-8859-1 to the...
2007-09-20 v.dijk.bas@gmail.comRemoved duplicate entry for derbugging flag -ddump...
2007-09-19 simonpj@microsoft.comFix exponential-time behaviour with type synonyms;...
2007-09-14 Clemens FruhwirthAdd documentation about -shared, shared library name...
2007-09-11 simonpj@microsoft.comImprove documentation for Template Haskell
next