Sign in
go
/
tools
/
3c39ce7b61056afe4473b651789da5f89d4aeb20
/
imports
bbccd8c
imports: use go/packages, support modules
by Heschi Kreinick
· 6 years ago
5f4a60f
imports: fix renamed sibling imports more
by Heschi Kreinick
· 6 years ago
6a3e9aa
imports: fix renamed sibling imports
by Heschi Kreinick
· 6 years ago
1d424db
imports: clean up customization seam
by Heschi Kreinick
· 6 years ago
4c53570
imports: ignore globals in different packages
by Heschi Kreinick
· 6 years ago
ee45598
imports: create named imports for name/path mismatches (again)
by Heschi Kreinick
· 6 years ago
5bbcdc1
imports: redesign fixImports
by Heschi Kreinick
· 6 years ago
a28dfb4
revert "imports: create named imports for name/path mismatches"
by Heschi Kreinick
· 6 years ago
864069c
imports: create named imports for name/path mismatches
by Heschi Kreinick
· 6 years ago
a0a13e0
imports: make tests compatible with modules
by Heschi Kreinick
· 6 years ago
e74f1bd
imports: port tests to packagestest
by Heschi Kreinick
· 6 years ago
a2dc476
Revert "imports: support repairing import grouping/ordering"
by Brad Fitzpatrick
· 6 years ago
63d3166
go/packages: add name= query
by Heschi Kreinick
· 6 years ago
bf693ef
imports: make tests use a helper, read from disk more
by Heschi Kreinick
· 6 years ago
d1d6d0c
imports: refactor tests
by Heschi Kreinick
· 6 years ago
19e2aca
internal/gopathwalk: create
by Heschi Kreinick
· 6 years ago
1d07bcb
imports: refactor directory walking
by Heschi Kreinick
· 6 years ago
12a7c31
imports: support repairing import grouping/ordering
by Serhii Aheienko
· 7 years ago
becf93d
imports: update zstdlib to Go 1.11
by Dmitri Shuralyov
· 7 years ago
af9b995
imports: rerun "go generate" with new gofmt
by Kevin Burke
· 7 years ago
cf99646
imports: stub out dirPackageInfo function in tests
by Rebecca Stambler
· 7 years ago
4354ead
all: fix typos in comments
by Kazuhiro Sera
· 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
b23eb62
imports: fixup comments on import lines correctly
by LE Manh Cuong
· 7 years ago
c06a8d8
imports: skip $GOPATH/src/v and $GOPATH/src/mod
by Russ Cox
· 7 years ago
f961572
imports: fix test to work with gccgo
by Ian Lance Taylor
· 7 years ago
165bdd6
imports: fix races in findImportGoPath
by Bryan C. Mills
· 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
94b1483
imports: extract fastWalk into new package internal/fastwalk
by Ian Cottrell
· 7 years ago
1c0c7a8
imports: Process should accept nil src
by haya14busa
· 8 years ago
c41d143
imports: support match without trailing slash for -local flag
by Nick Miyake
· 7 years ago
c1547a3
imports: Limit the amount of text printed in the large token case
by Ian Cottrell
· 7 years ago
059bec9
cmd/goimports: support multiple comma-separated imports in -local flag
by Nishanth Shanmugham
· 7 years ago
73e16cf
imports: show detailed error when directory cannot be opened
by Yury Smolsky
· 7 years ago
6c27c68
imports: fix mangled comments after package clause insertion
by Antonio Antelo
· 7 years ago
90b807a
all: fix a few issues found by unparam
by Daniel Martí
· 7 years ago
c0251d3
imports: handle arbitrarily long lines
by Nikhil Benesch
· 7 years ago
95b47aa
imports: update zstdlib to Go 1.10
by Josh Bleecher Snyder
· 7 years ago
8cab8a1
imports: sibling imports must have matching references
by Michael Fraenkel
· 7 years ago
96b5a54
imports: support files with longer lines
by Steve Gilbert
· 7 years ago
9c57063
imports: prioritize closer packages
by Michael Fraenkel
· 8 years ago
3b1faed
imports: fix +build tags to exclude syscall deps on appengine
by Andrew Bonventre
· 8 years ago
84a35ef
go/ast/astutil: new third-party imports shouldn't go in the std group
by haya14busa
· 8 years ago
0f5d61c
imports: print dir of candidates in addition to import path
by Axel Wagner
· 8 years ago
4781502
imports: update zstdlib to Go 1.9
by Josh Bleecher Snyder
· 8 years ago
6e57528
imports: fix reading from stdin on Windows
by Brad Fitzpatrick
· 8 years ago
e6cb469
imports: fix LocalPrefix document prefix
by Koichi Shiraishi
· 8 years ago
e011c10
imports: prefer paths imported by sibling files.
by Brad Jones
· 8 years ago
8147801
imports: wait for fastWalk workers to finish before returning (take 2)
by Brad Fitzpatrick
· 8 years ago
6632698
imports: allow dirPackageInfo to be overridden
by Brad Jones
· 8 years ago
7ee420f
Revert "imports: wait for fastWalk workers to finish before returning"
by Brad Fitzpatrick
· 8 years ago
4436e54
imports: wait for fastWalk workers to finish before returning
by Joël Stemmer
· 8 years ago
620ecdb
all: apply new machine-generated doc spec to files
by Kevin Burke
· 8 years ago
1f0f7f6
imports: return when done channel is closed
by haya14busa
· 8 years ago
f60b69e
imports: fix symlink loop detection, deflaking TestImportSymlinks
by Brad Fitzpatrick
· 8 years ago
1dce95f
x/tools/imports: remove unused type gate.
by David R. Jenni
· 8 years ago
f7f4b0b
imports: update zstdlib to Go 1.8
by Chris Broadfoot
· 8 years ago
8524ce5
imports, go/ast/astutil: do not make grouped imports non-grouped when removing
by haya14busa
· 8 years ago
1350773
imports: fix formatting directive error found by go vet
by haya14busa
· 8 years ago
721f218
imports: remove unnecessary string conversion
by Ludi Rehak
· 8 years ago
4c6345e
imports: respect ignoredDirs for symlinks
by Chris Stockton
· 8 years ago
d268a2b
imports: revert support for Go 1.8 aliases
by Alan Donovan
· 8 years ago
4549178
x/tools: clone some files in preparation for alias changes
by Alan Donovan
· 8 years ago
3fe2afc
imports: update zstdlib to Go 1.7
by Brad Fitzpatrick
· 9 years ago
c66da98
imports: don't use fastpath on appengine (syscall not available)
by Chris Broadfoot
· 9 years ago
62f0028
imports: properly handle global variables when creating imports
by Brian Kennedy
· 9 years ago
1c6f639
imports: don't ignore GOPATH if GOROOT is a prefix of GOPATH
by Brad Fitzpatrick
· 9 years ago
ed69e84
cmd/goimports, imports: add -local flag
by Keith Rarick
· 9 years ago
682b241
imports: make filepath.Rel work on windows
by Alex Brainman
· 9 years ago
d4a8e58
imports: skip "node_modules" directories
by Brad Fitzpatrick
· 9 years ago
edf8e6f
cmd/goimports, imports: optimize directory scanning and other things
by Brad Fitzpatrick
· 9 years ago
caebc7a
imports: ignore case and hyphens when lexically filtering candidate dirs
by Brad Fitzpatrick
· 9 years ago
29481a3
imports: skip test on plan9
by Brad Fitzpatrick
· 9 years ago
6d32be8
imports: minor fixes
by Josh Bleecher Snyder
· 9 years ago
ffe4e61
imports: add configuration mechanism to exclude directories
by Brad Fitzpatrick
· 9 years ago
7c26c99
imports: do less I/O finding the package name of an import
by Brad Fitzpatrick
· 9 years ago
e047ae7
cmd/goimports, imports: make goimports great again
by Brad Fitzpatrick
· 9 years ago
0835c73
imports: special case rand.Read, prevent math/rand by chance
by Brad Fitzpatrick
· 9 years ago
1727758
imports: add unsafe symbols to zstdlib
by Josh Bleecher Snyder
· 9 years ago
95963e0
imports: support symlinks in GOPATH
by Filippo Valsorda
· 9 years ago
c86fe59
imports: try importing pkg path from vendor when looking for pkg name
by Cezar Sa Espinola
· 9 years ago
d4437bf
imports: add go:generate directive for generating zstdlib.go
by Konstantin Shaposhnikov
· 9 years ago
e48e17a
imports: update static stdlib index to go1.6
by Konstantin Shaposhnikov
· 9 years ago
02e8ee6
imports: add Options.FormatOnly
by Brad Fitzpatrick
· 9 years ago
5a2fc32
imports: adjust vendored packages test to keep working against 1.6
by Robert Griesemer
· 9 years ago
35f54f0
imports: adjust tests to check vendored packages again (fix build)
by Robert Griesemer
· 9 years ago
6e94e8a
imports: cleanup test due to assignment copies of sync.Once
by Ahmy Yulrizka
· 9 years ago
95e5e62
imports: fix TestFindImportVendor for 1.5 (fix build)
by Robert Griesemer
· 9 years ago
8852e49
imports: adjust tests to fix build
by Robert Griesemer
· 9 years ago
e852fdd
go/ast/astutil: add function DeleteNamedImport.
by David R. Jenni
· 9 years ago
bf084ef
imports: add support for vendor directories
by Russ Cox
· 9 years ago
8297301
imports: Remove ancient Go 1.1 compatibility indirections.
by David Symonds
· 9 years ago
d868c35
imports: update static stdlib index to go1.5
by Andrew Gerrand
· 10 years ago
4f50f44
imports: fix bug, where unused named import is mistaken for unnamed import.
by David R. Jenni
· 10 years ago
57d2ff3
go/ast/astutil: match prefix segments when adding imports
by Josh Bleecher Snyder
· 10 years ago
4f8578d
astutil: move to go/ast/astutil
by Peter Collingbourne
· 10 years ago
Next »