Add (a) CoreM monad, (b) new Annotations feature
[ghc-hetmet.git] / compiler / parser / Parser.y.pp
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
2006-09-12 audreyt@audreyt.orgAnother s/autrijus/audreyt/ in comments.
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-09 Simon MarlowRemove old FFI syntax
2006-07-25 Simon MarlowGeneralise Package Support
2006-06-23 Simon Marlowthe unlifted kind
2006-05-19 simonpj@microsoft.comRemove misleading comments
2006-04-14 simonpj@microsoft.comAllow $x, as well as $(x), at top level in TH
2006-04-07 Simon MarlowReorganisation of the source tree