Tweak the alternative layout rule: {} contains commas
[ghc-hetmet.git] / compiler / parser / Lexer.x
2007-05-08 Simon MarlowFIX parsing of Haddock comments (broken by me in the...
2007-05-07 Simon Marlowproperly fix leakage of Haddock comment syntax (see...
2007-04-26 Simon Marlowrestore the correct Unicode ellipsis character
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
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-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 andy@galois.comAdding a GENERATED pragma
2006-11-29 Simon Marlowfix to isNormalComment for non-Haddock mode, and some...
2006-10-11 Simon MarlowModule header tidyup #2
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
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 ChakravartyOption -findexed-types
2006-09-18 Manuel M T ChakravartyUse family and instance keyword to identify indexed...
2006-09-15 Manuel M T ChakravartyParser support for assoc synonyms
2006-08-07 Simon Marlowadd a comment
2006-07-12 Simon Marlowdo a better job of ignoring unrecognised pragmas
2006-06-01 simonmar@microsoft.comimprovements to lexical error reporting
2006-06-01 simonmar@microsoft.comcommented-out debugging code
2006-06-01 simonmar@microsoft.comunderstand Latin-1 symbols
2006-04-07 Simon MarlowReorganisation of the source tree