Add transitional rules for the alternative layout rule
[ghc-hetmet.git] / compiler / typecheck /
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'
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
next