aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cov
AgeCommit message (Expand)Author
2013-05-06go1.1rc2go1.1rc2Andrew Gerrand
2013-02-19cmd/godoc: use go/build to determine package and example filesRobert Griesemer
2012-11-27libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check malloc return valueShenghou Ma
2012-03-05cmd: update formatting of usage messagesAndrew Gerrand
2012-02-20all: rewrite references to old tool namesRob Pike
2012-02-06build: delete make paraphernaliaRuss Cox
2012-02-02build: rename $GOROOT/bin/go-tool to $GOROOT/bin/tool.Russ Cox
2012-01-30build: use correct go-tool directory locationAlex Brainman
2012-01-29cmd/go: c tools not used during compilationRob Pike
2011-12-12build: Changes to the build infrastructure for NetBSD.Christopher Nielsen
2011-11-16cov: fix for Plan 9 buildLucio De Re
2011-08-25build: fix unused parametersRuss Cox
2011-08-24cov: remove tautological #definesLucio De Re
2011-08-22build: add openbsdJoel Sing
2011-06-19Make.ccmd: link with mach lib,Joe Poirier
2010-10-13various: avoid %ld etcRuss Cox
2010-08-24build: $GOBIN defaults to $GOROOT/binRuss Cox
2010-07-30cov and prof: implement windows version (just function stubs and build mods)Joe Poirier
2010-04-01runtime: turn run time errors checks into panicsRuss Cox
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell
2009-11-04doc doc docRuss Cox
2009-10-22fix build after Mercurial move.Russ Cox
2009-10-03clean moreRuss Cox
2009-09-22use $(shell uname) instead of $GOOS whenRuss Cox
2009-08-14rename libmach_amd64 libmachRob Pike
2009-07-28Support use of $GOBINDIR to override $HOME/binPhil Pennock
2008-11-20new flags to 6covRuss Cox
2008-11-19coverage tweaksRuss Cox
2008-11-18add build step to install debuggers setgid procmod.Russ Cox
2008-11-17work around more commonly-unreachable 6g code sequences.Russ Cox
2008-11-14code coverage toolRuss Cox