aboutsummaryrefslogtreecommitdiff
path: root/imports
AgeCommit message (Expand)Author
2015-08-12imports: fix bug, where unused named import is mistaken for unnamed import.David R. Jenni
2015-03-30go/ast/astutil: match prefix segments when adding importsJosh Bleecher Snyder
2015-01-13astutil: move to go/ast/astutilPeter Collingbourne
2014-12-09tools: add import comments.David Symonds
2014-11-12go.tools/imports: use same logic as 'go' tool for pruning package search.Dmitri Shuralyov
2014-11-10go.tools: use golang.org/x/... import pathsAndrew Gerrand
2014-10-13go.tools/imports: Permit fix_test.go to work pre-Go 1.4.David Symonds
2014-09-29go.tools/imports: recognize exports in cgo filesJosh Bleecher Snyder
2014-09-08go.tools/imports: src/pkg -> srcAlan Donovan
2014-09-05goimports: print \n at end of errorsRuss Cox
2014-08-14go.tools/astutil: delete all matching imports in DeleteImportJosh Bleecher Snyder
2014-07-28go.tools/imports: go/format outbound codeJosh Bleecher Snyder
2014-05-20go.tools/imports: fix case where output not gofmt-compatibleDmitri Shuralyov
2014-05-19go.tools/astutil: fix edge case in DeleteImport causing merging of import sec...Dmitri Shuralyov
2014-05-02go.tools: fix various typosRobert Griesemer
2014-04-28imports, cmd/goimports: add missing package main if func main existsStephen Weinberg
2014-04-09imports: use chan struct{} for disk semaphoreJosh Bleecher Snyder
2014-04-08imports: limit local disk concurrency, avoid reads in non-Go directoriesBrad Fitzpatrick
2014-03-25imports: extend findImports to return a boolean, rename, that tellsSameer Ajmani
2014-02-07imports: fix a case where we weren't gofmt-compatibleBrad Fitzpatrick
2014-01-26imports: bake in the standard library againBrad Fitzpatrick
2013-12-18go.tools/imports: fix fileset mismatch bugBrad Fitzpatrick
2013-12-18go.tools/imports: fix test broken in b33d2e25015b6793aac4f9dcef3d8a8d1c9243b3David Crawshaw
2013-12-17go.tools/imports: move goimports from github to go.tools.David Crawshaw