Improve error reporting for kind errors (fix Trac #1633)
[ghc-hetmet.git] / compiler / typecheck /
2009-05-13 simonpj@microsoft.comImprove error reporting for kind errors (fix Trac ...
2009-05-13 simonpj@microsoft.comFix Trac #3219: type of a record update
2009-05-12 simonpj@microsoft.comImprove error messages for type functions
2009-04-27 Manuel M T ChakravartyEquality constraint solver is now externally pure
2009-04-24 Ian LynaghDo the second part of #2806: Disallow unlifted types...
2009-04-24 Ian LynaghTiny refactor
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2009-04-23 simonpj@microsoft.comSimplify the placeholder binding for naughty record...
2009-04-23 simonpj@microsoft.comFix Trac #3176: intercept naughty record selectors
2009-03-31 Ian LynaghMake some showSDoc's use OneLineMode rather than PageMode
2009-03-30 simonpj@microsoft.comFix an nasty black hole, concerning computation of...
2009-03-30 simonpj@microsoft.comAdd an extra print to -ddump-tc-trace
2009-03-30 simonpj@microsoft.comRemove dead code (dataConsStupidTheta)
2009-03-26 Manuel M T ChakravartyTemplate Haskell: support for kind annotations
2009-03-25 Manuel M T ChakravartyTemplate Haskell: make reify aware of type families
2009-03-19 Manuel M T ChakravartyTemplate Haskell support for equality constraints
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-03-16 simonpj@microsoft.comReject foralls in constructor args in 'deriving', excep...
2009-03-16 simonpj@microsoft.comFix Trac #3092
2009-03-15 Manuel M T ChakravartyEnsure the orientation of var-var equalities is correct...
2009-03-13 simonpj@microsoft.comFix Trac #3087: derived Data now defines dataCast1/2
2009-03-05 simonpj@microsoft.comMake -fdicts-cheap cope with implication constraints
2009-03-05 simonpj@microsoft.comFinally fix Trac #3066
2009-03-04 simonpj@microsoft.comLayout only
2009-03-04 simonpj@microsoft.comFix a long-standing latent bug (and the build): check...
2009-03-03 simonpj@microsoft.comFix Trac #3066: checking argument types in foreign...
2009-03-03 simonpj@microsoft.comFix Trac #3057 in deriving Functor
2009-03-03 simonpj@microsoft.comComments only
2009-02-23 simonpj@microsoft.comUse 'nonIOok' instead of 'True'; cosmetics only
2009-02-13 Ian LynaghPut RelaxedPolyRec in the cabal file rather than a...
2009-02-11 simonpj@microsoft.comFix Trac #3017: ensure that we quantify over enough...
2009-02-11 simonpj@microsoft.comTurn another ASSERT into a WARN (temproraily)
2009-02-06 Ian LynaghFix building with GHC 6.8
2009-02-04 simonpj@microsoft.comCheck -XGADTs in (a) type family decls (b) pattern...
2009-02-04 simonpj@microsoft.comImprove error reports for kind checking (Trac #2994)
2009-02-04 simonpj@microsoft.comFurther wibbles to 'deriving' for functor-like things
2009-02-04 simonpj@microsoft.comFix Trac #2999: change an ASSERT to a WARN
2009-01-15 simonpj@microsoft.comRobustify lookupFamInstEnv, plus some refactoring
2009-01-14 simonpj@microsoft.comRobustify lookupFamInstEnv
2009-02-02 simonpj@microsoft.comAdd the ability to derive instances of Functor, Foldabl...
2009-01-30 simonpj@microsoft.comFix Trac #2985: generating superclasses and recursive...
2009-01-30 simonpj@microsoft.comWhite space only
2009-01-14 Ian LynaghRemove redundant import; spotted by Thorkil Naur
2009-01-13 simonpj@microsoft.comRename isIdentityCoercion to isIdentityCoI; add Coercio...
2009-01-13 simonpj@microsoft.comSpelling in comment only
2009-01-13 simonpj@microsoft.comImprove error messages slightly
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-31 simonpj@microsoft.comFix Trac #2721: reject newtype deriving if the class...
2008-12-31 simonpj@microsoft.com-XImpredicativeTypes implies -XRankNTypes, and improve...
2008-12-31 simonpj@microsoft.comFix Trac #2856: make deriving work for type families
2008-12-31 simonpj@microsoft.comWhite space and spelling in comments
2008-12-31 simonpj@microsoft.comImprove error reporting for 'deriving'
2008-12-30 simonpj@microsoft.comImprove error message in deriving (fix Trac #2851)
2008-12-30 simonpj@microsoft.comAvoid nasty name clash with associated data types ...
2008-12-30 simonpj@microsoft.comRefactor RnEnv to fix Trac #2901
2008-12-30 simonpj@microsoft.comAdd quotes to error message
2008-12-11 Thomas SchillingComments only. Haddockify parts of TcRnTypes.
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-25 simonpj@microsoft.comFix Trac #2799: TcType.isOverloadedTy
2008-11-08 Ian LynaghRemove some dead code now that __GLASGOW_HASKELL__...
2008-11-07 Clemens FruhwirthReplace couple of fromJust with expectJust
2008-10-31 Thomas SchillingRemove dead code.
2008-11-03 simonpj@microsoft.comFix desugaring of record update (fixes Trac #2735)
2008-10-31 Thomas SchillingQuickfix for warning.
2008-10-30 simonpj@microsoft.comImprove error reporting for non-rigid GADT matches
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-29 simonpj@microsoft.comFix tcrun031: yet more tidying up in TcDeriv
2008-10-28 simonpj@microsoft.comMostly-fix Trac #2595: updates for existentials
2008-10-28 simonpj@microsoft.comFix Trac #2723: keep track of record field names in...
2008-10-28 simonpj@microsoft.comRemove dead code
2008-10-27 simonpj@microsoft.comFix Trac #2713: refactor and tidy up renaming of fixity...
2008-10-25 simonpj@microsoft.comFix Trac #2701: make deriving check better for unlifted...
2008-10-22 simonpj@microsoft.comFix Trac #2714 (a minor wibble)
2008-10-21 Manuel M T ChakravartyReject programs with superclass equalities for now
2008-10-21 Ian LynaghFix doc syntax
2008-10-21 simonpj@microsoft.comComments and parens only
2008-10-21 simonpj@microsoft.comFix Trac #2668, and refactor TcDeriv
2008-10-19 simonpj@microsoft.comComments to explain strict overlap checking for type...
2008-09-23 simonpj@microsoft.comAllow type families to use GADT syntax (and be GADTs)
2008-09-20 simonpj@microsoft.comWibble to ungrammatical error message
2008-09-20 simonpj@microsoft.comComments only: replace ":=:" by "~" (notation for equal...
2008-10-21 Manuel M T ChakravartyFIX #2693
2008-10-21 Manuel M T ChakravartyFIX #2688
2008-10-15 simonpj@microsoft.comComments only
2008-10-09 Manuel M T ChakravartyFIX #2639
2008-10-03 simonpj@microsoft.comFix warnings
2008-10-03 Ian LynaghUse a proper exception for IOEnvFailure, not just a...
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-10-02 Manuel M T ChakravartyClean up some comments
2008-10-02 simonpj@microsoft.comComments only
2008-10-01 Manuel M T ChakravartyProper error message for unsupported pattern signatures
2008-10-01 Manuel M T ChakravartyTFs: Fixed InstContextNorm (and simplification of IPs)
2008-10-01 Manuel M T ChakravartyTcSimplify.reduceImplication: clean up
2008-10-01 Manuel M T ChakravartyMake sure to zonk the kind of coercion variables
2008-09-30 Manuel M T ChakravartyType families: need to instantiate flexible skolems...
2008-09-29 Manuel M T ChakravartyFix warnings
next