tools/go/pointer
Andrew Gerrand 5ebbcd132f go.tools: use golang.org/x/... import paths
Rewrite performed with this command:
  sed -i '' 's_code.google.com/p/go\._golang.org/x/_g' \
    $(grep -lr 'code.google.com/p/go.' *)

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/170920043
2014-11-10 08:50:40 +11:00
..
testdata go/pointer: fix panic due to bogus constraint from value,ok receive operation. 2014-10-27 13:55:52 -04:00
TODO go.tools/go/pointer: eliminate TODOs regarding sound treatment of unsafe.Pointer. 2014-07-08 10:11:36 -04:00
analysis.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
api.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
callgraph.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
constraint.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
doc.go go/pointer: implement pointer equivalence via hash-value numbering, a pre-solver optimization. 2014-06-16 15:46:07 -04:00
example_test.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
gen.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
hvn.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
intrinsics.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
labels.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
opt.go go/pointer: implement pointer equivalence via hash-value numbering, a pre-solver optimization. 2014-06-16 15:46:07 -04:00
pointer_test.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
print.go go/pointer: implement pointer equivalence via hash-value numbering, a pre-solver optimization. 2014-06-16 15:46:07 -04:00
reflect.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
solve.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
stdlib_test.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
util.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00