Make TH capable of quoting GADT declarations (Trac #5217)
[ghc-hetmet.git] / compiler / deSugar / DsMeta.hs
2011-06-11 Simon Peyton JonesMake TH capable of quoting GADT declarations (Trac...
2011-06-10 Simon Peyton JonesMake DsMeta catch up with LastStmt (fix Trac #5235)
2011-05-17 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
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-04 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Jose Pedro MagalhaesRemove HsNumTy and TypePati.
2011-05-02 Simon Peyton JonesMore hacking on monad-comp; now works
2011-04-28 Simon Peyton JonesPreliminary monad-comprehension patch (Trac #4370)
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
2011-03-29 Ian LynaghRenumber TH uniques
2011-03-28 Ian LynaghWhitespace only
2011-03-17 Ian LynaghAdd unboxedTupleTName to templateHaskellNames
2011-02-10 Ian LynaghAdd unboxed tuple support to Template Haskell
2011-01-10 simonpj@microsoft.comDo dependency analysis when kind-checking type declarations
2010-12-10 simonpj@microsoft.comWhite space only
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 INLINABLE pragma
2010-09-06 simonpj@microsoft.comPut liftStringName into the known-key names
2010-05-06 simonpj@microsoft.comRefactoring of hsXxxBinders
2010-03-17 simonpj@microsoft.comFix Trac #3920: Template Haskell kinds
2010-03-04 simonpj@microsoft.comRefactor part of the renamer to fix Trac #3901
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-01-20 simonpj@microsoft.comFix Trac #3813: unused variables in GHCi bindings
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2009-10-30 simonpj@microsoft.comFix Trac #3626: TH should reject unboxed tuples
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
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-06-11 Duncan CouttsAdd missing StgPrimCallOp case in repCCallConv
2009-05-27 simonpj@microsoft.comTemplate Haskell: improve lifting for strings
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
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-08-07 Max BolingbrokeRemove redundant fromIntegral calls
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsMeta
2008-05-07 Roman LeshchinskiyFIX validate: Fix warnings in new literal code
2008-05-06 Ian LynaghAdd a comment about why DsMeta needs the warning kludge
2008-05-06 simonpj@microsoft.comFix Trac #2246; overhaul handling of overloaded literals
2008-05-04 Ian LynaghMake DsMeta almost warning-free
2008-04-23 Ian LynaghAdd 123## literals for Word#
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsMeta
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-16 simonpj@microsoft.comComplain sensibly if you try to use scoped type variabl...
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-02 simonpj@microsoft.comMake records work properly with type families
2007-04-24 Simon Marlowremove unused imports
2007-03-23 simonpj@microsoft.comWibble fixing overlapped pattern
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-12-29 andy@galois.comAdding a GENERATED pragma
2006-12-28 Manuel M T ChakravartyParse and desugar equational constraints
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 Simon MarlowModule header tidyup, phase 1
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-18 simonpj@microsoft.comFall over more gracefully when there's a Template Haske...
2006-08-09 Simon Marlowfixes to the stage2 build following removal of old...
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree