Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-generics
[ghc-hetmet.git] / compiler / parser / Parser.y.pp
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2010-12-22 simonpj@microsoft.comTidy up rebindable syntax for MDo
2010-11-23 Ian LynaghRemove references to Haskell 98
2010-11-17 Simon Marlowremove -XNoMonomorphismRestriction
2010-11-17 Simon Marlowadd some {-# LANGUAGE BangPatterns #-} to mollify GHC
2010-11-12 simonpj@microsoft.comWarn about top-level bangs (Trac #4477)
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-07-30 simonpj@microsoft.comWork around missing type signature in Happy
2010-08-08 Ian LynaghAdd DoAndIfThenElse support
2010-07-07 Ian LynaghMake datatype contexts an extension (on by default...
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-03-04 simonpj@microsoft.comMinor refactoring of placeHolderPunRhs
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-01-06 simonpj@microsoft.comMake view patterns right-associate
2010-01-05 simonpj@microsoft.comComments only
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
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)
next