tools/go/pointer/testdata
Alan Donovan d503a640d7 go.tools/go/ssa: name anon funcs by their enclosing func.
Before, they were named func@line:col which made them easy to find in the source if you know the file, but hard if you don't, and it made tests fragile.

Now, they are named outer$1, outer$2, etc, which makes them
more informative in a UI since "outer" has meaning.

LGTM=crawshaw
R=crawshaw
CC=golang-codereviews
https://golang.org/cl/65630048
2014-02-28 10:18:55 -05:00
..
a_test.go go.tools/go/loader: permit Create* methods to specify the ad-hoc package's path 2014-01-22 09:59:19 -05:00
another.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
arrayreflect.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
arrays.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
channels.go go.tools/go/ssa: name anon funcs by their enclosing func. 2014-02-28 10:18:55 -05:00
chanreflect.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
chanreflect1.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
context.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
conv.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
finalizer.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
flow.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
fmtexcerpt.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
func.go go.tools/go/ssa: name anon funcs by their enclosing func. 2014-02-28 10:18:55 -05:00
funcreflect.go go.tools/pointer: implement (*reflect.rtype).MethodByName for abstract methods. 2014-02-12 12:45:55 -05:00
hello.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
interfaces.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
mapreflect.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
maps.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
panic.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
recur.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
reflect.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
rtti.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
structreflect.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
structs.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00