tools/go
Peter Collingbourne 893253274d go.tools/go/gccgoimporter: importer for gccgo export data
This can import all of the standard library, and has been tested
by using gotype to type check libgo with gccgo's export data (this
would be nice to automate, but I can't see a good way to do it,
not least because system-specific source files cause errors which
I needed to identify manually).

It includes a builtin export locator. Unfortunately I can't see a
more reliable way to locate the builtin export files than to parse
the output of 'gccgo -###'.

R=gri, iant, gri
CC=golang-codereviews, golang-dev
https://golang.org/cl/31860043
2014-01-08 09:00:50 -08:00
..
exact go.tools/go/exact: fix bug introduced with CL 41170043 2013-12-12 14:18:40 -08:00
gccgoimporter go.tools/go/gccgoimporter: importer for gccgo export data 2014-01-08 09:00:50 -08:00
gcimporter go.tools/go/gcimporter: correct package for imported methods 2014-01-07 14:46:10 -08:00
importer go.tools/go.types: cleanups 2014-01-08 08:58:00 -08:00
types go.tools/go/types: adjust comments for godoc 2014-01-07 10:03:15 -08:00
vcs go.tools/vcs: allow compilation with go 1.0 2013-10-04 11:46:57 +10:00