swap <[]> and <{}> syntax
[ghc-hetmet.git] / compiler / parser / ParserCore.y
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-11-17 Simon Marlowremove -XNoMonomorphismRestriction
2010-11-17 Simon Marlowadd some {-# LANGUAGE BangPatterns #-} to mollify GHC
2010-07-30 simonpj@microsoft.comWork around missing type signature in Happy
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-06-08 Ian LynaghPut "%expect 0" directives in the .y files
2009-05-14 Ian LynaghHide warnings from alex/happy sources
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-07-31 Max BolingbrokeFollow OccName changes in ParserCore
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
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-04-25 simonpj@microsoft.comRetain inline-pragma information on unfoldings in inter...
2006-11-13 Aaron TombFix external core syntax (though not full compilation)
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
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-09-12 audreyt@audreyt.orgTake away XXXs in GADT records related code that are...
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-24 Simon MarlowIn interface files, store FastStrings rather than OccNa...
2006-06-05 simonpj@microsoft.comRemove one more IfaceInlineCall
2006-04-20 Josef SvenningssonExtcore can now handle data types without constructors
2006-04-07 Simon MarlowReorganisation of the source tree