index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
vet
/
testdata
Age
Commit message (
Expand
)
Author
2025-11-14
std: fix printf("%q", int) mistakes
Alan Donovan
2025-10-10
cmd/go: unify "go fix" and "go vet"
Alan Donovan
2025-08-13
all: update vendored dependencies [generated]
Dmitri Shuralyov
2025-04-23
cmd/vet: add hostport analyzer
Alan Donovan
2025-04-01
cmd/vendor: update golang.org/x/tools to v0.31.1-0.20250328151535-a857356d5cc5
Alan Donovan
2025-02-12
vet: add regression test for printf checker regression
Alan Donovan
2025-02-12
all: update vendored dependencies [generated]
Dmitri Shuralyov
2024-05-03
cmd/vet: add stdversion analyzer
Alan Donovan
2024-04-02
cmd: update vendored x/tools to 904c6ba
Alan Donovan
2023-10-03
cmd: add a new analyzer for check missing values after append
cui fliter
2023-05-22
cmd/vet: add slog checker
Jonathan Amsterdam
2023-05-09
cmd: go get golang.org/x/tools@8f7fb01dd429 and revendor
Russ Cox
2023-01-30
cmd/vet: add directive analyzer
Russ Cox
2021-08-12
[dev.typeparams] all: merge master (46fd547) into dev.typeparams
Matthew Dempsky
2021-08-10
[dev.typeparams] cmd: update vendored golang.org/x/tools to 337cebd2c151
Cherry Mui
2021-07-26
cmd/vet: add missing copyright header
180909
2021-02-20
cmd/vet: update buildtag check for //go:build lines
Russ Cox
2019-11-05
cmd/vet: add test for loading complex values with a single instruction
Keith Randall
2019-10-19
cmd/vet: re-vendor x/tools upstream for printf verb fix
Caleb Spare
2019-02-20
cmd/vet: make vet_test module-agnostic
Bryan C. Mills
2018-11-15
cmd/vet: switch to x/tools/go/analysis implementation
Alan Donovan
2018-11-13
cmd/vet: rewrite method check to use go/types
Daniel Martí
2018-11-09
Revert "cmd/vet: lostcancel: suppress the check in the main.main function"
Brad Fitzpatrick
2018-11-09
cmd/vet: lostcancel: suppress the check in the main.main function
Alan Donovan
2018-11-09
cmd/vet: fix printf false negative with nested pointers
Daniel Martí
2018-11-09
cmd/vet: fix some pointer false positives in printf
Daniel Martí
2018-10-11
cmd/vet: detect non-pointer arguments for unmarshal and decode
Ian Davis
2018-10-06
all: fix a bunch of misspellings
Igor Zhilianin
2018-09-13
cmd/vet: avoid internal error for implicitly declared type switch vars
Robert Griesemer
2018-08-23
cmd/vet: check embedded field tags too
Daniel Martí
2018-08-21
cmd/vet: implement old TODO from testdata/print.go
Ian Lance Taylor
2018-08-20
cmd/vet: rewrite structtag using go/types
Daniel Martí
2018-08-17
cmd/vet: don't suggest ... if it breaks a program
Daniel Martí
2018-07-23
cmd/vet: if a function modifies its args, it's not a print wrapper
Ian Lance Taylor
2018-06-28
cmd/vet: fix ironic misuse of fmt.Sprintf
Russ Cox
2018-06-12
cmd/vet: use vet-specific export data to record detected printf wrappers
Russ Cox
2018-05-29
cmd/vet: avoid false positives with non-comments
Daniel Martí
2018-05-28
cmd/vet: eliminate use of Perl in tests
Yury Smolsky
2018-05-09
cmd/vet: assume that no builtin funcs are pure
Daniel Martí
2018-05-07
cmd/vet: recognise func type conversions
Daniel Martí
2018-05-04
cmd/vet: %T is a formatting directive too
Daniel Martí
2018-05-04
cmd/vet: better align print warnings with fmt
Daniel Martí
2018-04-27
cmd/vet: remove "only" from error message
Kevin Burke
2018-04-15
cmd/vet: fix panic in dead code checker on ill-formed switch statements.
David Symonds
2018-04-04
go/printer, gofmt: tuned table alignment for better results
Robert Griesemer
2018-02-27
cmd/vet: type conversions never have side effects
Daniel Martí
2018-02-23
cmd/vet: use type info to detect the atomic funcs
Daniel Martí
2018-02-21
cmd/vet: warn on unkeyed struct pointer literals
Daniel Martí
2018-02-12
cmd/vet: teach asmdecl check about NOFRAME
Austin Clements
2018-02-06
cmd/vet: unexported interface{} fields on %s are ok
Daniel Martí
[next]