summaryrefslogtreecommitdiff
path: root/compiler/deSugar/Coverage.lhs
Commit message (Expand)AuthorAgeFilesLines
* Add 'rec' to stmts in a 'do', and deprecate 'mdo'simonpj@microsoft.com2009-10-281-7/+9
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-241-1/+1
* Add tuple sections as a new featuresimonpj@microsoft.com2009-07-231-6/+10
* Remove unused importsIan Lynagh2009-07-071-1/+0
* Fix #2740: we were missing the free variables on some expressionsSimon Marlow2008-11-251-14/+13
* Fix Trac #2052 Allowing hpc to understand hsc files.andygill@ku.edu2008-09-161-4/+13
* Handle optSrcSpanFileName rename in CoverageMax Bolingbroke2008-07-311-1/+1
* Split the Id related functions out from Var into Id, document Var and some of IdMax Bolingbroke2008-07-311-1/+1
* (F)SLIT -> (f)sLit in CoverageIan Lynagh2008-04-121-3/+1
* Remove some of the old compat stuff now that we assume GHC 6.4Simon Marlow2008-02-081-4/+0
* lots of portability changes (#1405)Isaac Dupree2008-01-171-1/+1
* Warning clean, and fix compilation with GHC 6.2.xSimon Marlow2008-01-021-36/+28
* Implement generalised list comprehensionssimonpj@microsoft.com2007-12-201-12/+37
* Explicit pattern match in default case of addTickLHsBindsimonpj@microsoft.com2007-10-241-6/+2
* View patterns, record wildcards, and record punsDan Licata2007-10-101-1/+1
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* UNDO: Extend ModBreaks with the srcspan's of the enclosing expressionsPepe Iborra2007-08-291-28/+19
* Extend ModBreaks with the srcspan's of the enclosing expressions Pepe Iborra2007-08-211-19/+28
* Adding pushing of hpc translation status through hi files.andy@galois.com2007-07-171-1/+1
* Fixing Hpc SrcSpan usage; rejecting SrcSpans that are not in the source fileandy@galois.com2007-07-121-4/+19
* calling pprPanic rather than error when something goes wrongandy@galois.com2007-07-111-7/+7
* Adding better support for HsSynandy@galois.com2007-07-111-4/+16
* Adding support for package names into hpc outputed codeandy@galois.com2007-07-111-2/+8
* Making -fhpc work with a stage1 build, via the compat 'package'.andy@galois.com2007-06-261-12/+2
* Stage2 now used the package hpc to get the hpc datastructuresandy@galois.com2007-06-221-70/+19
* Add several new record featuresLemmih2007-06-211-6/+7
* Using blacklist of places not to cover, rather than reverse-engineer deriving.andy@galois.com2007-06-091-21/+16
* Not adding ticks to compiler generated derived code.andy@galois.com2007-06-081-2/+22
* 'let' expressions: fix scope of the binders (see test break014)Simon Marlow2007-05-161-3/+3
* Avoid some unnecessary ticks in debugging modeSimon Marlow2007-05-161-3/+6
* comment out unused definitionSimon Marlow2007-05-161-2/+2
* use the reader part of the monad for the inScope setSimon Marlow2007-05-031-9/+4
* Make records work properly with type familiessimonpj@microsoft.com2007-05-021-5/+5
* Changing internal data structures used by Hpcandy@galois.com2007-04-301-68/+107
* fix scoping issues with mdo (test dynbrk004)Simon Marlow2007-04-261-36/+25
* Attach free variables rather than in-scope variables to breakpointsSimon Marlow2007-04-261-50/+98
* Breakpoints: get the names of the free variables rightSimon Marlow2007-04-241-66/+104
* we weren't adding breakpoints on parenthesised expressionsSimon Marlow2007-04-191-13/+12
* Various cleanups and improvements to the breakpoint supportSimon Marlow2007-04-181-15/+20
* remove extraneous "+1"; column numbers start at zeroSimon Marlow2007-04-171-1/+1
* Re-working of the breakpoint supportSimon Marlow2007-04-171-43/+117
* Remove whitespace, mostly tabs, from string literalsIan Lynagh2007-04-161-4/+4
* refactoring only: remove unused code/importsSimon Marlow2007-01-111-60/+8
* Make HsRecordBinds a data type instead of a synonym.lennart@augustsson.net2007-02-041-1/+1
* Adding a GENERATED pragmaandy@galois.com2006-12-291-3/+10
* Adding tracing supportandy@galois.com2006-12-091-54/+0
* TickBox representation changeandy@galois.com2006-11-291-6/+12
* Fixing Alts to reflect Alternatives, rather than every pattern match in Hpc.andy@galois.com2006-11-011-2/+10