aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cover/cover.go
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-03-13cmd/cover: skip function declarations with blank nameszikaeroh
2019-06-03cmd/cover: fix counting of blocks split by goto statementsAndrew Gerrand
2019-04-15go/token: add IsIdentifier, IsKeyword, and IsExportedDaniel Martí
2019-03-15cmd/cover: don't assume duplicate positions are in orderIan Lance Taylor
2018-12-18cmd/cover: avoid repeating positionsIan Lance Taylor
2018-12-11cmd/cover: simplify and correct isValidIdentifierIan Lance Taylor
2018-12-10cmd/cover: check that the argument of -var is validAndrea Nodari
2018-08-20cmd/cover: remove unused global var and the unquote functionYury Smolsky
2018-03-07cmd/cover: don't crash on non-gofmt'ed inputIan Lance Taylor
2017-11-16cmd/cover: add //line comment pointing to original fileRuss Cox
2017-11-13cmd/cover: modify source as text, not as ASTRuss Cox
2017-10-17cmd/cover: don't try to attach directives to synthetic declsJay Conrod
2017-10-16cmd/cover: preserve compiler directives in floating commentsJay Conrod
2017-10-06cmd/asm, cmd/cgo, cmd/compile, cmd/cover, cmd/link: use standard -V outputRuss Cox
2016-12-20cmd/cover: fix spelling mistakeKevin Burke
2016-12-20cmd/cover: retain un-attached compiler directivesDhananjay Nakrani
2016-11-03cmd/cover: change covered block for switch/select case to exclude expressionRuss Cox
2016-10-14cmd/cover: handle gotosRob Pike
2016-10-04cmd/cover: Fix compiler directives handling.Dhananjay Nakrani
2016-05-12cmd: fixed certain vet warningsAliaksandr Valialkin
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-22cmd/cover: don't overskip children nodes when adding countersCaio Marcelo de Oliveira Filho
2015-05-01cmd/cover: copy to standard repository from golang.org/x/tools/cmd/coverRob Pike