update submodule pointer
[ghc-hetmet.git] / compiler / deSugar / Coverage.lhs
2011-05-09 Simon Peyton JonesFix the desugaring of guards in arrow syntax
2011-05-04 Simon Peyton JonesFinal batch of monad-comprehension stuff
2011-05-03 Simon Peyton JonesMore hacking on monad-comp
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 simonpjFix Trac #5045: add ticks to HsArrForms
2011-04-12 Simon MarlowChange the way module initialisation is done (#3252...
2011-02-02 Ross Patersonavoid adding HPC ticks to arrow constructs (fixes ...
2010-12-22 simonpj@microsoft.comTidy up rebindable syntax for MDo
2010-12-03 pepeiborra@gmail.comFix the behaviour of :history for ticks surrounding...
2010-11-21 Ian LynaghJust some alpha renaming
2010-11-15 pepeiborra@gmail.comFix bug #3165 (:history throws irrefutable pattern...
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-03-04 simonpj@microsoft.comRefactor part of the renamer to fix Trac #3901
2010-01-27 Simon MarlowaddCoverageTicksToBinds: tolerate a non-existent .hs...
2009-12-03 Ian LynaghFix HPC column numbers, following the column number...
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-07 Ian LynaghRemove unused imports
2008-11-25 Simon MarlowFix #2740: we were missing the free variables on some...
2008-09-16 andygill@ku.eduFix Trac #2052 Allowing hpc to understand hsc files.
2008-07-31 Max BolingbrokeHandle optSrcSpanFileName rename in Coverage
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Coverage
2008-02-08 Simon MarlowRemove some of the old compat stuff now that we assume...
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-02 Simon MarlowWarning clean, and fix compilation with GHC 6.2.x
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
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-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-29 Pepe IborraUNDO: Extend ModBreaks with the srcspan's of the enclos...
2007-08-21 Pepe IborraExtend ModBreaks with the srcspan's of the enclosing...
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-12 andy@galois.comFixing Hpc SrcSpan usage; rejecting SrcSpans that are...
2007-07-11 andy@galois.comcalling pprPanic rather than error when something goes...
2007-07-11 andy@galois.comAdding better support for HsSyn
2007-07-11 andy@galois.comAdding support for package names into hpc outputed...
2007-06-26 andy@galois.comMaking -fhpc work with a stage1 build, via the compat...
2007-06-22 andy@galois.comStage2 now used the package hpc to get the hpc datastru...
2007-06-21 LemmihAdd several new record features
2007-06-09 andy@galois.comUsing blacklist of places not to cover, rather than...
2007-06-08 andy@galois.comNot adding ticks to compiler generated derived code.
2007-05-16 Simon Marlow'let' expressions: fix scope of the binders (see test...
2007-05-16 Simon MarlowAvoid some unnecessary ticks in debugging mode
2007-05-16 Simon Marlowcomment out unused definition
2007-05-03 Simon Marlowuse the reader part of the monad for the inScope set
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-04-30 andy@galois.comChanging internal data structures used by Hpc
2007-04-26 Simon Marlowfix scoping issues with mdo (test dynbrk004)
2007-04-26 Simon MarlowAttach free variables rather than in-scope variables...
2007-04-24 Simon MarlowBreakpoints: get the names of the free variables right
2007-04-19 Simon Marlowwe weren't adding breakpoints on parenthesised expressions
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2007-04-17 Simon Marlowremove extraneous "+1"; column numbers start at zero
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-16 Ian LynaghRemove whitespace, mostly tabs, from string literals
2007-01-11 Simon Marlowrefactoring only: remove unused code/imports
2007-02-04 lennart@augustsson.netMake HsRecordBinds a data type instead of a synonym.
2006-12-29 andy@galois.comAdding a GENERATED pragma
2006-12-09 andy@galois.comAdding tracing support
2006-11-29 andy@galois.comTickBox representation change
2006-11-01 andy@galois.comFixing Alts to reflect Alternatives, rather than every...
2006-10-25 andy@galois.comAdding arrows to the acceptable code for hpc
2006-10-24 andy@galois.comHaskell Program Coverage