allow build settings to be overriden by adding mk/validate.mk
[ghc-hetmet.git] / compiler / typecheck /
2007-07-05 simonpj@microsoft.comTidy up IsIrred (no need for argument any more)
2007-07-04 simonpj@microsoft.comFix Trace #1494
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-07-03 simonpj@microsoft.comImprove formatting of errors, and fix a typo
2007-06-29 simonpj@microsoft.comMany comments about oclose, plus a fix for Trac #1456
2007-06-29 simonpj@microsoft.comImprove error message (Trac #1446)
2007-06-29 simonpj@microsoft.comRefine printing of names in unification mis-match
2007-06-29 simonpj@microsoft.comImprove name-printing on unification mis-matches, when...
2007-06-29 Manuel M T ChakravartyChecking that type indexes contain no synonym family...
2007-06-29 Manuel M T ChakravartyRHS of a type instance must be a tau type
2007-06-29 Manuel M T ChakravartyOverlap check for type families
2007-06-28 simonmar@microsoft.comFix typechecking bug with implicit parameters (Trac...
2007-06-28 simonmar@microsoft.comWhite space only
2007-06-27 Manuel M T ChakravartyFix names of coercions in newtype instances
2007-06-27 Manuel M T ChakravartyFixed deriving of associated data types
2007-06-25 simonpj@microsoft.comPrint infix type constructors in an infix way
2007-06-21 simonpj@microsoft.comAnother wibble to the head-exploded error message ...
2007-06-21 simonpj@microsoft.comImprove 'my head exploded' error message
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-06-07 LemmihFix a bug in MatchCon, and clarify what dataConInstOrig...
2007-06-20 simonpj@microsoft.comImplement -X=GADTs and -X=RelaxedPolyRec
2007-06-20 simonpj@microsoft.comImprove the handling of deriving, in error cases
2007-06-20 simonpj@microsoft.comMore refactoring in TcSimplify
2007-06-19 simonpj@microsoft.comFix a bug in the handling of implication constraints...
2007-06-19 simonpj@microsoft.comComments only
2007-06-08 Manuel M T ChakravartyFix deriving of indexed data types
2007-06-06 simonpj@microsoft.comDon't suggest -fno-monomorphism-restriction if it's...
2007-06-06 simonpj@microsoft.comFIX #1385: make sure tuple instances are loaded
2007-06-05 Ian LynaghTypo, spotted by Stefan Holdermans
2007-05-30 simonpj@microsoft.comFix bogus check for strictness in newtypes
2007-05-30 simonpj@microsoft.comFix bug in tcSimplifyInfer (Trac #1382)
2007-05-30 simonpj@microsoft.comReject newtypes with strictness annotations; fixes...
2007-05-23 simonpj@microsoft.comIn GHCi, bind identifiers at TH level 'impLevel'
2007-05-14 simonpj@microsoft.comImprove error message when 'main' is not defined
2007-05-14 Manuel M T Chakravarty-findexed-types -> -ftype-families
2007-05-14 Manuel M T ChakravartyRevised signature of tcLookupFamInst and lookupFamInstEnv
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-10 simonpj@microsoft.comDead code elimination
2007-05-09 simonpj@microsoft.comTidy up the interface to lookupInstEnv
2007-05-07 simonpj@microsoft.comFIX Trac #1332: make isStringTy work right
2007-05-07 simonpj@microsoft.comFIX Trac #1329: spelling error
2007-05-06 Manuel M T ChakravartyExtend hptInstances to also cover family instances
2007-05-04 Manuel M T ChakravartyAdded VectInfo to ModGuts
2007-05-04 Ian LynaghPanic properly if wrongKindOfFamily is given an unexpec...
2007-05-04 simonpj@microsoft.comWarning police
2007-05-04 simonpj@microsoft.comisDataTyCon should be False for all type families,...
2007-05-03 Simon Marlowcancel out some reverses by changing the order of ic_tm...
2007-05-02 simonpj@microsoft.comComments, plus type sigs
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-05-02 simonpj@microsoft.comImprove error reporting for type signatures
2007-05-02 simonpj@microsoft.comDo not generate warnings for compiler-generated code
2007-05-02 simonpj@microsoft.comUse pprSourceTyCon; delete unused tyConOrigHead
2007-04-27 simonpj@microsoft.comFix egregious typo in TcUnify
2007-04-26 Simon MarlowGive a better error message when we try to print a...
2007-04-25 Simon MarlowTidy types of free vars at a breakpoint
2007-04-25 Simon MarlowKeep track of free type variables in the interactive...
2007-04-24 Pepe IborraSome tyvars were being introduced in the environment...
2007-04-25 Manuel M T ChakravartyGenerating synonym instance representation tycons
2007-04-25 simonpj@microsoft.comAdd -fwarn-monomorphism-restriction (on by default...
2007-04-25 simonpj@microsoft.comGive the inferred type when warning of a missing type...
2007-04-24 simonpj@microsoft.comFix bug in boxySplitTyConApp
2007-04-22 simonpj@microsoft.comFixes to datacon wrappers for indexed data types
2007-04-22 simonpj@microsoft.comFix corner case of useless constraint in SPECIALISE...
2007-04-22 simonpj@microsoft.comWarning police
2007-04-20 Simon Marlowremove unused imports
2007-04-10 Tyson WhiteheadDistinguish between userError (i.e., deliberate failure...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-03-22 simonpj@microsoft.comImprove documentation of instances
2007-03-21 simonpj@microsoft.comFix checkHiBootIface for instances declared in hs-boot...
2007-03-21 simonpj@microsoft.comRemove bogus export from TcSplice.lhs-boot
2007-03-21 simonpj@microsoft.comWibble to GHCi part of TcRnDriver
2007-03-21 simonpj@microsoft.comYet another wibble to checkHiBootIface; it's trickier...
2007-03-20 simonpj@microsoft.comFurther wibbles to checkBootIface (fixed HEAD build)
2007-03-19 simonpj@microsoft.comUse explict layout (fixes breakage when compiling TcSim...
2007-03-16 simonpj@microsoft.comImprove error messages for 'deriving' clauses
2007-03-16 simonpj@microsoft.comRefactor TcRnDriver, and check exports on hi-boot files
2007-03-15 simonpj@microsoft.comMake the type-defaulting in GHCi use () as the first...
2007-03-14 simonpj@microsoft.comWibble to type-error-message improvement
2007-03-14 simonpj@microsoft.comImprove error messages slightly, saying "a1...an" inste...
2007-03-14 simonpj@microsoft.comImprove typechecker error messages; see Trac #1221
2007-03-06 simonpj@microsoft.comSimple fix for Trac #1199 (pls merge to branch)
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-23 simonpj@microsoft.comTidy up typechecking for newtypes
2007-02-23 Manuel M T ChakravartyMoved argument position info of ATs into tycon rhs...
2007-02-19 Pepe IborraRemoved unnecessary code
2007-02-21 simonpj@microsoft.comAllow GADT syntax for newtypes
2007-02-21 simonpj@microsoft.comFix a deriving bug, arising from recent refactoring
2007-02-21 simonpj@microsoft.comFix defaulting for overloaded strings
2007-02-19 simonpj@microsoft.comSignature type variables must not be instantiated with...
2007-02-07 simonpj@microsoft.comSpelling fix
2007-02-06 simonpj@microsoft.comCheck for escape when unifying forall-types
2007-02-04 lennart@augustsson.netMake HsRecordBinds a data type instead of a synonym.
2007-02-04 lennart@augustsson.netFix a comment typo.
2007-02-04 lennart@augustsson.netFix a typo.
next