merge GHC HEAD
[ghc-hetmet.git] / compiler / hsSyn / Convert.lhs
2011-05-15 Max BolingbrokeUse FractionalLit more extensively to improve other...
2011-05-15 Max BolingbrokeRecord the original text along with parsed Rationals...
2011-05-02 Simon Peyton JonesMore hacking on monad-comp; now works
2011-04-28 Simon Peyton JonesPreliminary monad-comprehension patch (Trac #4370)
2011-02-10 Ian LynaghAdd unboxed tuple support to Template Haskell
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-10-10 Reiner PopeTemplate Haskell: add view patterns (Trac #2399)
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-09-15 simonpj@microsoft.comImplement TH reification of instances (Trac #1835)
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-07-30 simonpj@microsoft.com* Add StringPrimL as a constructor for Template Haskell...
2010-03-04 simonpj@microsoft.comComments only
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
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-10-20 simonpj@microsoft.comFix Trac #3600: Template Haskell bug in Convert
2009-08-11 simonpj@microsoft.comRefactor, and improve error messages (cf Trac #3395)
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-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-06-26 Simon MarlowFix #3319, and do various tidyups at the same time
2009-05-27 simonpj@microsoft.comTemplate Haskell: improve lifting for strings
2009-05-18 Simon Marlowfix typo: TH.ModName -> TH.PkgName
2009-03-26 Manuel M T ChakravartyTemplate Haskell: added bang patterns
2009-03-26 Manuel M T ChakravartyTemplate Haskell: support for kind annotations
2009-03-24 Manuel M T ChakravartyTemplate Haskell: support for INLINE and SPECIALISE...
2009-03-19 Manuel M T ChakravartyTemplate Haskell support for equality constraints
2009-03-19 Manuel M T ChakravartyTemplate Haskell: support for type family declarations
2009-01-21 Ian LynaghWhen converting TH syntax to GHC syntax, need to put...
2008-11-26 simonpj@microsoft.comFix Trac #2817 (TH syntax -> HsSyn conversion)
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-30 simonpj@microsoft.comFix Trac #2674: in TH reject empty case expressions...
2008-09-20 simonpj@microsoft.comFix Trac #2597 (second bug): complain about an empty...
2008-07-31 Max BolingbrokeFollow OccName changes in Convert
2008-07-20 Thomas SchillingFix Haddock errors.
2008-06-14 simonpj@microsoft.comFix Trac #2358: 1-tuples in Template Haskell
2008-04-23 Ian LynaghAdd 123## literals for Word#
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Convert
2008-02-04 Twan van LaarhovenFixed warnings in hsSyn/Convert, except for incomplete...
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-07 simonpj@microsoft.comFix Trac #2017
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
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-06-21 simonpj@microsoft.comUnbreak the stage-2 compiler (record-type changes)
2007-06-21 LemmihAdd several new record features
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-02 simonpj@microsoft.comMake records work properly with type families
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.
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-09-15 Manuel M T ChakravartyFix class construction
2006-09-15 Manuel M T ChakravartyMigrate cvs diff from fptools-assoc branch
2006-08-02 Manuel M T ChakravartyAdd new field to TySynonym
2006-08-09 Simon Marlowfixes to the stage2 build following removal of old...
2006-07-25 Simon MarlowGeneralise Package Support
2006-06-26 simonpj@microsoft.comSlight improvement in TH error reporting
2006-04-07 Simon MarlowReorganisation of the source tree