projects
/
ghc-hetmet.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Allow -ticky and -prof together
[ghc-hetmet.git]
/
compiler
/
deSugar
/
Coverage.lhs
2009-07-24
Ian Lynagh
Remove GHC's haskell98 dependency
blob
|
commitdiff
2009-07-23
simonpj@microsoft.com
Add tuple sections as a new feature
blob
|
commitdiff
|
diff to current
2009-07-07
Ian Lynagh
Remove unused imports
blob
|
commitdiff
|
diff to current
2008-11-25
Simon Marlow
Fix #2740: we were missing the free variables on some...
blob
|
commitdiff
|
diff to current
2008-09-16
andygill@ku.edu
Fix Trac #2052 Allowing hpc to understand hsc files.
blob
|
commitdiff
|
diff to current
2008-07-31
Max Bolingbroke
Handle optSrcSpanFileName rename in Coverage
blob
|
commitdiff
|
diff to current
2008-07-31
Max Bolingbroke
Split the Id related functions out from Var into Id...
blob
|
commitdiff
|
diff to current
2008-04-12
Ian Lynagh
(F)SLIT -> (f)sLit in Coverage
blob
|
commitdiff
|
diff to current
2008-02-08
Simon Marlow
Remove some of the old compat stuff now that we assume...
blob
|
commitdiff
|
diff to current
2008-01-17
Isaac Dupree
lots of portability changes (#1405)
blob
|
commitdiff
|
diff to current
2008-01-02
Simon Marlow
Warning clean, and fix compilation with GHC 6.2.x
blob
|
commitdiff
|
diff to current
2007-12-20
simonpj@microsoft.com
Implement generalised list comprehensions
blob
|
commitdiff
|
diff to current
2007-10-24
simonpj@microsoft.com
Explicit pattern match in default case of addTickLHsBind
blob
|
commitdiff
|
diff to current
2007-10-10
Dan Licata
View patterns, record wildcards, and record puns
blob
|
commitdiff
|
diff to current
2007-09-04
Ian Lynagh
Fix CodingStyle#Warnings URLs
blob
|
commitdiff
|
diff to current
2007-09-03
Ian Lynagh
Use OPTIONS rather than OPTIONS_GHC for pragmas
blob
|
commitdiff
|
diff to current
2007-09-01
Ian Lynagh
Add {-# OPTIONS_GHC -w #-} and some blurb to all compil...
blob
|
commitdiff
|
diff to current
2007-08-29
Pepe Iborra
UNDO: Extend ModBreaks with the srcspan's of the enclos...
blob
|
commitdiff
|
diff to current
2007-08-21
Pepe Iborra
Extend ModBreaks with the srcspan's of the enclosing...
blob
|
commitdiff
|
diff to current
2007-07-17
andy@galois.com
Adding pushing of hpc translation status through hi...
blob
|
commitdiff
|
diff to current
2007-07-12
andy@galois.com
Fixing Hpc SrcSpan usage; rejecting SrcSpans that are...
blob
|
commitdiff
|
diff to current
2007-07-11
andy@galois.com
calling pprPanic rather than error when something goes...
blob
|
commitdiff
|
diff to current
2007-07-11
andy@galois.com
Adding better support for HsSyn
blob
|
commitdiff
|
diff to current
2007-07-11
andy@galois.com
Adding support for package names into hpc outputed...
blob
|
commitdiff
|
diff to current
2007-06-26
andy@galois.com
Making -fhpc work with a stage1 build, via the compat...
blob
|
commitdiff
|
diff to current
2007-06-22
andy@galois.com
Stage2 now used the package hpc to get the hpc datastru...
blob
|
commitdiff
|
diff to current
2007-06-21
Lemmih
Add several new record features
blob
|
commitdiff
|
diff to current
2007-06-09
andy@galois.com
Using blacklist of places not to cover, rather than...
blob
|
commitdiff
|
diff to current
2007-06-08
andy@galois.com
Not adding ticks to compiler generated derived code.
blob
|
commitdiff
|
diff to current
2007-05-16
Simon Marlow
'let' expressions: fix scope of the binders (see test...
blob
|
commitdiff
|
diff to current
2007-05-16
Simon Marlow
Avoid some unnecessary ticks in debugging mode
blob
|
commitdiff
|
diff to current
2007-05-16
Simon Marlow
comment out unused definition
blob
|
commitdiff
|
diff to current
2007-05-03
Simon Marlow
use the reader part of the monad for the inScope set
blob
|
commitdiff
|
diff to current
2007-05-02
simonpj@microsoft.com
Make records work properly with type families
blob
|
commitdiff
|
diff to current
2007-04-30
andy@galois.com
Changing internal data structures used by Hpc
blob
|
commitdiff
|
diff to current
2007-04-26
Simon Marlow
fix scoping issues with mdo (test dynbrk004)
blob
|
commitdiff
|
diff to current
2007-04-26
Simon Marlow
Attach free variables rather than in-scope variables...
blob
|
commitdiff
|
diff to current
2007-04-24
Simon Marlow
Breakpoints: get the names of the free variables right
blob
|
commitdiff
|
diff to current
2007-04-19
Simon Marlow
we weren't adding breakpoints on parenthesised expressions
blob
|
commitdiff
|
diff to current
2007-04-18
Simon Marlow
Various cleanups and improvements to the breakpoint...
blob
|
commitdiff
|
diff to current
2007-04-17
Simon Marlow
remove extraneous "+1"; column numbers start at zero
blob
|
commitdiff
|
diff to current
2007-04-17
Simon Marlow
Re-working of the breakpoint support
blob
|
commitdiff
|
diff to current
2007-04-16
Ian Lynagh
Remove whitespace, mostly tabs, from string literals
blob
|
commitdiff
|
diff to current
2007-01-11
Simon Marlow
refactoring only: remove unused code/imports
blob
|
commitdiff
|
diff to current
2007-02-04
lennart@augustsson.net
Make HsRecordBinds a data type instead of a synonym.
blob
|
commitdiff
|
diff to current
2006-12-29
andy@galois.com
Adding a GENERATED pragma
blob
|
commitdiff
|
diff to current
2006-12-09
andy@galois.com
Adding tracing support
blob
|
commitdiff
|
diff to current
2006-11-29
andy@galois.com
TickBox representation change
blob
|
commitdiff
|
diff to current
2006-11-01
andy@galois.com
Fixing Alts to reflect Alternatives, rather than every...
blob
|
commitdiff
|
diff to current
2006-10-25
andy@galois.com
Adding arrows to the acceptable code for hpc
blob
|
commitdiff
|
diff to current
2006-10-24
andy@galois.com
Haskell Program Coverage
blob
|
commitdiff
|
diff to current