Add transitional rules for the alternative layout rule
[ghc-hetmet.git] / compiler / deSugar /
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-01-27 Simon MarlowaddCoverageTicksToBinds: tolerate a non-existent .hs...
2010-01-20 simonpj@microsoft.comFix Trac #3813: unused variables in GHCi bindings
2010-01-08 simonpj@microsoft.comRespect SPECIALISE pragmas even for apparently-non...
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2009-12-24 simonpj@microsoft.comContinue refactoring the core-to-core pipeline
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2009-12-21 simonpj@microsoft.comComments only (about implementing SPECIALISE pragmas)
2009-12-03 Ian LynaghFix HPC column numbers, following the column number...
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
2009-11-13 simonpj@microsoft.comWibble to comment
2009-11-13 simonpj@microsoft.comUse eta-expansion to ensure that INLINE things have... 2009-11-15
2009-11-05 simonpj@microsoft.comComments only
2009-11-03 simonpj@microsoft.comComment only
2009-10-30 simonpj@microsoft.comMinor refactoring
2009-10-30 simonpj@microsoft.comTurn an ASSERT into a WARN
2009-10-30 simonpj@microsoft.comFix Trac #3626: TH should reject unboxed tuples
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 simonpj@microsoft.comA small refactoring in the code for desugaring explicit...
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-10-28 simonpj@microsoft.comDrop unused import
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-10-28 simonpj@microsoft.comRemove a redundant parameter for mkTupleTy (the arity)
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-10-15 Roman LeshchinskiyFix warnings
2009-10-15 Roman LeshchinskiyDon't hardwire PA and PR dfuns in the vectoriser
2009-10-02 simonpj@microsoft.comComments only
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
2009-09-08 simonpj@microsoft.comFix Trac #3403: interaction of CPR and pattern-match...
2009-08-20 Manuel M T ChakravartyFIX #2767 & original problem of #3208
2009-07-22 Thomas SchillingMinor documentation fixes.
2009-08-10 simonpj@microsoft.comImprove the recent changes to overlap-checking for...
2009-08-09 Ian LynaghMinor refactoring
2009-08-07 Alexander DunlapFIX #2395 (ViewPatterns trigger bad Check errors)
2009-07-28 Simon Marlowfix warning
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' code
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
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-20 simonpj@microsoft.comFix Trac #3382: desugaring of NPats
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-02 Max BolingbrokeMake changes to -fwarn-unused-do-bind and -fwarn-wrong...
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-06-26 Simon MarlowFix #3319, and do various tidyups at the same time
2009-06-11 Duncan CouttsAdd missing StgPrimCallOp case in repCCallConv
2009-06-09 Duncan CouttsDesugaring for "foreign import prim"
2009-06-03 simonpj@microsoft.comAllow RULES for seq, and exploit them
2009-05-27 simonpj@microsoft.comTemplate Haskell: improve lifting for strings
2009-04-24 Ian LynaghFix a lint failure when we have a ! (# ... #) pattern...
2009-03-31 Ian LynaghmkErrorAppDs now takes an SDoc rather than a String
2009-03-30 simonpj@microsoft.comFix Trac #246: order of matching in record patterns
2009-03-30 simonpj@microsoft.comFix Trac #3126: matching overloaded literals
2009-03-30 simonpj@microsoft.comWhite space cosmetics only
2009-03-26 Manuel M T ChakravartyTemplate Haskell: added bang patterns
2009-03-26 Manuel M T ChakravartyTemplate Haskell: support for kind annotations
2009-03-24 Manuel M T ChakravartyTemplate Haskell: support for INLINE and SPECIALISE...
2009-03-19 Manuel M T ChakravartyTemplate Haskell support for equality constraints
2009-03-19 Manuel M T ChakravartyTemplate Haskell: support for type family declarations
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-03-07 Roman LeshchinskiySpecial-case desugaring of simple parallel array compre...
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-09 Ian LynaghMake some profiling flags dynamic
2008-12-08 simonpj@microsoft.comUse CoreSubst.simpleOptExpr in place of the ad-hoc...
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-12-05 simonpj@microsoft.comAdd static flag -fsimple-list-literals
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-25 Simon MarlowFix #2740: we were missing the free variables on some...
2008-11-03 simonpj@microsoft.comFix desugaring of record update (fixes Trac #2735)
2008-10-31 simonpj@microsoft.comComments only
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-28 simonpj@microsoft.comMostly-fix Trac #2595: updates for existentials
2008-10-19 simonpj@microsoft.comSpelling error in comment
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-09-16 andygill@ku.eduFix Trac #2052 Allowing hpc to understand hsc files.
2008-09-12 Roman LeshchinskiyChange desugaring of PArr literals
2008-09-15 simonpj@microsoft.comMinor refactoring to get rid of Type.splitNewTyConApp
2008-09-15 simonpj@microsoft.comRefactor the desugaring of RULE lhss a bit
2008-09-14 Thomas SchillingReturn instead of print warnings and errors in desugarer.
2008-09-03 simonpj@microsoft.comMajor change in compilation of instance declarations...
2008-08-27 simonpj@microsoft.comFix Trac #2520: duplicate symbols
2008-08-26 simonpj@microsoft.comFix flaggery for RULES (cf Trac #2497)
2008-08-11 simonpj@microsoft.comMostly fix Trac #2431: make empty case acceptable to...
2008-08-07 Max BolingbrokeRemove redundant fromIntegral calls
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsMonad and expand API
2008-07-31 Max BolingbrokeHandle introduction of MkCore in MatchLit
2008-07-31 Max BolingbrokeHandle introduction of MkCore in MatchCon
2008-07-31 Max BolingbrokeHandle introduction of MkCore in Match
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsUtils
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsMeta
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsListComp
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsForeign
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsExpr
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsBinds
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsArrows
next