Allow spaces at either end of the C import spec (#3742)
[ghc-hetmet.git] / compiler / parser / Parser.y.pp
2009-11-27 Ian LynaghColumns now start at 1, as lines already did
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-28 simonpj@microsoft.comTidy up the parsing of comprehensions and improve locations
2009-09-30 simonpj@microsoft.comWhite space only
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
2009-09-08 simonpj@microsoft.comRefactor the parsing of data type declarations
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-08-25 simonpj@microsoft.comMove the standalone-deriving flag test from parser...
2009-08-21 simonpj@microsoft.comWibbles to field-label puns
2009-08-12 Ian LynaghAdd support for multi-line deprecated pragmas; trac...
2009-07-17 Max BolingbrokeTurn group into a special_id when TransformListComp...
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' code
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-06-09 Duncan CouttsLexing and parsing for "foreign import prim"
2009-06-11 Duncan CouttsDeprecate the threadsafe kind of foreign import
2009-05-28 simonpj@microsoft.comFix Trac #3013: multiple constructors in a GADT decl
2009-05-27 simonpj@microsoft.comTemplate Haskell: allow type splices
2009-05-14 Ian LynaghHide warnings from alex/happy sources
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2009-04-18 David WaernFix my previous patch about type parsing
2009-04-17 David WaernSimplify the type grammar
2009-04-09 simonpj@microsoft.comFix Trac #3155: better error message when -XRankNTypes...
2009-04-02 simonpj@microsoft.comComments only; record remarks about removing 'type...
2009-03-31 David WaernAllow Haddock comments in type synonyms
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-09-22 Simon Marlowadd -XNewQualifiedOperators (Haskell' qualified operato...
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
2008-08-12 simonpj@microsoft.comFix Trac #2490: sections should be parenthesised
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-07-10 Ian LynaghChange pragma order to stop GHC 6.4 getting confused
2008-07-10 Ian LynaghMove more flags from the Makefile into pragmas
2008-05-02 Ian LynaghMake part of the parser a bit stricter
2008-05-02 Ian LynaghFix some space-wasting in the Parser
2008-04-27 Ian LynaghFix an error if an SCC name contains a space; fixes...
2008-04-23 Ian LynaghAdd 123## literals for Word#
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Parser
2008-02-18 Ian LynaghMake the parser a bit stricter
2008-01-25 Ian LynaghParser tweak
2008-01-25 Ian LynaghA couple more parser tweaks
2008-01-24 Ian LynaghMake comb[234] strict
2008-01-24 Ian LynaghStrictness tweaks
2008-01-24 Ian LynaghGet a bit of sharing
2008-01-24 Ian LynaghMake sL strict in /both/ arguments to L
2008-01-24 Ian LynaghA touch more strictness in the parser
2008-01-24 Ian LynaghAdd a bit of strictness to the parser
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-02 Isaac Dupreeimplement prefix unboxed tuples (part of #1509)
2007-12-26 Isaac Dupreecorrect type mistake, hidden by happy -agc coercions!
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-11-14 David WaernAvoid making Either String an instance of Monad in...
2007-11-01 David WaernRefactor Haddock options
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-02 David WaernFIX: parsing of doc options
2007-09-17 simonpj@microsoft.comLoosen the syntax of types slightly
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-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-07-23 Simon MarlowFIX #1555: Remove "exp -> pat" production in stmts
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: remove negative-prim-literal old hackish impleme...
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
2007-05-07 Simon MarlowFIX: #1253 (Can't use non-layout at top level)
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.
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
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-10 simonpj@microsoft.comAdd HsUtils.unguardedGRHSs, and use it
2006-10-11 Simon MarlowModule header tidyup #2
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.netAdded parser and abstract syntax support for stand...
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
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 ChakravartyMigrate cvs diff from fptools-assoc branch
2006-08-02 Manuel M T ChakravartyMake 'iso' special in the parser
2006-09-18 Markus LauerAdded parsing rule for BangPattern in case expr
next