tools/go
Alan Donovan a75195d091 go.tools/go/ssa/interp: fix tests broken by recent runtime changes.
This CL adds no-op stubs for intrinsics now required by tests:
 	 runtime.Goexit
	 sync.runtime_Sem{acquire,release}
        sync/atomic.AddUint{32,64}
 	Goexit needs more thought; for now I've disabled the interpreted
       tests of the "testing" package to make the build green again.

TBR=gri
R=gri
CC=golang-codereviews
https://golang.org/cl/65480044
2014-02-18 15:37:24 -05:00
..
callgraph go.tools/call: rename package to go/callgraph 2014-01-16 14:04:19 -05:00
exact go.tools/go/types: minor cleanups 2014-01-14 21:04:35 -08:00
gccgoimporter go.tools/go/gccgoimporter: remove dead code 2014-01-16 13:19:39 -08:00
gcimporter go.tools/go/types: remove Type.MethodSet() method. 2014-02-11 16:49:27 -05:00
importer go.tools/go/types: cleanup: more consistent exported predicate names 2014-01-28 10:57:56 -08:00
loader go.tools/go/loader: simplify command-line syntax. 2014-02-11 16:52:16 -05:00
pointer go.tools/pointer: implement (*reflect.rtype).MethodByName for abstract methods. 2014-02-12 12:45:55 -05:00
ssa go.tools/go/ssa/interp: fix tests broken by recent runtime changes. 2014-02-18 15:37:24 -05:00
types go.tools/go/types: remove Type.MethodSet() method. 2014-02-11 16:49:27 -05:00
vcs go.tools/vcs: allow compilation with go 1.0 2013-10-04 11:46:57 +10:00