1
0
mirror of https://github.com/golang/go synced 2024-10-05 12:21:22 -06:00
go/usr/austin/eval
Austin Clements d11a4b0dd4 Fix named types being defined to named types. In general, the
code assumes that the definition of a named type is not a
named type, but some code paths could violate that.

R=rsc
APPROVED=rsc
DELTA=9  (5 added, 2 deleted, 2 changed)
OCL=34046
CL=34053
2009-08-28 14:39:12 -07:00
..
abort.go Implement runtime errors, divide-by-zero checking, nil pointer 2009-08-28 10:39:57 -07:00
bridge.go Give NamedTypes a public interface 2009-08-28 12:45:30 -07:00
compiler.go Make the statement compiler not use the AST visitor. 2009-08-27 11:21:52 -07:00
decls.go Make it only necessary to exit blocks, not scopes. Allow 2009-08-24 13:48:16 -07:00
expr.go Give NamedTypes a public interface 2009-08-28 12:45:30 -07:00
func.go Convert interpreter to whole-package compilation. 2009-08-12 17:24:05 -07:00
Makefile Implement runtime errors, divide-by-zero checking, nil pointer 2009-08-28 10:39:57 -07:00
scope.go Fix named types being defined to named types. In general, the 2009-08-28 14:39:12 -07:00
stmt.go Implement runtime errors, divide-by-zero checking, nil pointer 2009-08-28 10:39:57 -07:00
type.go Fix named types being defined to named types. In general, the 2009-08-28 14:39:12 -07:00
typec.go Give NamedTypes a public interface 2009-08-28 12:45:30 -07:00
util.go Convert interpreter to whole-package compilation. 2009-08-12 17:24:05 -07:00
value.go Utilities to bridge native types and functions into 2009-08-27 13:11:06 -07:00