tools/go/importer
Peter Collingbourne 02990bd494 go.tools/go/gccgoimporter: keep track of package and import priority
Clients such as compilers need this information in order
to correctly link against imported packages.

This also adds support for the condensed import data format
where the priority information is stored as a suffix of the
condensed import data, as well as support for archive files.

LGTM=gri
R=gri
CC=golang-codereviews, iant
https://golang.org/cl/78740043
2014-06-17 10:56:47 -07:00
..
export.go go.tools/go/importer: record low-level encoding format 2014-03-31 09:49:52 -07:00
import.go go.tools/go/gccgoimporter: keep track of package and import priority 2014-06-17 10:56:47 -07:00
import_test.go go.tools/go/gccgoimporter: keep track of package and import priority 2014-06-17 10:56:47 -07:00
predefined.go go.tools/go/importer: handle predeclared types consistently 2014-02-19 13:27:11 -08:00