tools/go
Alan Donovan 51931f86bf go/loader: define a FindPackage hook for build systems not compatible with "go build".
Google's proprietary build system, for example, does not use the
_test.go suffix to distinguish test from non-test files; this
information is stated explicitly in another form.

Change-Id: I3a8e919dbc556b6d5cfea1d2123da2616bd934d4
Reviewed-on: https://go-review.googlesource.com/5450
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2015-02-20 17:56:13 +00:00
..
ast/astutil astutil: move to go/ast/astutil 2015-01-13 15:47:47 +00:00
buildutil refactor/rename: make tests pass on windows (fixes build) 2015-01-23 05:30:55 +00:00
callgraph tools: add import comments. 2014-12-09 22:42:16 +00:00
exact tools: add import comments. 2014-12-09 22:42:16 +00:00
gccgoimporter go/gccgoimporter: disable test case (fix build, at least partially) 2015-02-12 21:45:02 +00:00
gcimporter tools: add import comments. 2014-12-09 22:42:16 +00:00
importer tools: add import comments. 2014-12-09 22:42:16 +00:00
loader go/loader: define a FindPackage hook for build systems not compatible with "go build". 2015-02-20 17:56:13 +00:00
pointer go/loader: improve robustness in face of input errors 2015-02-02 20:01:59 +00:00
ssa go/ssa: minor doc tweaks. 2015-02-20 16:00:52 +00:00
types go/types: don't permit implicit assignments to unexported struct fields via literals 2015-02-06 20:42:57 +00:00
vcs go/vcs: fix bug in remote package discovery 2015-01-10 08:10:09 +00:00