Merge remote branch 'origin/master'
[ghc-hetmet.git] / compiler / typecheck / TcHsSyn.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-12 Simon Peyton JonesThe final batch of changes for the new coercion represe...
2011-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
2011-05-03 Simon Peyton JonesMore hacking on monad-comp
2011-05-02 Simon Peyton JonesMore hacking on monad-comp; now works
2011-04-29 Simon Peyton JonesSimon's hacking on monad-comp; incomplete
2011-04-28 Simon Peyton JonesPreliminary monad-comprehension patch (Trac #4370)
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2010-12-22 simonpj@microsoft.comTidy up rebindable syntax for MDo
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-12-02 simonpj@microsoft.comRe-jig simplifySuperClass (again)
2010-11-05 simonpj@microsoft.comRemove the now-unused constructor VarPatOut
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-10-15 simonpj@microsoft.comComments and layout
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-09-19 simonpj@microsoft.comAdd a flag -fwarn-missing-local-sigs, and improve ...
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-03-04 simonpj@microsoft.comRefactor part of the renamer to fix Trac #3901
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-07 Ian LynaghRemove unused imports
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-07-02 simonpj@microsoft.comFix Trac #3342: missed zonking in TcHsSyn
2009-03-26 Manuel M T ChakravartyTemplate Haskell: support for kind annotations
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-10-28 simonpj@microsoft.comMostly-fix Trac #2595: updates for existentials
2008-10-01 Manuel M T ChakravartyMake sure to zonk the kind of coercion variables
2008-09-10 simonpj@microsoft.comFix the zonking of HsWrappers
2008-07-20 Thomas SchillingFix Haddock errors.
2008-05-06 Ian LynaghMake TcHsSyn warning-free
2008-05-06 simonpj@microsoft.comFix Trac #2246; overhaul handling of overloaded literals
2008-04-23 Ian LynaghAdd 123## literals for Word#
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcHsSyn
2008-04-22 simonpj@microsoft.comRename WpCo to WpCast
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-24 Ian LynaghFix the build
2008-01-22 simonpj@microsoft.comTidy up the treatment of SPECIALISE pragmas
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-07 simonpj@microsoft.comMake the treatment of equalities more uniform
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-11-19 simonpj@microsoft.comImprove the situation for Trac #959: civilised warning...
2007-11-05 simonpj@microsoft.comInline implication constraints
2007-10-27 simonpj@microsoft.comIn an AbsBinds, the 'dicts' can include EqInsts
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.comFIX BUILD: add missing prime!
2007-06-21 LemmihAdd several new record features
2007-06-18 LemmihRemove the unused HsExpr constructor DictPat
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-04-22 simonpj@microsoft.comFix corner case of useless constraint in SPECIALISE...
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-10-18 simonpj@microsoft.comAdd the primitive type Any, and use it for Dynamics
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-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 ChakravartyComplete the evidence generation for GADTs
2006-09-20 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-18 Manuel M T ChakravartyRemove argument variance info of tycons
2006-08-06 Manuel M T ChakravartyAdd CoPat stuff
2006-09-18 simonpj@microsoft.comEnsure that only zonked poly_ids are passed to tcSpecPrag
2006-08-09 Simon MarlowRemove old FFI syntax
2006-04-07 Simon MarlowReorganisation of the source tree