tools/go
Robert Griesemer 27563ff576 go.tools/go/types: move gcimporter to its own package
- fixed a couple of TODOs
- various cleanups along the way
- adjusted clients

Once submitted, clients of go/types that don't explicitly
specify Config.Import will need to add the extra import:

import _ "code.google.com/p/go.tools/go/gcimporter"

to install the default (gc) importer in go/types.

R=adonovan, gri
CC=golang-dev
https://golang.org/cl/26390043
2013-11-14 14:11:43 -08:00
..
exact go.tools/go/exact: some factoring, more tests 2013-11-12 12:45:43 -08:00
gcimporter go.tools/go/types: move gcimporter to its own package 2013-11-14 14:11:43 -08:00
types go.tools/go/types: move gcimporter to its own package 2013-11-14 14:11:43 -08:00
vcs go.tools/vcs: allow compilation with go 1.0 2013-10-04 11:46:57 +10:00