Remove (most of) the FiniteMap wrapper
[ghc-hetmet.git] / compiler / typecheck /
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-14 simonpj@microsoft.comMove error-ids to MkCore (from PrelRules)
2010-09-14 simonpj@microsoft.comMore wibbles to deriving error messages
2010-09-13 simonpj@microsoft.comImprove crash message
2010-09-13 simonpj@microsoft.comFix Trac #4302, plus a little refactoring
2010-09-13 Ian LynaghFix build with 6.10
2010-09-13 simonpj@microsoft.comHaddock fixes
2010-09-13 simonpj@microsoft.comRemove two old junk files
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-09-08 simonpj@microsoft.comTrace output
2010-09-02 simonpj@microsoft.comRemove checkFreeness; no longer needed
2010-08-31 simonpj@microsoft.comWibbles
2010-08-25 simonpj@microsoft.comWibble to allow phantom types in Enum
2010-08-24 simonpj@microsoft.comAdd HsCoreTy to HsType
2010-08-23 simonpj@microsoft.comWibbles to error message
2010-08-23 simonpj@microsoft.comCorrect type signatures
2010-08-23 simonpj@microsoft.comAdd missing signatures
2010-08-20 simonpj@microsoft.comAdd type signatures in "deriving" bindings
2010-08-20 dimitris@microsoft.comMinor
2010-08-11 simonpj@microsoft.comRemember to zonk FlatSkols!
2010-07-30 simonpj@microsoft.comDe-polymorphise
2010-07-19 simonpj@microsoft.comAdd a trace message
2010-09-11 Ian Lynaghput back the conversion of warn-lazy-unlifted-bindings...
2010-08-22 Ross Patersonfix extraction of command stack of arguments of arrow...
2010-08-13 simonpj@microsoft.comComments only
2010-08-12 simonpj@microsoft.comFix Trac #4220
2010-07-31 Ian LynaghExpose the functions haddock needs even when haddock...
2010-07-24 Ian LynaghRename "language" varibles etc to "extension", and...
2010-07-24 Ian LynaghSeparate language option handling into 2 phases
2010-07-24 Ian LynaghSeparate the language flags from the other DynFlag's
2010-07-21 simonpj@microsoft.comComments only
2010-07-21 simonpj@microsoft.comFix inlining for default methods
2010-07-21 simonpj@microsoft.comAllow reification of existentials and GADTs
2010-07-15 illissius@gmail.comFix #4195 (isGadtSyntaxTyCon returns opposite result)
2010-07-13 simonpj@microsoft.comRefactor where an error message is generated
2010-07-13 simonpj@microsoft.comComments only
2010-07-07 simonpj@microsoft.comFix Trac #T4136: take care with nullary symbol constructors
2010-07-07 simonpj@microsoft.comFix Trac #4127 (and hence #4173)
2010-07-08 Sergei Trofimovichalpha: switch handling of 'foreign import wrapper'...
2010-06-25 amsay@amsay.nettrac #2362 (full import syntax in ghci)
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-06-14 simonpj@microsoft.comFix Trac #4120: generate a proper coercion when unifyin...
2010-05-31 simonpj@microsoft.comFix Trac #4099: better error message for type functions
2010-05-31 simonpj@microsoft.comRobustify the treatement of DFunUnfolding
2010-05-25 simonpj@microsoft.comRefactor (again) the handling of default methods
2010-05-11 simonpj@microsoft.comFix Trac #4003: fix the knot-tying in checkHiBootIface
2010-05-10 simonpj@microsoft.comRe-engineer the derived Ord instance generation code...
2010-05-06 Ian LynaghEnable the "redundant specialise pragmas" warning;...
2010-05-06 simonpj@microsoft.comAdd a comment about pattern coercions
2010-05-06 simonpj@microsoft.comRefactoring of hsXxxBinders
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-05-06 simonpj@microsoft.comAdd a HsExplicitFlag to SpliceDecl, to improve Trac...
2010-05-06 simonpj@microsoft.comChange an assert to a warn
2010-05-06 simonpj@microsoft.comTidy up debug print a little
2010-04-09 simonpj@microsoft.comFix Trac #3966: warn about unused UNPACK pragmas
2010-04-09 simonpj@microsoft.comFix Trac #3953: fail earlier when using a bogus quasiquoter
2010-04-09 simonpj@microsoft.comFix Trac #3965: tighten conditions when deriving Data
2010-04-12 simonpj@microsoft.comFix Trac #3950: unifying types of different kinds
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2010-03-17 simonpj@microsoft.comFix Trac #3920: Template Haskell kinds
2010-03-09 simonpj@microsoft.comFix Trac #1954: newtype deriving caused 'defined but...
2010-03-04 simonpj@microsoft.comComments only
2010-03-04 simonpj@microsoft.comRefactor part of the renamer to fix Trac #3901
2010-03-01 simonpj@microsoft.comSuggest -XGeneralizedNewtypeDeriving (fix Trac #3888)
2010-02-10 simonpj@microsoft.comImprove error dump in TcEnv
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-10 simonpj@microsoft.comComments only
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-01-22 Ian LynaghRemove an out-of-date comment
2010-01-20 simonpj@microsoft.comFix Trac #3813: unused variables in GHCi bindings
2010-01-20 simonpj@microsoft.comFix Trac #3823, plus warning police in TcRnDriver
2010-01-07 simonpj@microsoft.comA little refactoring, plus improve error locations
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2010-01-05 simonpj@microsoft.comUndo the fix for Trac #3772 and do it a new way
2009-12-22 simonpj@microsoft.comMove isDictTy from TcType to Type
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2009-12-21 simonpj@microsoft.comFix Trac #3772: dict funs for single-field classes
2009-12-18 simonpj@microsoft.comComments only
2009-12-18 simonpj@microsoft.comComments only
2009-12-11 simonpj@microsoft.comFix two related bugs in u_tys
2009-12-11 simonpj@microsoft.comFix spelling in comment
2009-12-07 simonpj@microsoft.comTidy up deriving error messages
2009-11-30 simonpj@microsoft.comFix Trac #3100: reifyType
2009-11-30 simonpj@microsoft.comFix Trac #3102: pre-matching polytypes
2009-11-30 Simon MarlowCheck whether the main function is actually exported...
2009-11-24 Ian LynaghWhitespace only
2009-11-17 simonpj@microsoft.comImprovement to typecheck higher-rank rules better
2009-11-13 simonpj@microsoft.comMake the new ClassOp/DFun selection mechanism work...
2009-11-12 simonpj@microsoft.comRemove old, redundant note
2009-11-06 simonpj@microsoft.comImprove debug-printing of the type environment
2009-11-06 simonpj@microsoft.comComments in OccurAnal
2009-11-05 simonpj@microsoft.comFix Trac #3640, plus associated refactoring
2009-11-05 simonpj@microsoft.comImprove error reporting when there's an error inside...
2009-11-05 simonpj@microsoft.comUpdate layout of error message slightly
2009-10-30 simonpj@microsoft.comMinor refactoring
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 simonpj@microsoft.comComments and -ddump-tc-trace wibbles only
2009-10-29 simonpj@microsoft.comWhite space layout only
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
next