Fix #3741, simplifying things in the process
[ghc-hetmet.git] / compiler / typecheck /
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'
2009-10-20 simonpj@microsoft.comFix Trac #3590: a nasty type-checker bug in left/right...
2009-10-20 simonpj@microsoft.comTidy up TcSplice, especially runMeta and friends
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-10-14 Simon MarlowFix FFI declaration checks
2009-10-02 Ian LynaghFix typo in comment
2009-09-30 simonpj@microsoft.comFix Trac #3540: malformed types
2009-09-24 Ian LynaghErrors talking about a left section should refer to...
2009-09-17 Manuel M T ChakravartyUse CONF_CC_OPTS
2009-09-15 Thomas SchillingPut context information for warnings in errMsgExtraInfo.
2009-09-11 simonpj@microsoft.comWibble to error message
2009-09-10 Simon Marlowremove debugging/testing code that got here by mistake
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
2009-09-08 Simon Marlowfix a warning
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-09-08 simonpj@microsoft.comFix Trac #3468: improve checking for hs-boot interfaces
2009-08-25 simonpj@microsoft.comFix Trac #3406 (albeit not very satisfactorily): scoped...
2009-08-21 simonpj@microsoft.comFix Trac #3423: missed instantiation for newtype-derive...
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
2009-08-20 Manuel M T ChakravartyFIX #2767 & original problem of #3208
2009-08-16 Thomas SchillingMake updates to the external package state atomic.
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' code
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-23 simonpj@microsoft.comFix Trac #3391: make generic to/from bindings only...
2009-07-23 simonpj@microsoft.comFix Trac #3012: allow more free-wheeling in standalone...
2009-07-23 simonpj@microsoft.comFix Trac #3193: improve line number reporting for equal...
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-22 simonpj@microsoft.comTake account of GADTs when reporting patterm-match...
2009-07-17 simonpj@microsoft.comFix Trac #3346: tcSimplify for LHS of RULES with type...
2009-07-16 Simon MarlowUse names like '$fOrdInt' for dfuns (and TF instances...
2009-07-11 m.niloc@gmail.comDerived Foldable instances should use Data.Foldable...
2009-07-14 Manuel M T ChakravartyFIX #3272
2009-07-10 Manuel M T ChakravartyTFs: FIX #2203 (second half)
2009-07-10 Manuel M T ChakravartyTFs: Fix should_compile/Simple8
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comMajor patch to fix reporting of unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-07 Manuel M T ChakravartyFIX #2677
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-07-02 simonpj@microsoft.comFix Trac #3342: missed zonking in TcHsSyn
2009-07-02 Manuel M T ChakravartyType synonym families may be nullary
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-07-02 simonpj@microsoft.comComments only
2009-06-26 Simon MarlowFix #3319, and do various tidyups at the same time
2009-06-25 simonpj@microsoft.comFix Trac #3323: naughty record selectors again
2009-06-11 Duncan CouttsRequire GHCForeignImportPrim for "foreign import prim"
2009-06-11 Duncan CouttsReverse the safe/unsafe requirement on foreign import...
2009-06-09 Duncan CouttsTypechecking for "foreign import prim"
2009-06-11 Duncan CouttsDeprecate the threadsafe kind of foreign import
2009-06-08 Duncan CouttsCheck we're not using stdcall in foreign export on...
2009-06-05 Ian LynaghMake a proper Opt_WarnLazyUnliftedBindings warning...
2009-06-03 simonpj@microsoft.comAllow RULES for seq, and exploit them
2009-05-29 simonpj@microsoft.comImplement -XMonoLocalBinds: a radical new flag
2009-05-28 simonpj@microsoft.comFix Trac #3262: suppress name-shadow warning for _names
2009-05-28 simonpj@microsoft.comPrint more nicely in -ddump-splices
2009-05-28 simonpj@microsoft.comFix Trac #3261: make default types play nice with ...
2009-05-28 simonpj@microsoft.comAdjust error message slightly
2009-05-28 simonpj@microsoft.comWhite space only
2009-05-28 simonpj@microsoft.comMove getMainFun to TcRnDriver, trim DynFlags imports
2009-05-28 simonpj@microsoft.comRemove dead code isHsVar
2009-05-28 simonpj@microsoft.comComments only
2009-05-28 simonpj@microsoft.comSeparate flags -XDeriveFunctor, -XDeriveFoldable, ...
2009-05-28 simonpj@microsoft.comAdd a comment
2009-05-27 simonpj@microsoft.comFix Trac #3221: renamer warnings for deriving clauses
2009-05-27 simonpj@microsoft.comTemplate Haskell: allow type splices
2009-05-27 simonpj@microsoft.comTemplate Haskell: improve lifting for strings
2009-05-26 Ian LynaghWibble some comments to avoid haddock parse errors
2009-05-13 simonpj@microsoft.comImprove error reporting for kind errors (fix Trac ...
2009-05-13 simonpj@microsoft.comFix Trac #3219: type of a record update
2009-05-12 simonpj@microsoft.comImprove error messages for type functions
2009-04-27 Manuel M T ChakravartyEquality constraint solver is now externally pure
2009-04-24 Ian LynaghDo the second part of #2806: Disallow unlifted types...
2009-04-24 Ian LynaghTiny refactor
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2009-04-23 simonpj@microsoft.comSimplify the placeholder binding for naughty record...
2009-04-23 simonpj@microsoft.comFix Trac #3176: intercept naughty record selectors
2009-03-31 Ian LynaghMake some showSDoc's use OneLineMode rather than PageMode
2009-03-30 simonpj@microsoft.comFix an nasty black hole, concerning computation of...
2009-03-30 simonpj@microsoft.comAdd an extra print to -ddump-tc-trace
2009-03-30 simonpj@microsoft.comRemove dead code (dataConsStupidTheta)
2009-03-26 Manuel M T ChakravartyTemplate Haskell: support for kind annotations
2009-03-25 Manuel M T ChakravartyTemplate Haskell: make reify aware of type families
2009-03-19 Manuel M T ChakravartyTemplate Haskell support for equality constraints
next