merge GHC HEAD
[ghc-hetmet.git] / docs / users_guide / glasgow_exts.xml
2011-05-26 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-generics
2011-05-21 David TereiFix small type in user guide.
2011-05-09 Jose Pedro Magalhaes"Representable0" -> "Generic" in the user's guide.
2011-05-05 Jose Pedro MagalhaesUpdate the User Guide with generics stuff.
2011-05-04 Simon Peyton JonesFinal batch of monad-comprehension stuff
2011-04-28 Simon Peyton JonesPreliminary monad-comprehension patch (Trac #4370)
2011-04-14 Ian LynaghFix typo in docs; spotted by Rustom Mody in beginners@
2011-03-25 simonpj@microsoft.comFix typo in documentation (Trac #5035)
2011-03-06 Edward Z. YangImpredicative polymorphism no longer deprecated.
2011-01-17 Ian LynaghUpdate the generics docs; pointed out by Christian...
2010-12-18 Ian LynaghDocument GADTSyntax extension
2010-12-14 simonpj@microsoft.comInstance declaration overlap allowed if *either* has...
2010-12-01 Ian LynaghRemove NewQualifiedOperators
2010-11-27 Roman LeshchinskiyDocument -ddump-rule-firings and -ddump-rule-rewrites
2010-11-23 Ian LynaghRemove references to Haskell 98
2010-11-17 simonpj@microsoft.comDocument SPECIALISE for imported functions
2010-11-17 simonpj@microsoft.comFix Trac #4498: bang-pattern bindings are monomorphic
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-09-22 Ian LynaghRemove an out of date paragraph from the user guide...
2010-09-15 simonpj@microsoft.comDocumentation for INLINABLE
2010-08-22 Ian LynaghGenerate the bit in the user guide where we say what...
2010-08-22 Ian LynaghDocument --supported-extensions
2010-07-08 Simon Marlowremove 'mode: xml' emacs settings (#2208)
2010-07-07 Ian LynaghAdd docs for DatatypeContexts extension
2010-06-14 simonpj@microsoft.comUpdate docs on view patterns
2010-05-05 Simon MarlowRemove the Unicode alternative for ".." (#3894)
2010-04-16 Ian LynaghUpdate the user guide so it talks about the newer ...
2010-04-16 Ian LynaghFix typo
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-10 simonpj@microsoft.comDocumentation for changes to Template Haskell and quasi...
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-12-01 Ian LynaghFix typo in docs
2009-11-25 Simon Marlowadd docs for Unicode entities in #2978
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 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.comFix cross-reference
2009-10-07 simonpj@microsoft.comAdd flag -XExplicitForAll and document it
2009-10-02 simonpj@microsoft.comDocument -XMonoLocalBinds
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
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-07-25 Ian LynaghAdd an extension to disable n+k patterns
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-17 Ian LynaghTypo fixes, from Alexey Mahotkin
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-06-05 Ian LynaghUpdate the docs on how you bind unlifted types in let...
2009-06-05 simonpj@microsoft.comMention that generalised list comprehensions are enable...
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-05-18 Max BolingbrokeAdd missing word, spotted by Tom Lokhorst
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-11 simonpj@microsoft.comImprove documentation for LANGUAGE pragma (esp wrt...
2008-12-10 Ian LynaghFix user guide typesetting
2008-12-10 simonpj@microsoft.comImprove documentation for data family instances (cf...
2008-11-29 shelarcyFix typo in quasi-quote documentation's sample.
2008-11-20 simonpj@microsoft.comFix flag name -XDisambiguateRecordFields
2008-11-16 Ian LynaghCorrect an example in the users guide
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-28 simonpj@microsoft.comClarify documentatoin
2008-10-28 Ian LynaghDoc fix
2008-10-28 Ian LynaghRename some variables in docs
2008-10-28 Ian LynaghFix typos
2008-10-28 simonpj@microsoft.comMostly-fix Trac #2595: updates for existentials
2008-10-15 simonpj@microsoft.comUpdate manual: tidy up instances, say more about type...
2008-10-07 Simon Marlowupdate documentation for PostfixOperators
2008-10-07 Simon Marlowfix markup
2008-10-08 Manuel M T ChakravartyUsers Guide: added type family documentation
2008-10-01 Simon Marlowfix new-qualified-operators link
2008-09-30 Simon MarlowRemove outdated link to OGI webpage
2008-09-22 Simon Marlowadd -XNewQualifiedOperators (Haskell' qualified operato...
2008-09-19 simonpj@microsoft.comImprove documentation of overlapping instances
2008-09-16 simonpj@microsoft.comAdd link to GADT paper re rigid types
2008-09-15 Ross Patersonadd refs and fix a bug (noted by Peter Gammie) in docs...
2008-08-28 simonpj@microsoft.comImprove documentation of stolen syntax
2008-08-27 simonpj@microsoft.comBetter documentation for -XLiberalTypeSynonyms, and...
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-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
2008-07-29 simonpj@microsoft.comImprove docs for GADTs
2008-07-20 Ian LynaghAdd a WARNING pragma
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-05-12 Don Stewarttypo in rules example. spotted by vixey@#haskell
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
next