Fix Trac #2111: improve error handling for 'rec' in do-notation
[ghc-hetmet.git] / compiler / typecheck /
2008-02-26 simonpj@microsoft.comFix Trac #2111: improve error handling for 'rec' in...
2008-02-26 simonpj@microsoft.comRemove gaw comment
2008-02-26 simonpj@microsoft.comFix Trac #1899; missing equality check in typechecker...
2008-02-22 simonpj@microsoft.comImprove error messages from type-checking data constructors
2008-02-20 Ian LynaghRewrite fixTvSubstEnv so it iteratively applies its...
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-07 simonpj@microsoft.comAdjust error message (Trac #2079)
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-05 simonpj@microsoft.comMake do-notation a bit more flexible (Trac #1537)
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenReplace ioToTcRn with liftIO
2008-01-17 Twan van LaarhovenMonadify typecheck/TcRnMonad: use return, standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcEnv: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcRnDriver: use return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcMatches: use return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcMType: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcInstDcls: use do, return and stand...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcHsType: use do, return and standar...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcSimplify: use do, return and stand...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcSplice: use do and return
2008-01-17 Twan van LaarhovenMonadify typecheck/TcTyClsDecls: use return and standar...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcDefaults: use return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcDeriv: use return
2008-01-17 Twan van LaarhovenMonadify typecheck/TcClassDcl: use do, return and stand...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcBinds: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcArrows: use do and return
2008-01-17 Twan van LaarhovenMonadify typecheck/Inst: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcUnify: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcTyFuns: use standard monad functions
2008-01-17 Twan van LaarhovenMonadify typecheck/TcPat: use return and standard monad...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcRules: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcForeign: use do, return and standa...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcExpr: use do, return and standard...
2008-01-17 Twan van LaarhovenseqMaybe is more commonly known as mplus
2008-01-22 simonpj@microsoft.comTidy up the treatment of SPECIALISE pragmas
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-10 simonpj@microsoft.comFix 2030: make -XScopedTypeVariables imply -XRelaxedPolyRec
2008-01-07 simonpj@microsoft.comMake the treatment of equalities more uniform
2008-01-07 simonpj@microsoft.comAdd -XImpredicativeTypes, and tighten up type-validity...
2008-01-04 simonpj@microsoft.comDo not consult -XGADTs flag when pattern matching on...
2007-12-24 simonpj@microsoft.comWhen complaining about non-rigid context, give suggesti...
2007-12-21 simonpj@microsoft.comImprove handling of newtypes (fixes Trac 1495)
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-12-08 Manuel M T ChakravartyCoercions from boxy splitters must be sym'ed in pattern...
2007-12-07 Manuel M T ChakravartyProperly keep track of whether normalising given or...
2007-11-20 Manuel M T ChakravartyTcPat.tcConPat uses equalities instead of GADT refinement
2007-11-28 simonpj@microsoft.comImprove pretty-printing for Insts
2007-11-28 simonpj@microsoft.comReorganise TcSimplify (again); FIX Trac #1919
2007-11-28 simonpj@microsoft.comFIX Trac #1935: generate superclass constraints for...
2007-11-22 Manuel M T ChakravartyProperly ppr InstEqs in wanteds of implication constraints
2007-11-21 simonpj@microsoft.comMake rebindable do-notation behave as advertised
2007-11-21 simonpj@microsoft.comFix Trac #1913: check data const for derived types...
2007-11-20 simonpj@microsoft.comFIX Trac #1825: standalone deriving Typeable
2007-11-19 simonpj@microsoft.comImprove the situation for Trac #959: civilised warning...
2007-11-19 simonpj@microsoft.comFIX Trac #1806: test for correct arity for datacon...
2007-11-16 simonpj@microsoft.comWibble to fix Trac #1901 (shorten messsage slightly)
2007-11-16 simonpj@microsoft.comFIX Trac #1901: check no existential context in H98...
2007-11-14 simonpj@microsoft.comFIX Trac 1662: actually check for existentials in proc...
2007-11-12 simonpj@microsoft.comComment re Trac #1220
2007-11-06 simonpj@microsoft.comFix Trac #1813: generalise over *all* type variables...
2007-11-06 simonpj@microsoft.comFix Trac #1814 (staging interaction in Template Haskell...
2007-11-06 simonpj@microsoft.comImprove error messages
2007-11-06 Simon MarlowGHC API: add checkAndLoadModule
2007-11-05 simonpj@microsoft.comInline implication constraints
2007-11-05 simonpj@microsoft.comComments about TH staging
2007-11-02 simonpj@microsoft.comRefactor error recovery slightly
2007-11-01 simonpj@microsoft.comRejig the error messages a bit; fixes a minor bug
2007-11-01 David WaernRefactor Haddock options
2007-10-29 simonpj@microsoft.comImprove error-message output slightly
2007-10-27 simonpj@microsoft.comMake 'improvement' work properly in TcSimplify
2007-10-27 simonpj@microsoft.comAn implication constraint can abstract over EqInsts
2007-10-27 simonpj@microsoft.comIn an AbsBinds, the 'dicts' can include EqInsts
2007-10-19 Manuel M T ChakravartyZonk quantified tyvars with skolems
2007-10-18 Manuel M T ChakravartyFix typo that prevented zonking of rhs of EqInsts
2007-10-18 Manuel M T ChakravartyDon't barf on error message with non-tc tyvars
2007-10-18 Manuel M T ChakravartyFix deferring on tyvars in TcUnify.subFunTys
2007-10-17 Manuel M T ChakravartyTcUnify.subFunTys must take type families into account
2007-10-16 simonpj@microsoft.comFix #1662: do not simplify constraints for vanilla...
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-15 Manuel M T ChakravartyMore docu for skolemOccurs
2007-10-10 Manuel M T ChakravartySlightly improved comments in TcTyClsDecls
2007-10-04 Manuel M T ChakravartyTcTyFuns: remove some duplicate code
2007-10-03 Manuel M T ChakravartyTcTyFuns.eqInstToRewrite
2007-10-12 simonpj@microsoft.comFix DoCon: Another try at getting extractResults right
2007-10-11 simonpj@microsoft.comFix Trac #1680; check for unboxed tuples in TcType...
2007-10-10 simonpj@microsoft.comFix Trac #1755; check for stage errors in TH quoted...
2007-10-10 simonpj@microsoft.comcheckWellStaged: reverse comparsion (no change in seman...
2007-10-10 simonpj@microsoft.comAdd traceTc in tcSimplifyDefault
2007-10-10 simonpj@microsoft.comFix Trac #1678; be more careful about catching and...
2007-10-10 simonpj@microsoft.comFIX: tidy up TcSimplify following equality constraints...
2007-09-29 Manuel M T ChakravartyFIX #1729: Don't try to expand syn families with -XLibe...
2007-09-29 Manuel M T ChakravartySome more traceTcs
2007-09-28 Manuel M T ChakravartyFIX: Make boxy splitters aware of type families
2007-09-27 simonpj@microsoft.comComments and debug output only
2007-09-19 simonpj@microsoft.comFix exponential-time behaviour with type synonyms;...
2007-09-19 Manuel M T ChakravartyFIX #1688: Givens in checkLoop are not that rigid after all
2007-09-17 simonpj@microsoft.comComments only
2007-09-16 Manuel M T ChakravartyFIX: TypeFamilies: should_compile/Simple12
next