Remove (most of) the FiniteMap wrapper
[ghc-hetmet.git] / compiler / parser /
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-08-24 simonpj@microsoft.comAdd HsCoreTy to HsType
2010-07-30 simonpj@microsoft.comWork around missing type signature in Happy
2010-08-09 Ian LynaghAdd more info to more parse error messages (#3811)
2010-08-08 Ian LynaghAdd DoAndIfThenElse support
2010-08-08 Ian LynaghMake another parse error more informative
2010-08-08 Ian LynaghMake a parse error say what it is failing to parse...
2010-07-21 Anton NikishaevFix numeric escape sequences parsing
2010-07-07 Ian LynaghMake datatype contexts an extension (on by default...
2010-07-07 Ian LynaghHandle haddock headers when looking for LANGUAGE/OPTION...
2010-07-06 Ian LynaghMake pragState call mkPState, rather than duplicating...
2010-07-06 Ian LynaghMake mkPState and pragState take their arguments in...
2010-07-06 Ian LynaghRemove an out-of-date comment
2010-07-01 Ian LynaghRemove dead code (standalone deriving flag no longer...
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-05-06 simonpj@microsoft.comAdd a HsExplicitFlag to SpliceDecl, to improve Trac...
2010-05-05 Simon MarlowRemove the Unicode alternative for ".." (#3894)
2010-03-04 simonpj@microsoft.comMinor refactoring of placeHolderPunRhs
2010-03-02 Ian LynaghAdd handling for | to the transitional alternative...
2010-03-02 Ian LynaghTweak alternative layout rule
2010-03-02 Ian LynaghAdd transitional rules for the alternative layout rule
2010-03-02 Ian LynaghFix the alternative layout rule to handle explicit...
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-10 simonpj@microsoft.comSimplify syntax for quasi-quotation
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-01-16 Ian LynaghTeach the alternative layout rule about mdo and rec
2010-01-16 Ian LynaghTeach the alternative layout rule about $( ... )
2010-01-07 simonpj@microsoft.comClarify error message (Trac #3805)
2010-01-06 simonpj@microsoft.comMake view patterns right-associate
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2010-01-05 simonpj@microsoft.comImprove error message (idea in Trac #3805)
2010-01-05 simonpj@microsoft.comComments only
2009-12-22 simonpj@microsoft.comAllow instance heads to use infix syntax
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2009-12-17 Simon MarlowFix #3751, also fix some lexical error SrcLocs
2009-12-10 Simon MarlowFix #3741, simplifying things in the process
2009-12-10 Simon MarlowAllow spaces at either end of the C import spec (#3742)
2009-12-05 Ian LynaghAdd some comments on the alternative layout rule state
2009-12-03 Ian LynaghTweak layout for alternative layout rule
2009-12-03 Ian LynaghAdd a GHC layout extension to the alternative layout...
2009-11-29 Ian LynaghTweak the alternative layout rule: {} contains commas
2009-11-29 Ian LynaghTweak alternative layout rule
2009-11-29 Ian LynaghMake the alternative layout rule cope with file pragmas
2009-11-27 Ian LynaghColumns now start at 1, as lines already did
2009-11-27 Ian LynaghImplement non-decreasing do indentation in the alternat...
2009-09-18 Simon MarlowApply patch from #2978: add more Unicode syntax
2009-11-25 Ian LynaghFix a bug in alternative layout rule
2009-11-25 Ian LynaghFix a bug in alternative layout
2009-11-25 Ian LynaghBug fix for alternative layout rule
2009-11-25 Ian LynaghTweak alternative layout rule
2009-11-25 Ian LynaghAdd unboxed parentheses to the alternative layout rule
2009-11-25 Ian LynaghTweak the warning suppression flags used in Lexer
2009-11-25 Ian LynaghImplement the alternative layout rule
2009-11-24 Ian LynaghFix some warning in Lexer
2009-11-06 Ben.Lippmeier@anu... * Refactor CLabel.RtsLabel to CLabel.CmmLabel
2009-11-06 Ian LynaghFix the build
2009-11-06 Simon MarlowAccept any non-space characters in a header file (...
2009-11-04 Simon Marlowadd '-' to the chars allowed in C header file names
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 simonpj@microsoft.comComments and variable naming only
2009-10-28 simonpj@microsoft.comTidy up the parsing of comprehensions and improve locations
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-10-07 simonpj@microsoft.comAdd flag -XExplicitForAll and document it
2009-09-30 simonpj@microsoft.comWhite space only
2009-09-11 Simon Marlowmove hschooks.c to ghc/, and enable it
2009-09-11 Simon MarlowFix #3408: lengthen the idle GC time to 5s for GHC...
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-09-05 simonpj@microsoft.comRemove unused data constructor ITpragma in type Lexer...
2009-09-08 Simon Marlowfix warnings
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-20 simonpj@microsoft.comImprovements to record puns, wildcards
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-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' code
2009-07-25 Ian LynaghAdd an extension to disable n+k patterns
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-23 Simon MarlowRewrite the foreign import string parser using ReadP
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-17 Ian LynaghAllow mixed case in the LINE pragma; patch from squadet...
2009-07-09 Ian LynaghRemove maybePrefixMatch, using stripPrefix instead
2009-07-09 Ian LynaghAllow mixed case pragmas; #1817. Patch from squadette
2009-07-07 Ian LynaghRemove unused imports
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-07-02 simonpj@microsoft.comWhite space only
2009-06-26 Simon MarlowFix #3319, and do various tidyups at the same time
2009-06-09 Duncan CouttsLexing and parsing for "foreign import prim"
2009-06-11 Duncan CouttsDeprecate the threadsafe kind of foreign import
2009-06-08 Ian LynaghPut "%expect 0" directives in the .y files
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-20 Simon Marlowremove old todo comment
2009-05-14 Ian LynaghHide warnings from alex/happy sources
2009-05-13 Ian LynaghFix some warnings in Lexer
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
next