Fixed uninitialised FunBind fun_tick field
[ghc-hetmet.git] / compiler / parser /
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-29 Simon Marlowfix to isNormalComment for non-Haddock mode, and some...
2006-11-10 simonpj@microsoft.comAdd HsUtils.unguardedGRHSs, and use it
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-22 Manuel M T ChakravartyFix handling of family instances in the presense of...
2006-10-11 Simon MarlowModule header tidyup #2
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-09 Ian LynaghUpdate hi-boot files to fix building with old GHCs
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.netRenamer part of stand-alone deriving extension.
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-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-20 Manuel M T ChakravartyOption -findexed-types
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 ChakravartyFix migrated AT support
2006-09-15 Manuel M T ChakravartyMigrate cvs diff from fptools-assoc branch
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
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-09-12 audreyt@audreyt.orgTake away XXXs in GADT records related code that are...
2006-09-07 simonpj@microsoft.comResult type signatures are no longer supported (partial)
2006-09-04 simonpj@microsoft.comEnable bang-patterns only when the flag says so (had...
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-10 sven.panne@aedion.deNuked hschooks.h in favour of cutils.h, which has the...
2006-08-09 Simon MarlowRemove old FFI syntax
2006-08-07 Simon Marlowadd a comment
2006-07-26 simonpj@microsoft.comDeal correctly with infix type constructors in GADT...
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-24 Simon MarlowIn interface files, store FastStrings rather than OccNa...
2006-07-12 Simon Marlowdo a better job of ignoring unrecognised pragmas
2006-06-23 Simon Marlowthe unlifted kind
2006-06-05 simonpj@microsoft.comRemove one more IfaceInlineCall
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-05-24 Simon Marlowwe don't need OutOfHeapHook(), and the version in the...
2006-05-19 simonpj@microsoft.comBug-fix for infix function definitions (parse/rename)
2006-05-19 simonpj@microsoft.comRemove misleading comments
2006-04-20 Josef SvenningssonFixing some lexer errors with extcore
2006-04-20 Josef SvenningssonExtcore can now handle data types without constructors
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