tools/go/ssa/interp
Robert Griesemer adaaa07486 x/tools: delete x/tools/go/types and dependent packages/client files
Per https://groups.google.com/forum/#!topic/golang-announce/qu_rAphYdxY
this change deletes the packages

  go/exact
  go/gccgoimporter
  go/gcimporter
  go/importer
  go/types
  cmd/vet

from the x/tools repo and any files depending on those packages
building against Go 1.4.

x/tools packages depending on any of these libraries must use the
respective versions from the std lib or use vendored versions if
building against 1.4.

Remaining packages may or may not build against Go 1.4 anymore
and will not be supported against 1.4.

Change-Id: I1c655fc30aee49b6c7326ebd4eb1bb0836ac97e0
Reviewed-on: https://go-review.googlesource.com/20810
Reviewed-by: Alan Donovan <adonovan@google.com>
2016-04-06 21:52:49 +00:00
..
testdata go/ssa: fix crash when building map[*struct{}]bool{{}: true} 2015-11-23 19:08:17 +00:00
external.go go/ssa/interp: add no-op intrinsic for sync.runtime_notifyListCheck 2016-03-16 14:58:28 +00:00
external_darwin.go go/ssa/interp: add syscall.Sysctl to Darwin. 2014-03-04 13:34:45 -05:00
external_freebsd.go go.tools/go/ssa/interp: add wrappers for Sysctl{,Uint32} intrinsics on FreeBSD 2014-04-18 15:58:12 -04:00
external_plan9.go all: fix plan9 failures 2016-01-28 00:31:03 +00:00
external_unix.go go/ssa/interp: make os.Pipe intrinsic POSIX-portable; disable on Windows 2016-01-06 19:21:02 +00:00
external_windows.go go/ssa/interp: make os.Pipe intrinsic POSIX-portable; disable on Windows 2016-01-06 19:21:02 +00:00
interp.go tools: switch to standard go/types at tip 2016-01-06 22:15:26 +00:00
interp_test.go all: address vet issues, fix print calls 2016-03-27 20:36:34 +00:00
map.go tools: switch to standard go/types at tip 2016-01-06 22:15:26 +00:00
ops.go tools: switch to standard go/types at tip 2016-01-06 22:15:26 +00:00
reflect.go tools: switch to standard go/types at tip 2016-01-06 22:15:26 +00:00
value.go tools: switch to standard go/types at tip 2016-01-06 22:15:26 +00:00