Make dumpIfSet_dyn_or use dumpSDoc
[ghc-hetmet.git] / compiler / deSugar / DsExpr.lhs
2011-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
2011-05-02 Simon Peyton JonesMore on monad-comp; an intermediate state, so don't...
2011-05-02 Simon Peyton JonesMore hacking on monad-comp; now works
2011-04-29 Simon Peyton JonesSimon's hacking on monad-comp; incomplete
2011-04-28 Simon Peyton JonesPreliminary monad-comprehension patch (Trac #4370)
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2010-12-22 simonpj@microsoft.comTidy up rebindable syntax for MDo
2010-11-16 simonpj@microsoft.comAdd warning for probable identities (fromIntegral and...
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-09-14 simonpj@microsoft.comMove error-ids to MkCore (from PrelRules)
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-01-20 simonpj@microsoft.comFix Trac #3813: unused variables in GHCi bindings
2009-11-05 simonpj@microsoft.comComments only
2009-11-03 simonpj@microsoft.comComment only
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.comA small refactoring in the code for desugaring explicit...
2009-10-28 simonpj@microsoft.comDrop unused import
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-07 Ian LynaghRemove unused imports
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-06-03 simonpj@microsoft.comAllow RULES for seq, and exploit them
2009-03-31 Ian LynaghmkErrorAppDs now takes an SDoc rather than a String
2008-12-05 simonpj@microsoft.comAdd static flag -fsimple-list-literals
2008-11-03 simonpj@microsoft.comFix desugaring of record update (fixes Trac #2735)
2008-10-28 simonpj@microsoft.comMostly-fix Trac #2595: updates for existentials
2008-09-12 Roman LeshchinskiyChange desugaring of PArr literals
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-07-31 Max BolingbrokeHandle introduction of MkCore in DsExpr
2008-03-29 Ian LynaghRemove an unnecessary #ifdef DEBUG
2008-02-28 simonpj@microsoft.comComments only
2008-02-28 Max BolingbrokeMake explicit lists more fusable
2008-02-11 Roman LeshchinskiyFix warning (FIX validate)
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/DsExpr, except for incomplete...
2008-02-05 simonpj@microsoft.comMake do-notation a bit more flexible (Trac #1537)
2008-01-17 Twan van LaarhovenMonadify deSugar/DsExpr: use do, return, applicative...
2007-12-07 Manuel M T ChakravartyProperly keep track of whether normalising given or...
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-06-21 LemmihAdd several new record features
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-04-24 Simon MarlowBreakpoints: get the names of the free variables right
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-02-05 simonpj@microsoft.comEstablish the CoreSyn let/app invariant
2007-02-04 lennart@augustsson.netMake HsRecordBinds a data type instead of a synonym.
2007-02-02 Pepe IborraExtend the local bindings at a breakpoint with one...
2007-01-31 Pepe IborraBugFix: do not insert breakpoints around expressions...
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2006-12-10 Pepe IborraCapturing and keeping track of local bindins in the...
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-12-10 Pepe IborraThe breakpoint primitive
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-11 simonpj@microsoft.comSimplify desugaring of left sections
2006-08-18 simonpj@microsoft.comFall over more gracefully when there's a Template Haske...
2006-07-03 simonpj@microsoft.comThe dict-bindings in an IPBinds need not be in dependen...
2006-05-25 simonpj@microsoft.comPrune imports
2006-05-10 LemmihIgnore unboxed values in breakpoints.
2006-05-02 LemmihbreakpointCond
2006-04-07 Simon MarlowReorganisation of the source tree