Remove platform CPP from nativeGen/PPC/CodeGen.hs
[ghc-hetmet.git] / compiler / deSugar / DsBinds.lhs
2011-05-02 Simon Peyton JonesA few more wibbles on ghc-new-co
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-01-05 simonpj@microsoft.comFix Trac #4870: get the inlining for an imported INLINA...
2010-11-01 simonpj@microsoft.comFor single-method classes use newtypes
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-12-02 simonpj@microsoft.comRe-jig simplifySuperClass (again)
2010-10-21 simonpj@microsoft.comImprove rule checking, to fix panic Trac #4398
2010-10-18 Ian LynaghFix -auto-all: Add SCCs to IDs which have a monotype too
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-09-24 simonpj@microsoft.comFix an egregious bug: INLINE pragmas on monomorphic...
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-05-31 simonpj@microsoft.comRobustify the treatement of DFunUnfolding
2010-05-10 simonpj@microsoft.comMake arity of INLINE things consistent
2010-03-31 Milan StrakaFlags -auto and -auto-all operate only on functions...
2010-03-09 simonpj@microsoft.comRule binders shouldn't have DFun pragmas
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-21 simonpj@microsoft.comComments only (about implementing SPECIALISE pragmas)
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-10-30 simonpj@microsoft.comTurn an ASSERT into a WARN
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-08-20 Manuel M T ChakravartyFIX #2767 & original problem of #3208
2009-07-07 Ian LynaghRemove unused imports
2009-06-03 simonpj@microsoft.comAllow RULES for seq, and exploit them
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2008-12-16 Simon MarlowRollback INLINE patches
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-10-31 simonpj@microsoft.comComments only
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-09-15 simonpj@microsoft.comRefactor the desugaring of RULE lhss a bit
2008-09-03 simonpj@microsoft.comMajor change in compilation of instance declarations...
2008-08-27 simonpj@microsoft.comFix Trac #2520: duplicate symbols
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsBinds
2008-07-20 Thomas SchillingFix Haddock errors.
2008-06-05 simonpj@microsoft.comDesugar multiple polymorphic bindings more intelligently
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsBinds
2008-04-22 simonpj@microsoft.comRename WpCo to WpCast
2008-01-30 Ian LynaghFix warnings in deSugar/DsBinds
2008-01-17 Twan van LaarhovenMonadify deSugar/DsBinds: use do, return, applicative...
2008-01-22 simonpj@microsoft.comTidy up the treatment of SPECIALISE pragmas
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-11-19 simonpj@microsoft.comImprove the situation for Trac #959: civilised warning...
2007-11-05 simonpj@microsoft.comInline implication constraints
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-22 simonpj@microsoft.comPrint infix function definitions correctly in HsSyn
2007-04-24 Simon Marlowremove unused imports
2007-04-22 simonpj@microsoft.comFix corner case of useless constraint in SPECIALISE...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-02-23 Pepe IborraWibble
2007-02-22 Pepe IborraUnbreak HEAD
2007-02-21 Pepe IborraImproving the performance of breakpoints up to 50%...
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-18 simonpj@microsoft.comAdd the primitive type Any, and use it for Dynamics
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-10 simonpj@microsoft.comRejig the auto-scc wrapping stuff
2006-10-05 simonpj@microsoft.comSpelling in comment
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-18 simonpj@microsoft.comFall over more gracefully when there's a Template Haske...
2006-07-22 simonpj@microsoft.comFix RULES lossage
2006-04-07 Simon MarlowReorganisation of the source tree