add -fsimpleopt-before-flatten
[ghc-hetmet.git] / compiler / typecheck /
2010-10-19 simonpj@microsoft.comReject programs with equality superclasses for now
2010-10-19 simonpj@microsoft.comLayout and tiny refactoring only
2010-10-19 simonpj@microsoft.comClean up the debugger code
2010-10-18 dimitris@microsoft.comMajor pass through type checker:(1) prioritizing equali...
2010-10-15 dimitris@microsoft.com(1) Caching FD improvements for efficiency, (2) prevent...
2010-10-14 dimitris@microsoft.comMidstream changes for performance improvement related...
2010-10-12 dimitris@microsoft.comMinor
2010-10-11 dimitris@microsoft.comCommentary changes
2010-10-08 dimitris@microsoft.comKind checking bugfix (#4356) and preventing wanteds...
2010-10-15 simonpj@microsoft.comComments and layout
2010-10-15 simonpj@microsoft.comFix Trac #4401: meta-tyvars allocated by the constraint...
2010-10-13 simonpj@microsoft.comRemove GHC.extendGlobalRdrScope, GHC.extendGlobalTypeScope
2010-10-15 Simon MarlowInlinePrag needs an arity only for INLINE, not INLINABLE
2010-10-13 benl@ouroborus.netFix warnings
2010-10-10 Ian LynaghRemove unnecessary import
2010-10-08 simonpj@microsoft.comFix Trac #4360: omitted case in combineCtLoc
2010-10-08 simonpj@microsoft.comBeautiful new approach to the skolem-escape check and...
2010-10-08 simonpj@microsoft.comDo less simplification when doing let-generalisation
2010-10-08 simonpj@microsoft.comSuppress ambiguity errors if any other errors occur
2010-10-08 simonpj@microsoft.comFix Trac #4361: be more discerning when inferring types
2010-10-08 simonpj@microsoft.comSuppress knock-on typechecker errors
2010-10-07 simonpj@microsoft.comSome refactoring and simplification in TcInteract.occur...
2010-10-07 simonpj@microsoft.comComments only
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-10-07 simonpj@microsoft.comThis is just white-space and layout
2010-10-07 simonpj@microsoft.comFix a looping bug in the new occur-check code
2010-10-06 dimitris@microsoft.comMajor bugfixing pass through the type checker
2010-10-04 dimitris@microsoft.comTypechecker performance fixes and flatten skolem bugfixing
2010-09-23 dimitris@microsoft.comPerformance bug fixes
2010-10-06 simonpj@microsoft.comRefactoring: mainly rename ic_env_tvs to ic_untch
2010-09-24 Simon MarlowUsing 'stdcall' when it is not supported is only a...
2010-09-24 simonpj@microsoft.comFix an egregious bug: INLINE pragmas on monomorphic...
2010-09-19 simonpj@microsoft.comLoosen the conditions for -XUndecidableInstances; fixes...
2010-09-19 simonpj@microsoft.comFurther improvements in error messages
2010-09-19 simonpj@microsoft.comAdd a flag -fwarn-missing-local-sigs, and improve ...
2010-09-19 simonpj@microsoft.comInclude the "stupid theta" in the type of $con2tag
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-17 simonpj@microsoft.comFix overriding of implicit parameters in the solver
2010-09-17 simonpj@microsoft.comSpaces only
2010-09-17 simonpj@microsoft.comMinor refactoring
2010-09-17 simonpj@microsoft.comAdd types of implicit parameters as untouchable
2010-09-17 simonpj@microsoft.comYet more error message improvement
2010-09-17 simonpj@microsoft.comMore error message wibbles
2010-09-17 simonpj@microsoft.comMore error refactoring
2010-09-17 simonpj@microsoft.comRefactor type errors a bit
2010-09-15 simonpj@microsoft.comRemove pprTrace
2010-09-15 simonpj@microsoft.comImplement TH reification of instances (Trac #1835)
2010-09-15 simonpj@microsoft.comAdd quotes in error message
2010-09-15 simonpj@microsoft.comLess voluminous error when derived code doesn't typecheck
2010-09-15 simonpj@microsoft.comFix egregious bug in deeplyInstantiate
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
next