aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vet
AgeCommit message (Expand)Author
2018-11-16cmd/vet: reenable cgo testAlan Donovan
2018-11-16cmd/vet: fix two failing test casesAlan Donovan
2018-11-15cmd/vet: switch to x/tools/go/analysis implementationAlan Donovan
2018-11-15cmd/vet/all: use x/tools/go/analysis/cmd/vet not cmd/vetAlan Donovan
2018-11-13cmd/vet: rewrite method check to use go/typesDaniel Martí
2018-11-13cmd/go: vet: pass non-.go files to vet toolAlan Donovan
2018-11-12runtime: correct ABI information for all functionsAustin Clements
2018-11-12runtime, reflect: access runtime.reflectcall directlyAustin Clements
2018-11-09Revert "cmd/vet: lostcancel: suppress the check in the main.main function"Brad Fitzpatrick
2018-11-09cmd/vet: lostcancel: suppress the check in the main.main functionAlan Donovan
2018-11-09cmd/vet: fix printf false negative with nested pointersDaniel Martí
2018-11-09cmd/vet: fix some pointer false positives in printfDaniel Martí
2018-11-08strings,bytes: use inlineable function trampolines instead of linknameKeith Randall
2018-11-08cmd/go: vet: revert $GOVETTOOL env var, restore -vettool flagAlan Donovan
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-10-17cmd/go: make go vet query cmd/vet for its flagsAlan Donovan
2018-10-11cmd/vet: detect non-pointer arguments for unmarshal and decodeIan Davis
2018-10-08all: fix a bunch of misspellingsIgor Zhilianin
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-10-03cmd/dist: add AIX operating system.Clément Chigot
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-09-18runtime: support windows/armJordan Rhee
2018-09-13cmd/vet: avoid internal error for implicitly declared type switch varsRobert Griesemer
2018-09-12encoding/json: more tests to cover decoding edge casesDaniel Martí
2018-09-07cmd/dist, go/types: add support for GOARCH=sparc64Tobias Klauser
2018-08-24cmd/compile: remove vet-blocking hackKeith Randall
2018-08-23cmd/vet: check embedded field tags tooDaniel Martí
2018-08-21cmd/vet: implement old TODO from testdata/print.goIan Lance Taylor
2018-08-20cmd/vet: exclude windows/arm from cmd/vetJordan Rhee
2018-08-20cmd/vet: rewrite structtag using go/typesDaniel Martí
2018-08-17cmd/vet: don't suggest ... if it breaks a programDaniel Martí
2018-07-23cmd/vet: if a function modifies its args, it's not a print wrapperIan Lance Taylor
2018-07-14cmd/vet,sync: check lock values more preciselyDan Kortschak
2018-07-03cmd/vet: make vetx output deterministicIan Lance Taylor
2018-07-02runtime: query thread stack size from OS on WindowsAustin Clements
2018-06-29cmd/vet: don't run buildtag check when in vetxonly modeDaniel Martí
2018-06-28cmd/vet: fix ironic misuse of fmt.SprintfRuss Cox
2018-06-26syscall/js: use stable references to JavaScript valuesRichard Musiol
2018-06-25syscall.js: add Value.InstanceOfRichard Musiol
2018-06-19runtime: implement procyield properly for ppc64xCarlos Eduardo Seo
2018-06-16runtime: move semaphore ops from system calls to libc calls on DarwinKeith Randall
2018-06-15all: enable vet/all for js/wasm and fix vet issuesRichard Musiol
2018-06-14cmd/vet: simplify side effects func call logicDaniel Martí
2018-06-13cmd/dist, go/types: add support for GOARCH=riscv64Tobias Klauser
2018-06-12runtime: use libc for signal functions on iOSElias Naur
2018-06-12cmd/vet: use vet-specific export data to record detected printf wrappersRuss Cox
2018-06-11cmd/vet: add support for vet-specific export dataRuss Cox
2018-06-11crypto, internal/cpu: fix s390x AES feature detection and update SHA implemen...Michael Munday
2018-05-29runtime: implement time.now using libcKeith Randall
2018-05-29cmd/vet: avoid false positives with non-commentsDaniel Martí