summaryrefslogtreecommitdiff
path: root/src/cmd/cov
Commit message (Expand)AuthorAgeFilesLines
* cov and prof: implement windows version (just function stubs and build mods)Joe Poirier2010-07-301-1/+8
* runtime: turn run time errors checks into panicsRuss Cox2010-04-011-2/+2
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* FreeBSD-specific porting work.Devon H. O'Dell2009-11-171-0/+1
* doc doc docRuss Cox2009-11-041-0/+33
* fix build after Mercurial move.Russ Cox2009-10-222-9/+5
* clean moreRuss Cox2009-10-031-1/+1
* use $(shell uname) instead of $GOOS whenRuss Cox2009-09-221-1/+1
* rename libmach_amd64 libmachRob Pike2009-08-142-2/+2
* Support use of $GOBINDIR to override $HOME/binPhil Pennock2009-07-281-1/+1
* new flags to 6covRuss Cox2008-11-201-11/+67
* coverage tweaksRuss Cox2008-11-191-4/+24
* add build step to install debuggers setgid procmod.Russ Cox2008-11-181-1/+8
* work around more commonly-unreachable 6g code sequences.Russ Cox2008-11-171-0/+23
* code coverage toolRuss Cox2008-11-144-0/+706