tools/go/loader
Alan Donovan cd987a3c83 go.tools/go/loader: allow loading of multiple test packages.
Now that go/types permits files to be added to a package
      incrementally (fixing bug 7114), this CL extends the loader
      to load and augment multiple test packages at once.

      TESTED:
      - go/loader/stdlib_test runs the type-checker on the entire
        standard library loaded from source in a single gulp, with
        each package augmented by tests.
      - Manually tested on:
        % ssadump -test -run unicode encoding/ascii85
            Both sets of tests are run (and pass).

LGTM=gri
R=gri
CC=golang-codereviews
https://golang.org/cl/61060043
2014-03-11 15:41:57 -04:00
..
testdata go.tools: rename packages. 2014-01-16 09:33:58 -05:00
backdoor_test.go go.tools/go/loader: allow loading of multiple test packages. 2014-03-11 15:41:57 -04:00
importer_test.go go.tools/go/loader: allow loading of multiple test packages. 2014-03-11 15:41:57 -04:00
loader.go go.tools/go/loader: allow loading of multiple test packages. 2014-03-11 15:41:57 -04:00
pkginfo.go go.tools/go/loader: allow loading of multiple test packages. 2014-03-11 15:41:57 -04:00
source_test.go go.tools/go/ssa: name anon funcs by their enclosing func. 2014-02-28 10:18:55 -05:00
stdlib_test.go go.tools/go/loader: allow loading of multiple test packages. 2014-03-11 15:41:57 -04:00
util.go go.tools/go/loader: allow loading of multiple test packages. 2014-03-11 15:41:57 -04:00