aboutsummaryrefslogtreecommitdiff
path: root/go/buildutil/allpackages.go
AgeCommit message (Expand)Author
2015-03-05go/buildutil: use chan (not func) in the ForEachPackage APIHEADgradle_1.3.0-beta4gradle_1.3.0-beta3mastermainAlan Donovan
2014-12-09tools: add import comments.David Symonds
2014-11-05go/buildutil: call ReadDir via the build.Context's file system interfaceAlan Donovan
2014-10-14go/buildutil: use same logic as 'go' tool for pruning package search.Alan Donovan
2014-10-13go/buildutil: use a counting semaphore to limit the number of parallel calls ...Alan Donovan
2014-09-11go/buildutil: rename AllPackages{,List} -> {ForEachPackage,AllPackages}.Alan Donovan
2014-09-09go.tools/go/buildutil: AllPackages: enumerate all packages in a Go workspace.Alan Donovan