go /
tools /
60ffea201e66e0d9375dc5bec85245d7b416710f - 60ffea2 godoc: correctly parse packages with digits in the package name by Gustav Westling · 7 years ago
- 99195f4 godoc/dl: also serve go-import meta tags at golang.org/dl for cmd/go by Brad Fitzpatrick · 7 years ago
- 827f47d godoc/dl: add meta tags for go get golang.org/dl/go1.N by Brad Fitzpatrick · 7 years ago
- 42aedba godoc/dl: update download link from /x/build/version to /dl by Andrew Bonventre · 7 years ago
- 4735f53 cmd/goyacc: append trailing newline to text "Code generated by goyacc" by Jim Minter · 7 years ago
- 54f9f59 go/packages: remove Package.IsTest field by Michael Matloob · 7 years ago
- 32950ab godoc: add version info for struct fields by Brad Fitzpatrick · 7 years ago
- 57f659e godoc: show version information for stdlib by Devon H. O'Dell · 7 years ago
- d74aaa1 go/packages: Options.{Dir,Env} pass-through by Michael Matloob · 7 years ago
- fd2d2c4 go/packages: fix/skip some tests making build.golang.org red by Brad Fitzpatrick · 7 years ago
- 18e9dfb go/packages: add Option.Tests bool, which affects pattern expansion by Alan Donovan · 7 years ago
- 9d3ae49 go/packages: report a distinguished ErrGoTooOld error for older go commands by Alan Donovan · 7 years ago
- 2087f8c go/packages: remove POSIX filename assumption from test by Alan Donovan · 7 years ago
- 9622293 go/packages: a new Go package loader for go, vgo and other build systems by Alan Donovan · 7 years ago
- 18f0b66 cmd/stringer: add a -tags flag that supports build tags by Rob Pike · 7 years ago
- 8cb83b7 imports: fix lost line between package and import statement by LE Manh Cuong · 7 years ago
- d600f31 imports: fix unexpected blank line after package comment by LE Manh Cuong · 7 years ago
- 893c2b1 imports: assume import x/y/v2 is package y by Russ Cox · 7 years ago
- ee8f72c imports: avoid src/v and src/mod again by Russ Cox · 7 years ago
- e2be0f7 cmd/goyacc: include arguments in DO NOT EDIT marker by Rob Pike · 7 years ago
- 827133a cmd/stringer: revert back to source importer by Rob Pike · 7 years ago
- 4358783 cmd/godoc,cmd/tip: enable HSTS preload by Agniva De Sarker · 7 years ago
- 16f8f9b cmd/goyacc: add header to generated go output file by Jonathan Pentecost · 7 years ago
- 75d2ffb stringer: add a -tags flag that supports build tags by Rob Pike · 7 years ago
- ffe8890 cmd/stringer: revert CL 40403 by Rob Pike · 7 years ago
- b23eb62 imports: fixup comments on import lines correctly by LE Manh Cuong · 7 years ago
- 1c99e12 godoc: default to GOOS/GOARCH js/wasm when rendering syscall/js docs by Brad Fitzpatrick · 7 years ago
- 16699b2 go/gcexportdata: add -package flag to diagnostic tool by Alan Donovan · 7 years ago
- 56e9b8e go/internal/gcimporter,gccgoimporter: use types.NewInterfaceType by Robert Griesemer · 7 years ago
- 3c1bb8b godoc: accept scanner.RawString too during EBNF parsing by Agniva De Sarker · 7 years ago
- 25b95b4 go/ssa: fix some incorrect comments by Austin Clements · 7 years ago
- fcb3cb6 go/vcs: match go-import package prefixes by slash by David Symonds · 7 years ago
- 5344009 godoc/static: resolve merge conflict, committed in error by Alan Donovan · 7 years ago
- e10d6c9 godoc/static: use a stable quote function by Alan Donovan · 7 years ago
- c06a8d8 imports: skip $GOPATH/src/v and $GOPATH/src/mod by Russ Cox · 7 years ago
- 465e6f3 godoc: add link to expand/close all examples by Agniva De Sarker · 7 years ago
- c626943 refactor/rename: allow Force to make edits within autogenerated files. by Paul Jolly · 7 years ago
- 903a227 godoc/static: mimic the pre-1.10 behavior of strconv.Quote by Alan Donovan · 7 years ago
- 49ce10d godoc/static: suppress gen_test on go1.9 by Alan Donovan · 7 years ago
- c995a08 go/internal/gcimporter: move 1.11 specific tests out of non-1.11 builds (fix build) by Robert Griesemer · 7 years ago
- e580e34 go/internal/gcimporter: don't use Interface.EmbeddedType for builds before go1.11 by Robert Griesemer · 7 years ago
- 6f857df go/internal/gccgoimporter: use types.NewInterface (not NewInterface2) for builds before Go 1.11 by Robert Griesemer · 7 years ago
- 9d85510 go/internal/gcimporter: missed a NewInterface2 call in prior CL by Robert Griesemer · 7 years ago
- 58c6d92 go/internal/gcimporter: use types.NewInterface (not NewInterface2) for builds before Go 1.11 by Robert Griesemer · 7 years ago
- e1f9090 godoc: correct abspath when looking for cmds by Andy Lindeman · 7 years ago
- 9a70f1f go/internal/gcimporter, gccgoimporter: updated to match latest version in std lib by Robert Griesemer · 7 years ago
- 02fcd6a godoc: fix test failure by Robert Griesemer · 7 years ago
- 8c39fb5 cmd/godoc: use same GOROOT discovery as Go 1.10's cmd/go by Brad Fitzpatrick · 7 years ago
- 2475cf1 cmd/guru: if built with gccgo, switch to gc mode if GOROOT is valid by Ian Lance Taylor · 7 years ago
- f961572 imports: fix test to work with gccgo by Ian Lance Taylor · 7 years ago
- c65208e go/...: make most tests pass with gccgo by Ian Lance Taylor · 7 years ago
- 4e38c85 godoc/dl: add valsorda to users allowed to upload by Filippo Valsorda · 7 years ago
- a5b4c53 playground.js: display vet errors when program has no output by Yury Smolsky · 7 years ago
- 1937f90 cmd/gomvpkg: add missing closing double-quote to documentation by Sebastien Binet · 7 years ago
- 28aef64 go/internal/gcimporter: return error from BExportData by Andrew Gerrand · 7 years ago
- 48418e5 godoc: display "go vet" errors before the output of a program by Yury Smolsky · 7 years ago
- 76f5b51 x/tools/godoc: make front page video respond to layout changes (2/2) by jimmyfrasche · 7 years ago
- 8772326 cmd/guru: skip the slow tests in short mode by Brad Fitzpatrick · 7 years ago
- ae80276 godoc/static: add test for static.go file generation by Agniva De Sarker · 7 years ago
- f4ce24f godoc/static: cleanup unused lines in makestatic.go by Jeevanandam M · 7 years ago
- 8026fb0 cmd/guru: fix vet error in referrers.go by Andrew Bonventre · 7 years ago
- a25dedf godoc: set the GOROOT path properly in cmdline mode by Agniva De Sarker · 7 years ago
- 5c8013c cmd/guru: re-use buffer for reading files by Josh Bleecher Snyder · 7 years ago
- c1f4e2c cmd/guru: emit initial referrers result earlier by Josh Bleecher Snyder · 7 years ago
- d4c6246 cmd/guru: parallelize loop in globalReferrersPkgLevel by Josh Bleecher Snyder · 7 years ago
- 1e1ec01 cmd/guru: optimize global pkglevel referrer queries by Josh Bleecher Snyder · 7 years ago
- c47212f godoc: don't exclude version field from File struct by Andrew Bonventre · 7 years ago
- 836e0f6 cmd/goyacc: fix an off-by-one error in lineno tracking by Nikhil Benesch · 7 years ago
- 165bdd6 imports: fix races in findImportGoPath by Bryan C. Mills · 7 years ago
- 8e070db godoc: remove vendor prefixes for border-radius by Agniva De Sarker · 7 years ago
- 0b5ca0b godoc: use relative css unit by Agniva De Sarker · 7 years ago
- 6e0e218 go/internal/gcimporter: support indexed export data by Rebecca Stambler · 7 years ago
- c1def51 imports: improve VendorlessPath docs by Josh Bleecher Snyder · 7 years ago
- 8152769 imports: export VendorlessPath by Josh Bleecher Snyder · 7 years ago
- 71f4407 cmd/guru: always import tests in initial referrers import by Josh Bleecher Snyder · 7 years ago
- 7e5e8df cmd/guru: make tests granular and parallel by Josh Bleecher Snyder · 7 years ago
- 94b1483 imports: extract fastWalk into new package internal/fastwalk by Ian Cottrell · 7 years ago
- 1a83a0b godoc: fix counting of package files in GetPageInfo by Agniva De Sarker · 7 years ago
- d9caac3 godoc: add benchmark for directory scan by Kevin Burke · 7 years ago
- 327197e godoc,blog: perform minor cleanup by Agniva De Sarker · 7 years ago
- 8723cc7 blog: revert strings.Builder to bytes.Buffer by Agniva De Sarker · 7 years ago
- d11f6ec blog: serve relative links when run locally by Agniva De Sarker · 7 years ago
- 5e86cd2 cmd/present: display slide numbers by David Url · 7 years ago
- 1c0c7a8 imports: Process should accept nil src by haya14busa · 8 years ago
- dc06d3e cmd/godoc: support http-01 ACME challenge in optional autocert support by Brad Fitzpatrick · 7 years ago
- 8b3ccca godoc/vfs: improve implementation of RootType by Agniva De Sarker · 7 years ago
- ccd319a go/ssa/interp: add internal/syscall/unix.syscall_fcntl to fix tests by Tobias Klauser · 7 years ago
- 368a7e1 cmd/guru: skip broken test for old Go versions for now by Brad Fitzpatrick · 7 years ago
- faed997 godoc: cleanup package templates by Agniva De Sarker · 7 years ago
- 16d1af8 godoc: group package home page list by root by Agniva De Sarker · 7 years ago
- 5dfd893 go/internal/gcimporter: rename from go/gcimporter15 by Matthew Dempsky · 7 years ago
- 14d5b80 go/gcimporter15: support bimport format v6 by Matthew Dempsky · 7 years ago
- ac136b6 godoc: sort package listing by Agniva De Sarker · 7 years ago
- 370143d godoc/static: add perf, review, sync subrepos by Dmitri Shuralyov · 7 years ago
- 77106db cmd/godoc: fix TestWebIndex test by Yury Smolsky · 7 years ago
- 4c0f0e4 godoc: add vet support to playground.js by Yury Smolsky · 7 years ago
- 2226533 refactor/eg: Add support for multi line after statements to eg. by Colin · 7 years ago
- 96caea4 godoc: fix runaway goroutine use by Kevin Burke · 7 years ago
- 14b3f5b godoc/static: add x/time subrepo by Dmitri Shuralyov · 7 years ago
- 39919ae cmd/godoc: provide -all flag to output unexported identifiers by Yury Smolsky · 7 years ago