Major patch to fix reporting of unused imports
[ghc-hetmet.git] / compiler / typecheck /
2009-07-06 simonpj@microsoft.comMajor patch to fix reporting of unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-07 Manuel M T ChakravartyFIX #2677
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-07-02 Manuel M T ChakravartyType synonym families may be nullary
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-07-02 simonpj@microsoft.comComments only
2009-06-26 Simon MarlowFix #3319, and do various tidyups at the same time
2009-06-25 simonpj@microsoft.comFix Trac #3323: naughty record selectors again
2009-06-11 Duncan CouttsRequire GHCForeignImportPrim for "foreign import prim"
2009-06-11 Duncan CouttsReverse the safe/unsafe requirement on foreign import...
2009-06-09 Duncan CouttsTypechecking for "foreign import prim"
2009-06-11 Duncan CouttsDeprecate the threadsafe kind of foreign import
2009-06-08 Duncan CouttsCheck we're not using stdcall in foreign export on...
2009-06-05 Ian LynaghMake a proper Opt_WarnLazyUnliftedBindings warning...
2009-06-03 simonpj@microsoft.comAllow RULES for seq, and exploit them
2009-05-29 simonpj@microsoft.comImplement -XMonoLocalBinds: a radical new flag
2009-05-28 simonpj@microsoft.comFix Trac #3262: suppress name-shadow warning for _names
2009-05-28 simonpj@microsoft.comPrint more nicely in -ddump-splices
2009-05-28 simonpj@microsoft.comFix Trac #3261: make default types play nice with ...
2009-05-28 simonpj@microsoft.comAdjust error message slightly
2009-05-28 simonpj@microsoft.comWhite space only
2009-05-28 simonpj@microsoft.comMove getMainFun to TcRnDriver, trim DynFlags imports
2009-05-28 simonpj@microsoft.comRemove dead code isHsVar
2009-05-28 simonpj@microsoft.comComments only
2009-05-28 simonpj@microsoft.comSeparate flags -XDeriveFunctor, -XDeriveFoldable, ...
2009-05-28 simonpj@microsoft.comAdd a comment
2009-05-27 simonpj@microsoft.comFix Trac #3221: renamer warnings for deriving clauses
2009-05-27 simonpj@microsoft.comTemplate Haskell: allow type splices
2009-05-27 simonpj@microsoft.comTemplate Haskell: improve lifting for strings
2009-05-26 Ian LynaghWibble some comments to avoid haddock parse errors
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
next