Add PrimCall to the STG layer and update Core -> STG translation
[ghc-hetmet.git] / compiler / deSugar /
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
2008-07-31 Max BolingbrokeHandle optSrcSpanFileName rename in Coverage
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-07-08 Ian LynaghRemove all .hi-boot-6 files
2008-07-01 simonpj@microsoft.comEasy fix for Trac #2409
2008-06-14 Ian LynaghFix a warning in DsForeign
2008-06-14 Ian LynaghFix warnings in DsForeign
2008-06-05 simonpj@microsoft.comFix Trac #2045: use big-tuple machiney for implication...
2008-06-05 simonpj@microsoft.comDesugar multiple polymorphic bindings more intelligently
2008-06-05 simonpj@microsoft.comAdd non-recursive let-bindings for types
2008-05-16 Simon Marlowvalidate fix: eliminate a warning
2008-05-16 simonpj@microsoft.comImprove the treatment of 'seq' (Trac #2273)
2008-05-14 Simon MarlowFIX #2276: foreign import stdcall "&foo" doesn't work
2008-05-13 Simon MarlowFIX #1641: don't add auto sccs to compiler-generated...
2008-05-07 Roman LeshchinskiyFIX validate: Fix warnings in new literal code
2008-05-06 Ian LynaghAdd a comment about why DsMeta needs the warning kludge
2008-05-06 simonpj@microsoft.comFix Trac #2246; overhaul handling of overloaded literals
2008-05-04 Ian LynaghMake DsArrows warning-free
2008-05-04 Ian LynaghMake DsCCall warning-free
2008-05-04 Ian LynaghMake DsMeta almost warning-free
2008-05-04 Ian LynaghMake MatchLit warning-free
2008-05-04 Ian LynaghAdd an Outputable EquationInfo instance
2008-04-23 Ian LynaghAdd 123## literals for Word#
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsMeta
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Desugar
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsForeign
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Match
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsBinds
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Coverage
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsUtils
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsUtils
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsMonad
2008-04-22 simonpj@microsoft.comRename WpCo to WpCast
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghRemove some unnecessary imports
2008-03-29 Ian LynaghRemove an unnecessary #ifdef DEBUG
2008-03-26 Ian LynaghMake use of the SDoc type synonym
2008-03-23 Ian LynaghFollow library changes
2008-02-28 simonpj@microsoft.comComments only
2008-02-28 Max BolingbrokeMake explicit lists more fusable
2008-02-16 Ian LynaghGenerate foo(void) rather than foo() in FFI stub files
2008-02-15 Ian LynaghRevert an accidental comment change
2008-02-11 Roman LeshchinskiyFix warning (FIX validate)
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/DsExpr, except for incomplete...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/DsGRHSs, except for incomplet...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/DsListComp, except for incomp...
next