Remove redundant fromIntegral calls
[ghc-hetmet.git] / compiler / deSugar /
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...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/Check, except for incomplete...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/Match, except for incomplete...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/MatchCon, except for incomple...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/DsMonad
2008-02-08 Simon MarlowRemove some of the old compat stuff now that we assume...
2008-02-05 simonpj@microsoft.comMake do-notation a bit more flexible (Trac #1537)
2008-01-04 Simon MarlowUse the correct libffi type for pointers
2008-01-30 Ian LynaghFix warnings in deSugar/DsBinds
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenMonadify deSugar/DsMonad: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/Desugar: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsUtils: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsListComp: use do, return, applicativ...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsForeign: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsGRHSs: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsExpr: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/MatchLit: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/Match: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsCCall: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsArrows: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsBinds: use do, return, applicative...
2008-01-22 simonpj@microsoft.comTidy up the treatment of SPECIALISE pragmas
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-16 simonpj@microsoft.comComplain sensibly if you try to use scoped type variabl...
2008-01-03 Simon MarlowOptionally use libffi to implement 'foreign import...
2008-01-02 Simon MarlowWarning clean, and fix compilation with GHC 6.2.x
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-12-05 Roman LeshchinskiyOptimise desugaring of parallel array comprehensions
2007-12-07 Manuel M T ChakravartyProperly keep track of whether normalising given or...
2007-11-19 simonpj@microsoft.comImprove the situation for Trac #959: civilised warning...
2007-11-06 Simon Marlowwarning police
2007-11-06 Simon MarlowGHC API: add checkAndLoadModule
2007-11-05 simonpj@microsoft.comInline implication constraints
2007-10-24 simonpj@microsoft.comExplicit pattern match in default case of addTickLHsBind
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-15 andy@galois.comFIX #1759 while respecting the ticks
2007-10-10 simonpj@microsoft.comFix Trac #1759: do not let ticks get in the way of...
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
next