Proper error message for unsupported pattern signatures
[ghc-hetmet.git] / compiler / typecheck /
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
2008-09-29 Manuel M T ChakravartyType families: consider subst rules both way
2008-09-26 pepeDon't capture error calls in tryUser
2008-09-25 Manuel M T ChakravartyType families: fixes in flattening & finalisation
2008-09-25 Manuel M T ChakravartyType families: fix decomposition problem
2008-09-20 simonpj@microsoft.comFix Trac #2597 (first bug): correct type checking for...
2008-09-18 simonpj@microsoft.comFix Trac #1470: improve handling of recursive instances...
2008-09-17 simonpj@microsoft.comImprove error reporting for 'deriving' (Trac #2604)
2008-09-18 Manuel M T ChakravartyType families: fixes in the new solver
2008-09-17 Manuel M T ChakravartyType families: unify with family apps in checking mode
2008-09-16 Manuel M T ChakravartyType families: bug fixes
2008-09-16 Manuel M T ChakravartyKeep sysnonyms folded in equalities if possible
2008-09-16 Manuel M T ChakravartyType families: apply flattening coercions in the right...
2008-09-15 Manuel M T ChakravartyTcTyFuns: tidy warning
2008-09-15 Manuel M T ChakravartySignature for Inst.isValidWantedEqInst
2008-09-14 Manuel M T ChakravartyRemember if RewriteInst is swapped & bug fixes
2008-09-14 Manuel M T ChakravartyType families: fixed all non-termination in the testsuite
2008-09-13 Manuel M T ChakravartyType families: completed the new equality solver
2008-09-14 Thomas SchillingMake typechecker top-level functions also return messag...
2008-09-10 simonpj@microsoft.comCheck the *right* set of type variables for escape!
2008-09-10 simonpj@microsoft.comMore refactoring of instance declarations (fixes Trac...
2008-09-10 simonpj@microsoft.comFix Trac #2573; and explanatory comment
2008-09-10 simonpj@microsoft.comFix the zonking of HsWrappers
2008-09-10 simonpj@microsoft.comAdd newDictOcc, newDictOccs
2008-09-10 simonpj@microsoft.comSimplify the type signature for tcPolyBinds
2008-09-07 Manuel M T ChakravartyType families: new algorithm to solve equalities
2008-09-05 simonpj@microsoft.comFix up the instance-declaration re-engineering story
2008-09-05 simonpj@microsoft.comComments only
2008-09-03 simonpj@microsoft.comMajor change in compilation of instance declarations...
2008-08-28 simonpj@microsoft.comFix Trac #2529: derived read for prefix constructor...
2008-08-27 simonpj@microsoft.comFix Trac #745: improve error recoevery for type signatures
2008-08-27 simonpj@microsoft.comFix Trac #2538: better error messages when validating...
2008-08-26 simonpj@microsoft.comFix flaggery for RULES (cf Trac #2497)
2008-08-21 simonpj@microsoft.comFix Haddock comments in TcGenDeriv
2008-08-20 simonpj@microsoft.comFix Trac #2456: eliminate duplicate bindings when deriving
2008-08-12 simonpj@microsoft.comRefactoring: define TcRnMonad.failWith and use it in...
2008-08-11 simonpj@microsoft.comMostly fix Trac #2431: make empty case acceptable to...
2008-08-11 simonpj@microsoft.comFix Trac #2412: type synonyms and hs-boot recursion
2008-08-11 simonpj@microsoft.comFix Trac #2494: tcSimplifyRuleLhs
2008-08-11 simonpj@microsoft.comMake comparison on equalities work right (ie look at...
2008-07-31 Max BolingbrokeUse DynFlags.getMainFun in TcRnDriver
2008-07-31 Max BolingbrokeMinor refactorings in TcEnv
2008-07-31 Max BolingbrokeFollow Digraph changes in TcTyDecls
2008-07-31 Max BolingbrokeMake IOEnv a MonadUnique
2008-07-31 Max BolingbrokeFollow TcEnv API addition in TcForeign
2008-07-31 Max BolingbrokeFollow Digraph changes in TcBinds
2008-07-31 Max BolingbrokeFollow OccName and MkCore changes in Inst
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-08-05 simonpj@microsoft.comFix Trac #2449
2008-08-04 simonpj@microsoft.comFix the bug part of Trac #1930
2008-08-04 simonpj@microsoft.comFix Trac #2433 (deriving Typeable)
2008-08-01 simonpj@microsoft.comFix Trac #2478
2008-07-31 Max BolingbrokeRename maybeTyConSingleCon to tyConSingleDataCon_maybe
2008-07-31 Ian LynaghFix the catching of "IOEnv failure" with extensible...
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-07-15 Manuel M T ChakravartyFix for 1st half of #2203 Before_cabalised-GHC
2008-07-14 Manuel M T ChakravartyFix check of rhs of type family instances (#2157)
2008-07-13 Ian LynaghFix some build problems when GHCI is not definde
2008-07-12 Ian LynaghAdd PostfixOperators flag for (e op) postfix operators...
2008-07-09 Simon Marlowadd -fwarn-dodgy-foreign-imports (see #1357)
2008-07-08 Ian LynaghRemove all .hi-boot-6 files
2008-07-07 simonpj@microsoft.comFix Trac #2414: occurrs check was missed
2008-07-07 simonpj@microsoft.comWhite space only
2008-07-01 simonpj@microsoft.comSeveral fixes to 'deriving' including Trac #2378
2008-06-25 simonpj@microsoft.comFix Trac #2394: test for non-algebraic types in standal...
2008-06-23 Ian LynaghFix the build with GHC 6.4
2008-06-16 Ian LynaghTweak a comment to talk about UnboxedTuples rather...
2008-06-16 Ian LynaghSuggest -XRelaxedPolyRec rather than -fglasgow-exts...
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-10 Ian LynaghFix warnings in TcPat
2008-06-10 Ian LynaghFix warnings in TcEnv
2008-06-06 Ian LynaghFix warnings in TcRnTypes
2008-06-06 Ian LynaghFix warnings in TcTyClsDecls
2008-06-06 Ian LynaghFix warnings in TcHsType
2008-06-06 Ian LynaghFix warnings in TcSimplify
2008-06-06 Ian LynaghFix warnings in TcRules
2008-06-06 Ian LynaghFix warnings in TcInstDcls
2008-06-06 Ian LynaghFix warnings in TcMType
2008-06-06 Ian LynaghFix warnings in TcForeign
2008-06-06 Ian LynaghFix warnings in TcClassDcl
2008-06-06 Ian LynaghFix a bug in eqPatType
2008-06-06 simonpj@microsoft.comFix Trac #2334: validity checking for type families
2008-06-05 simonpj@microsoft.comVital follow-up to fix of Trac #2045
2008-06-05 simonpj@microsoft.comFix Trac #2045: use big-tuple machiney for implication...
2008-06-05 simonpj@microsoft.comComments only
2008-06-04 simonpj@microsoft.comFix Trac #2339: reify (mkName "X")
2008-06-04 simonpj@microsoft.comFix Trac #2310: result type signatures are not supporte...
2008-06-04 simonpj@microsoft.comSort modules and packages in debug print (reduce test...
2008-06-03 Simon Marlowadd debugDumpTcRn and use it for some debugging output
2008-06-02 simonpj@microsoft.comFix minor layout issue (whitespace only)
2008-05-30 Simon MarlowFix a bug to do with recursive modules in one-shot... 2008-06-01
next