Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules
[ghc-hetmet.git] / compiler / deSugar / Coverage.lhs
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