- c16d0be cmd/gonew: add new tool for starting a module by copying one by Russ Cox · 1 year, 7 months ago v0.11.1
- 2ffc4dc all: fix some typos by cui fliter · 1 year, 7 months ago
- 9161e3a all: remove repetitive words by cui fliter · 1 year, 7 months ago
- d86c729 cmd/digraph: somepath: search breadth-first to find minimal path by Alan Donovan · 1 year, 8 months ago
- ac255de cmd/digraph: consolidate -help message and package doc by Alan Donovan · 1 year, 8 months ago
- 87df9bc cmd/godoc: disable TestWebIndex, a very slow test by Heschi Kreinick · 1 year, 8 months ago
- a4ed05f cmd/digraph: add "to dot" to emit Graphviz dot by Austin Clements · 1 year, 8 months ago
- c43232f cmd/digraph: improve examples using go list, mod by Alan Donovan · 1 year, 8 months ago
- 96844c3 cmd/{guru,callgraph}: stop using go/pointer by Alan Donovan · 1 year, 9 months ago v0.9.2
- 9aa9d13 cmd/bisect, internal/bisect: use more precise skip suffixes, written in hex by Russ Cox · 1 year, 10 months ago
- 4609d79 cmd/bisect: add -compile and -godebug shorthands by Russ Cox · 1 year, 10 months ago v0.9.1
- 23e52a3 bisect: diagnose bad targets better by Russ Cox · 1 year, 10 months ago
- ce1b96b all: fix some comments by cui fliter · 1 year, 10 months ago
- dd09381 bisect: move to internal/bisect until API is reviewed by Russ Cox · 1 year, 10 months ago
- 516063a bisect, cmd/bisect: add new library and tool by Russ Cox · 1 year, 10 months ago
- 6deeacb all: fix remaining tests on js/wasm by Bryan C. Mills · 1 year, 10 months ago
- 780626c all: fix non-gopls short tests on js/wasm and update for wasip1/wasm by Bryan C. Mills · 1 year, 10 months ago
- dd1e2f6 cmd/present/static: fork needed godoc static resources by Alan Donovan · 2 years ago
- 0d741d5 cmd/present: update styles for markdown-generated slides by Russ Cox · 2 years ago
- c3550e9 cmd/present: use embed, drop native client by Russ Cox · 2 years ago
- f124b50 cmd/stringer: streamline test subprocesses by Oleksandr Redko · 2 years, 1 month ago
- bd5dfbb all: fix some comments by cui fliter · 2 years, 1 month ago
- 5bedd86 cmd/digraph: use ReadString rather than bufio.Scanner by Fumitoshi Ukai · 2 years, 1 month ago
- 8e94967 cmd/fiximports: do not assume go list -json unmarshals into build.Package by Russ Cox · 2 years, 1 month ago
- a3c22fc cmd/cover: delete package by Bryan C. Mills · 2 years, 3 months ago
- 98dcb0e cmd/cover: remove replace directive by Bryan C. Mills · 2 years, 1 month ago cmd/cover/v0.1.0-deprecated
- a7f7db3 cmd/cover: carve out deprecated command into its own module by Bryan C. Mills · 2 years, 1 month ago
- f9a10c0 Revert "cmd/cover: carve out deprecated command into its own module" by Bryan Mills · 2 years, 1 month ago
- 43158af cmd/cover: carve out deprecated command into its own module by Bryan C. Mills · 2 years, 3 months ago
- b978661 cmd/godoc: streamline test subprocesses by Bryan C. Mills · 3 years, 1 month ago
- 8f32411 cmd/stringer: replace ioutil with os by Sasha Melentyev · 2 years, 3 months ago
- d56532a cmd/compilebench: make it work without installed .a's by Cherry Mui · 2 years, 4 months ago
- 541f4c5 cmd/bundle: quote command-line arguments in output by eNV25 · 2 years, 4 months ago
- a9b653b cmd/compilebench: use -a instead of -i to ensure dependencies are built by Keith Randall · 2 years, 4 months ago
- ab79327 cmd/ssadump: disable run mode with runtime package by Tim King · 2 years, 4 months ago
- f90d8ad all: fix a few function names on comments by cui fliter · 2 years, 4 months ago
- 3dda4ba all: replace deprecated egrep with grep -E by cui fliter · 2 years, 5 months ago
- 5f27e05 all: remove redundant type conversion by cui fliter · 2 years, 6 months ago
- 4375b29 cmd/auth/cookieauth: delete unreachable os.Exit by Abirdcfly · 2 years, 7 months ago
- 10494c7 cmd/digraph: fix typo by Ben Sarah Golightly · 2 years, 8 months ago
- a44cc76 cmd/stringer: use explicit NeedX values instead of deprecated LoadSyntax by Tormod Erevik Lea · 2 years, 8 months ago
- af82757 cmd/callgraph: add test of -algo=vta by Alan Donovan · 2 years, 9 months ago
- b2fbc38 cmd/callgraph: add -algo=vta option by Alan Donovan · 2 years, 9 months ago
- 1a5eed3 cmd/compilebench: use -p, handle packages with asm files by Than McIntosh · 2 years, 9 months ago
- d27d783 cmd/godoc: expand skips in TestWeb by Bryan C. Mills · 2 years, 10 months ago
- 04fc2ba cmd/godoc: skip TestWeb if waitForServerReady fails by Bryan C. Mills · 2 years, 10 months ago
- ddadc42 guru: Add a TODO list to the guru cmd. by Tim King · 2 years, 10 months ago
- c862641 cmd/digraph: only print non-trivial sccs by Russ Cox · 2 years, 11 months ago
- d567bc1 go/ssa: monomorphize generic instantiations. by Tim King · 3 years, 5 months ago
- 235b13d cmd/godoc: remove usage of golang.org/x/xerrors by Robert Findley · 2 years, 10 months ago
- 5fef6fd cmd: gofmt by Russ Cox · 2 years, 10 months ago
- 48e6d8d cmd/fiximports: skip TestFixImports on plan9-arm by Bryan C. Mills · 2 years, 11 months ago
- 4077921 all: fix spelling by Dan Kortschak · 3 years ago
- 7d125fe cmd/callgraph: expand windows/arm64 skip to the whole platform by Bryan C. Mills · 2 years, 11 months ago
- 78ff15e tools: fix some typos by cuishuang · 3 years ago
- e155b03 cmd/getgo: exec main from TestMain instead of running 'go build' in tests by Bryan C. Mills · 3 years ago
- 0eabed7 cmd/file2fuzz: exec main from TestMain instead of running 'go build' in tests by Bryan C. Mills · 3 years ago
- fb3622a signature-generator: add Go func signature fuzzing tools by Than McIntosh · 3 years, 5 months ago
- 3e31058 internal/imports: update to permit multiple main modules by Michael Matloob · 3 years ago
- 59f1f2c cmd/goyacc: reduce array sizes using smaller base types by Frediano Ziglio · 3 years, 2 months ago
- 97de9ec cmd/fiximports: skip TestDryRun on plan9-arm by Bryan C. Mills · 3 years, 1 month ago
- 2cc1836 cmd/callgraph: skip TestCallgraph on the windows-arm64-10 builder by Bryan C. Mills · 3 years, 1 month ago
- 27fc764 all: various test fixes related to any by Robert Findley · 3 years, 2 months ago
- 3fca6a0 cmd/gorename: log 'go build' output on failure by Bryan C. Mills · 3 years, 2 months ago
- cb80a01 cmd/godoc: remove extra // characters from deprecation notice by Dmitri Shuralyov · 3 years, 3 months ago
- 49ce184 cmd/guru: remove use of deprecated ssa.CreateTestMainPackage by Zvonimir Pavlinovic · 3 years, 3 months ago
- 2cdcc60 cmd: avoid printing redundant newlines by Zvonimir Pavlinovic · 3 years, 4 months ago
- 513e3fb cmd/godoc: deprecate and point to cmd/pkgsite by Jonathan Amsterdam · 3 years, 5 months ago
- d6a9af8 godoc/analysis: remove deprecated analysis package by Zvonimir Pavlinovic · 3 years, 4 months ago
- 9cd58b0 x/tools/cmd/stringer: adjust generics tests by Robert Griesemer · 3 years, 4 months ago
- 88e80df cmd/stringer: add a few tests using instantiated generic types by Peter Weinberger · 3 years, 4 months ago
- 0b930fb cmd/goimports: recommend go install instead of go get in docs by Eric Chiang · 3 years, 4 months ago
- 4ad98e9 file2fuzz: add fuzzer corpus conversion tool by Roland Shoemaker · 3 years, 7 months ago
- 126df1d cmd/getgo: determine current version via /dl/?mode=json API by Diego Medina · 4 years, 3 months ago
- e3dc99f cmd/guru: update referrers-json testdata to reflect new line numbering by Rob Findley · 3 years, 10 months ago
- 3f1e724 cmd/guru: remove test assertions involving unsafe to fix the build by Rob Findley · 3 years, 10 months ago
- 682c7e6 godoc/static: link to golang.org for content moved out of Go root by Dmitri Shuralyov · 4 years ago
- 695b167 cmd/present2md: allow comments to be retained in translated document by Dan Kortschak · 4 years, 4 months ago
- f5a4005 cmd/eg: don't do rewrites within the template file itself by Josh Bleecher Snyder · 4 years, 5 months ago
- 28e7a3b cmd/eg: use go/packages by Josh Bleecher Snyder · 4 years, 5 months ago
- 54dc8c5 playground: remove /share registration, add Proxy by Russ Cox · 4 years ago
- 24aca17 cmd/guru: adjust describe qualifier function (fix describe test) by Robert Griesemer · 4 years ago
- 2363391 all: go fmt ./... by Russ Cox · 4 years ago
- b369640 all: fmt tests with new gofmt by Russ Cox · 4 years ago
- fe37c9e all: replace all usages of os/exec with golang.org/x/sys/execabs by Roland Shoemaker · 4 years, 1 month ago v0.1.0
- d33bae4 copyright: test that all files in the repo have copyright notices by Rebecca Stambler · 4 years, 1 month ago
- 9277847 all: add copyright notices to files that are missing them by Rebecca Stambler · 4 years, 2 months ago
- eb9b40e cmd/goyacc: double ACTSIZE, NSTATE and TEMPSTATE by Oliver Tan · 4 years, 2 months ago
- 7534955 cmd/toolstash: drop 387, use softfloat instead by Cuong Manh Le · 4 years, 3 months ago
- 589136c cmd/fiximports,cmd/present,cmd/stringer: update links to pkg.go.dev by Rob Findley · 4 years, 4 months ago
- ffe8bce cmd/stress: print elapsed time, percentage failure by Josh Bleecher Snyder · 4 years, 5 months ago
- 2be66b6 cmd/toolstash: pass -S=2 when comparing toolchains by Than McIntosh · 4 years, 4 months ago
- fc8742f cmd/bundle: expand test coverage to all modes by Dmitri Shuralyov · 4 years, 5 months ago
- ffa3839 cmd/bundle: use caller's module version via go/packages by Filippo Valsorda · 6 years ago
- fa01252 all: replace 'the the ' with 'the ' by phillc · 4 years, 5 months ago
- d647fc2 cmd/benchcmp: mention deprecation in docs by Jiayu Yi · 4 years, 5 months ago
- 416e8f4 internal/imports: require valid options, move LocalPrefix up by Heschi Kreinick · 4 years, 8 months ago
- b22de68 cmd/goyacc: print newlines more consistently by itchyny · 4 years, 8 months ago
- 7480c7b goimport: prevent panic on parsing local prefix by Annirudh Prasad · 4 years, 8 months ago
- e31c80b all: rework goimports environment, support GOMODCACHE by Heschi Kreinick · 4 years, 8 months ago