fix haddock submodule pointer
[ghc-hetmet.git] / compiler / typecheck / TcType.lhs
2011-05-12 Simon Peyton JonesThe final batch of changes for the new coercion represe...
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-20 Simon Peyton JonesTidy up SigTv
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-01-26 simonpj@microsoft.comLook through type synonyms when computing orphans
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2010-12-22 simonpj@microsoft.comMake mkDFunUnfolding more robust
2010-12-14 simonpj@microsoft.comFix Trac #4841: behave right with TypeSynonymInstances...
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-12-02 simonpj@microsoft.comRe-jig simplifySuperClass (again)
2010-11-01 simonpj@microsoft.comWhite space only
2010-11-12 simonpj@microsoft.comA (final) re-engineering of the new typechecker
2010-10-21 simonpj@microsoft.comTidy up RuntimeUnkSkols a bit more
2010-10-19 simonpj@microsoft.comFix debugger
2010-10-19 simonpj@microsoft.comClean up the debugger code
2010-10-15 simonpj@microsoft.comFix Trac #4401: meta-tyvars allocated by the constraint...
2010-10-04 dimitris@microsoft.comTypechecker performance fixes and flatten skolem bugfixing
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2009-12-22 simonpj@microsoft.comMove isDictTy from TcType to Type
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' code
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-06-09 Duncan CouttsTypechecking for "foreign import prim"
2009-05-27 simonpj@microsoft.comTemplate Haskell: allow type splices
2009-04-27 Manuel M T ChakravartyEquality constraint solver is now externally pure
2009-03-30 simonpj@microsoft.comRemove dead code (dataConsStupidTheta)
2009-03-26 Manuel M T ChakravartyTemplate Haskell: support for kind annotations
2009-03-05 simonpj@microsoft.comMake -fdicts-cheap cope with implication constraints
2009-03-05 simonpj@microsoft.comFinally fix Trac #3066
2009-03-03 simonpj@microsoft.comFix Trac #3066: checking argument types in foreign...
2008-11-25 simonpj@microsoft.comFix Trac #2799: TcType.isOverloadedTy
2008-09-25 Manuel M T ChakravartyType families: fix decomposition problem
2008-09-10 simonpj@microsoft.comCheck the *right* set of type variables for escape!
2008-09-03 simonpj@microsoft.comMajor change in compilation of instance declarations...
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-09 Simon Marlowadd -fwarn-dodgy-foreign-imports (see #1357)
2008-05-20 Ian LynaghMake TcType warning-free
2008-04-23 Ian LynaghAdd 123## literals for Word#
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcType
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-15 Ian LynaghRemove leftover NoteTy/FTVNote bits
2008-01-07 simonpj@microsoft.comMake the treatment of equalities more uniform
2007-11-06 simonpj@microsoft.comFix Trac #1813: generalise over *all* type variables...
2007-10-29 simonpj@microsoft.comImprove error-message output slightly
2007-10-19 Manuel M T ChakravartyZonk quantified tyvars with skolems
2007-10-11 simonpj@microsoft.comFix Trac #1680; check for unboxed tuples in TcType...
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-28 Manuel M T ChakravartyType checking for type synonym families
2007-08-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
2007-08-04 simonpj@microsoft.comFix Trac #1037
2007-07-10 Ian LynaghFix tcInstHeadTyNotSynonym
2007-07-09 Ian LynaghAdd -XUnliftedFFITypes flag
2007-07-08 Ian LynaghAdd flags for TypeSynonymInstances and FlexibleInstances
2007-07-03 simonpj@microsoft.comImprove formatting of errors, and fix a typo
2007-06-29 simonpj@microsoft.comImprove name-printing on unification mis-matches, when...
2007-06-28 simonmar@microsoft.comFix typechecking bug with implicit parameters (Trac...
2007-05-07 simonpj@microsoft.comFIX Trac #1332: make isStringTy work right
2007-04-26 Simon MarlowGive a better error message when we try to print a...
2007-04-22 simonpj@microsoft.comFixes to datacon wrappers for indexed data types
2007-02-19 simonpj@microsoft.comSignature type variables must not be instantiated with...
2007-01-11 simonpj@microsoft.comAdd the function TypeRep.pprTypeApp, and use it
2007-01-10 Manuel M T ChakravartycheckTauTvUpdate: take synonym families into account
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-28 Manuel M T ChakravartyParse and desugar equational constraints
2006-12-11 simonpj@microsoft.comMore refactoring of constraint simplification
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-20 bjorn@bringert.netMerged stand-alone deriving with FC stuff.
2006-09-18 bjorn@bringert.netAdded type signature for tcSplitSigmaTy.
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-25 simonpj@microsoft.comFix newtype deriving properly (un-doing Audreys patch)
2006-09-24 audreyt@audreyt.orgComment-only: Fix a typo, and note that the PredTy...
2006-09-24 audreyt@audreyt.orgIn tcSplittyConApp_maybe, add the PredTy case
2006-09-20 Manuel M T ChakravartySome more ASSERTs
2006-09-20 Manuel M T ChakravartyBasic set up for global family instance environment
2006-09-20 Manuel M T ChakravartyExtended TyCon and friends to represent family declarations
2006-09-20 Manuel M T Chakravartyfix bugs, add boolean flag to identify coercion variables
2006-09-20 Manuel M T Chakravartyfix some coercion kind representation things, extend...
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-09-20 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-14 simonpj@microsoft.comAdd some type signatures
2006-09-08 simonpj@microsoft.comCatch errors in pattern matching for unboxed tuples
2006-09-06 simonpj@microsoft.comPattern-match warning police
2006-09-06 simonpj@microsoft.comImprove error reporting for SigTvs, and add comments
2006-08-04 simonpj@microsoft.comDo pre-subsumption in the main subsumption check
2006-07-04 Simon Marlowremove unused bits, mostly to do with the Addr type
2006-07-12 simonpj@microsoft.comComments and import trimming
2006-06-23 Simon Marlowthe unlifted kind
2006-04-18 Simon Marlowremove vestiges of ByteArray and MutableByteArray,...
2006-04-11 simonpj@microsoft.comAllow IO to be wrapped in a newtype in foreign import...
2006-04-07 Simon MarlowReorganisation of the source tree