summaryrefslogtreecommitdiff
path: root/src/cmd/cover/cover.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/cover: use fmt.Print for newline-ending fixed stringZvonimir Pavlinovic2021-11-041-2/+2
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+1
* cmd/cover: skip function declarations with blank nameszikaeroh2020-03-131-0/+5
* cmd/cover: fix counting of blocks split by goto statementsAndrew Gerrand2019-06-031-0/+3
* go/token: add IsIdentifier, IsKeyword, and IsExportedDaniel Martí2019-04-151-18/+1
* cmd/cover: don't assume duplicate positions are in orderIan Lance Taylor2019-03-151-16/+36
* cmd/cover: avoid repeating positionsIan Lance Taylor2018-12-181-0/+20
* cmd/cover: simplify and correct isValidIdentifierIan Lance Taylor2018-12-111-6/+11
* cmd/cover: check that the argument of -var is validAndrea Nodari2018-12-101-0/+16
* cmd/cover: remove unused global var and the unquote functionYury Smolsky2018-08-201-12/+0
* cmd/cover: don't crash on non-gofmt'ed inputIan Lance Taylor2018-03-071-4/+9
* cmd/cover: add //line comment pointing to original fileRuss Cox2017-11-161-0/+1
* cmd/cover: modify source as text, not as ASTRuss Cox2017-11-131-255/+86
* cmd/cover: don't try to attach directives to synthetic declsJay Conrod2017-10-171-6/+25
* cmd/cover: preserve compiler directives in floating commentsJay Conrod2017-10-161-44/+81
* cmd/asm, cmd/cgo, cmd/compile, cmd/cover, cmd/link: use standard -V outputRuss Cox2017-10-061-0/+3
* cmd/cover: fix spelling mistakeKevin Burke2016-12-201-1/+1
* cmd/cover: retain un-attached compiler directivesDhananjay Nakrani2016-12-201-11/+41
* cmd/cover: change covered block for switch/select case to exclude expressionRuss Cox2016-11-031-2/+2
* cmd/cover: handle gotosRob Pike2016-10-141-4/+39
* cmd/cover: Fix compiler directives handling.Dhananjay Nakrani2016-10-041-21/+14
* cmd: fixed certain vet warningsAliaksandr Valialkin2016-05-121-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* cmd/cover: don't overskip children nodes when adding countersCaio Marcelo de Oliveira Filho2016-02-221-0/+14
* cmd/cover: copy to standard repository from golang.org/x/tools/cmd/coverRob Pike2015-05-011-0/+722