Fix CodingStyle#Warnings URLs
[ghc-hetmet.git] / compiler / parser /
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-19 Manuel M T ChakravartyFIX: family instances for infix type constructors
2007-08-17 Ian LynaghMake :i (->) work; fixes trac #1587
2007-08-16 Ian LynaghAdd a deprecated warning for _scc_
2007-08-10 Ian LynaghChange standalone deriving syntax and semantics; fixes...
2007-08-07 Isaac DupreeWarning police: eliminate all defaulting within stage1
2007-08-04 Ian LynaghRename Opt_TH to Opt_TemplateHaskell to match the langu...
2007-08-04 Ian LynaghRename Opt_FFI to Opt_ForeignFunctionInterface to match...
2007-07-24 Simon MarlowFIX #1215: GHC fails to respect the maximal munch rule...
2007-07-23 Simon MarlowFIX #1555: Remove "exp -> pat" production in stmts
2007-07-10 Ian LynaghImplement -XStandaloneDeriving, the lexer is now glaext...
2007-07-10 Ian Lynagh'a'# syntax is enabled by the MagicHash extension
2007-07-10 Ian Lynagh"Foo"# syntax is enabled by the MagicHash extension
2007-07-10 Ian Lynagh5# syntax is enabled by the MagicHash extension
2007-07-10 Ian Lynagh{| and |} are -fgenerics syntax
2007-07-10 Ian LynaghRank 2 and rank n types enable explicit forall syntax
2007-07-10 Ian LynaghRULES pragmas only need explicitForallEnabled, no ...
2007-07-09 Ian LynaghImplement unboxed tuples flags
2007-07-09 Ian LynaghAdd -XExistentialQuantification flag
2007-07-09 Ian LynaghImplement -XPolymorphicComponents
2007-07-09 Ian Lynaghrename tv -> explicitForall
2007-07-09 Ian LynaghImplement -XUnicodeSyntax
2007-07-08 Ian LynaghImplement -XRecursiveDo
2007-07-08 Ian LynaghImplement -XKindSignatures
2007-07-08 Ian LynaghSupport the MagicHash extension as a flag and LANGUAGE...
2007-06-21 simonpj@microsoft.comFIX read040: patterns with type sig on LHS of do-binding
2007-06-21 LemmihAdd several new record features
2007-05-26 Isaac Dupree#1318: lex negative unboxed literals
2007-05-26 Isaac Dupree#1318: remove negative-prim-literal old hackish impleme...
2007-05-26 Isaac DupreeparseInteger->parseUnsignedInteger to clarify meaning
2007-05-14 Manuel M T Chakravarty-findexed-types -> -ftype-families
2007-05-10 Michael D. AdamsDocumented the Unicode tricks that are being played...
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-08 Simon MarlowFIX parsing of Haddock comments (broken by me in the...
2007-05-07 Simon MarlowFIX: #1253 (Can't use non-layout at top level)
2007-05-07 Simon Marlowproperly fix leakage of Haddock comment syntax (see...
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-04-26 Simon Marlowrestore the correct Unicode ellipsis character
2007-04-25 simonpj@microsoft.comRetain inline-pragma information on unfoldings in inter...
2007-04-16 Simon Marlowtab, verttab, formfeed, and CR are not allowed in strings
2006-11-13 Aaron TombFix external core syntax (though not full compilation)
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-03-23 simonpj@microsoft.comEmit a decent error message when there is a decl-splice...
2007-02-24 Manuel M T ChakravartyFix parsing of parallel array literals
2007-02-04 lennart@augustsson.netMake HsRecordBinds a data type instead of a synonym.
2007-01-30 simonpj@microsoft.comFix Trac #1122; spot absence of TyCon in data/newtype...
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2007-01-16 Simon MarlowRemove special lambda unicode character, it didn't...
2007-01-12 Ian LynaghAdd a warning for tabs in source files
2007-01-10 simonpj@microsoft.comComments only
2007-01-05 davve@dtek.chalmers.seRemove the DocEntity type. Fixes the problem with dupli...
2007-01-05 Manuel M T ChakravartyHsSyn clean up for indexed types
2007-01-02 simonpj@microsoft.comStandalone deriving wibbles: keyword is 'derive' not...
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-29 Manuel M T ChakravartyEqPred pretty prints as ~ and equalities without brackets
2006-12-29 andy@galois.comAdding a GENERATED pragma
2006-12-28 Manuel M T ChakravartyParse and desugar equational constraints
2006-12-08 simonpj@microsoft.comImprove parsing for bang patterns (fixes Trac #1041)
2006-12-06 Manuel M T ChakravartyKind sigs in associated data/newtype family decls may...
2006-11-29 Simon Marlowfix to isNormalComment for non-Haddock mode, and some...
2006-11-10 simonpj@microsoft.comAdd HsUtils.unguardedGRHSs, and use it
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-22 Manuel M T ChakravartyFix handling of family instances in the presense of...
2006-10-11 Simon MarlowModule header tidyup #2
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-09 Ian LynaghUpdate hi-boot files to fix building with old GHCs
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-09-21 bjorn@bringert.netMade 'for' a special ID in the grammar.
2006-09-20 bjorn@bringert.netMerged stand-alone deriving with FC stuff.
2006-09-18 bjorn@bringert.netNew syntax for stand-alone deriving. Implemented fully.
2006-09-17 bjorn@bringert.netRenamer part of stand-alone deriving extension.
2006-09-17 bjorn@bringert.netAdded parser and abstract syntax support for stand...
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-20 Manuel M T ChakravartyOption -findexed-types
2006-09-20 Manuel M T ChakravartyKind sig for toplevel family decls is optional
2006-09-20 Manuel M T ChakravartyExtend Class.Class to include the TyCons of ATs
2006-09-18 Manuel M T ChakravartyType tags in import/export lists
2006-09-18 Manuel M T ChakravartyUse family and instance keyword to identify indexed...
2006-09-18 Manuel M T ChakravartyRemove checkTopTypeD
2006-09-15 Manuel M T ChakravartyAdded error checks & fixed bugs
2006-09-15 Manuel M T ChakravartyRevised kind signatures
2006-09-15 Manuel M T ChakravartyCleanup (re type function parsing)
2006-09-15 Manuel M T ChakravartyParser support for assoc synonyms
2006-09-15 Manuel M T ChakravartyFix migrated AT support
2006-09-15 Manuel M T ChakravartyMigrate cvs diff from fptools-assoc branch
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-02 Manuel M T ChakravartyMake 'iso' special in the parser
2006-09-18 Markus LauerAdded parsing rule for BangPattern in case expr
2006-09-12 audreyt@audreyt.orgAnother s/autrijus/audreyt/ in comments.
2006-09-12 audreyt@audreyt.orgTake away XXXs in GADT records related code that are...
2006-09-07 simonpj@microsoft.comResult type signatures are no longer supported (partial)
2006-09-04 simonpj@microsoft.comEnable bang-patterns only when the flag says so (had...
2006-08-21 Simon Marlowfix export/import list parsing (allow (,)), and remove...
2006-08-21 Simon Marlowcomply with Haskell 98 by not allowing extra commas...
2006-08-10 sven.panne@aedion.deNuked hschooks.h in favour of cutils.h, which has the...
2006-08-09 Simon MarlowRemove old FFI syntax
next