| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 'rec' to stmts in a 'do', and deprecate 'mdo' | simonpj@microsoft.com | 2009-10-28 | 1 | -7/+9 |
* | Remove GHC's haskell98 dependency | Ian Lynagh | 2009-07-24 | 1 | -1/+1 |
* | Add tuple sections as a new feature | simonpj@microsoft.com | 2009-07-23 | 1 | -6/+10 |
* | Remove unused imports | Ian Lynagh | 2009-07-07 | 1 | -1/+0 |
* | Fix #2740: we were missing the free variables on some expressions | Simon Marlow | 2008-11-25 | 1 | -14/+13 |
* | Fix Trac #2052 Allowing hpc to understand hsc files. | andygill@ku.edu | 2008-09-16 | 1 | -4/+13 |
* | Handle optSrcSpanFileName rename in Coverage | Max Bolingbroke | 2008-07-31 | 1 | -1/+1 |
* | Split the Id related functions out from Var into Id, document Var and some of Id | Max Bolingbroke | 2008-07-31 | 1 | -1/+1 |
* | (F)SLIT -> (f)sLit in Coverage | Ian Lynagh | 2008-04-12 | 1 | -3/+1 |
* | Remove some of the old compat stuff now that we assume GHC 6.4 | Simon Marlow | 2008-02-08 | 1 | -4/+0 |
* | lots of portability changes (#1405) | Isaac Dupree | 2008-01-17 | 1 | -1/+1 |
* | Warning clean, and fix compilation with GHC 6.2.x | Simon Marlow | 2008-01-02 | 1 | -36/+28 |
* | Implement generalised list comprehensions | simonpj@microsoft.com | 2007-12-20 | 1 | -12/+37 |
* | Explicit pattern match in default case of addTickLHsBind | simonpj@microsoft.com | 2007-10-24 | 1 | -6/+2 |
* | View patterns, record wildcards, and record puns | Dan Licata | 2007-10-10 | 1 | -1/+1 |
* | Fix CodingStyle#Warnings URLs | Ian Lynagh | 2007-09-04 | 1 | -1/+1 |
* | Use OPTIONS rather than OPTIONS_GHC for pragmas | Ian Lynagh | 2007-09-03 | 1 | -2/+2 |
* | Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules | Ian Lynagh | 2007-09-01 | 1 | -0/+7 |
* | UNDO: Extend ModBreaks with the srcspan's of the enclosing expressions | Pepe Iborra | 2007-08-29 | 1 | -28/+19 |
* | Extend ModBreaks with the srcspan's of the enclosing expressions | Pepe Iborra | 2007-08-21 | 1 | -19/+28 |
* | Adding pushing of hpc translation status through hi files. | andy@galois.com | 2007-07-17 | 1 | -1/+1 |
* | Fixing Hpc SrcSpan usage; rejecting SrcSpans that are not in the source file | andy@galois.com | 2007-07-12 | 1 | -4/+19 |
* | calling pprPanic rather than error when something goes wrong | andy@galois.com | 2007-07-11 | 1 | -7/+7 |
* | Adding better support for HsSyn | andy@galois.com | 2007-07-11 | 1 | -4/+16 |
* | Adding support for package names into hpc outputed code | andy@galois.com | 2007-07-11 | 1 | -2/+8 |
* | Making -fhpc work with a stage1 build, via the compat 'package'. | andy@galois.com | 2007-06-26 | 1 | -12/+2 |
* | Stage2 now used the package hpc to get the hpc datastructures | andy@galois.com | 2007-06-22 | 1 | -70/+19 |
* | Add several new record features | Lemmih | 2007-06-21 | 1 | -6/+7 |
* | Using blacklist of places not to cover, rather than reverse-engineer deriving. | andy@galois.com | 2007-06-09 | 1 | -21/+16 |
* | Not adding ticks to compiler generated derived code. | andy@galois.com | 2007-06-08 | 1 | -2/+22 |
* | 'let' expressions: fix scope of the binders (see test break014) | Simon Marlow | 2007-05-16 | 1 | -3/+3 |
* | Avoid some unnecessary ticks in debugging mode | Simon Marlow | 2007-05-16 | 1 | -3/+6 |
* | comment out unused definition | Simon Marlow | 2007-05-16 | 1 | -2/+2 |
* | use the reader part of the monad for the inScope set | Simon Marlow | 2007-05-03 | 1 | -9/+4 |
* | Make records work properly with type families | simonpj@microsoft.com | 2007-05-02 | 1 | -5/+5 |
* | Changing internal data structures used by Hpc | andy@galois.com | 2007-04-30 | 1 | -68/+107 |
* | fix scoping issues with mdo (test dynbrk004) | Simon Marlow | 2007-04-26 | 1 | -36/+25 |
* | Attach free variables rather than in-scope variables to breakpoints | Simon Marlow | 2007-04-26 | 1 | -50/+98 |
* | Breakpoints: get the names of the free variables right | Simon Marlow | 2007-04-24 | 1 | -66/+104 |
* | we weren't adding breakpoints on parenthesised expressions | Simon Marlow | 2007-04-19 | 1 | -13/+12 |
* | Various cleanups and improvements to the breakpoint support | Simon Marlow | 2007-04-18 | 1 | -15/+20 |
* | remove extraneous "+1"; column numbers start at zero | Simon Marlow | 2007-04-17 | 1 | -1/+1 |
* | Re-working of the breakpoint support | Simon Marlow | 2007-04-17 | 1 | -43/+117 |
* | Remove whitespace, mostly tabs, from string literals | Ian Lynagh | 2007-04-16 | 1 | -4/+4 |
* | refactoring only: remove unused code/imports | Simon Marlow | 2007-01-11 | 1 | -60/+8 |
* | Make HsRecordBinds a data type instead of a synonym. | lennart@augustsson.net | 2007-02-04 | 1 | -1/+1 |
* | Adding a GENERATED pragma | andy@galois.com | 2006-12-29 | 1 | -3/+10 |
* | Adding tracing support | andy@galois.com | 2006-12-09 | 1 | -54/+0 |
* | TickBox representation change | andy@galois.com | 2006-11-29 | 1 | -6/+12 |
* | Fixing Alts to reflect Alternatives, rather than every pattern match in Hpc. | andy@galois.com | 2006-11-01 | 1 | -2/+10 |