go/test/ken
Ian Lance Taylor 22a6747999 Per discussion earlier today with r and gri: when an interface
object has a value of type "int", it should not automatically
convert to type "int32".  That is, the type alias "int" should
be regarded as having been defined as though "type int int32"
appeared outside of the package, and as therefore being a
different type from "int32".

R=ken
DELTA=21  (20 added, 0 deleted, 1 changed)
OCL=17587
CL=17842
2008-10-24 22:40:32 -07:00
..
array.go update tests 2008-09-03 13:21:05 -07:00
chan.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
for.go fix bug depot: 2008-08-11 22:07:49 -07:00
interbasic.go Per discussion earlier today with r and gri: when an interface 2008-10-24 22:40:32 -07:00
interfun.go fix bug depot: 2008-08-11 22:07:49 -07:00
intervar.go T{} syntax for constructors 2008-09-05 19:50:34 -07:00
label.go fix bug depot: 2008-08-11 22:07:49 -07:00
litfun.go fix bug depot: 2008-08-11 22:07:49 -07:00
mfunc.go fix bug depot: 2008-08-11 22:07:49 -07:00
ptrfun.go T{} syntax for constructors 2008-09-05 19:50:34 -07:00
ptrvar.go fix bug depot: 2008-08-11 22:07:49 -07:00
rob1.go fix bug depot: 2008-08-11 22:07:49 -07:00
rob2.go remove uses of *T as an implicit forward declaration of T 2008-10-07 12:59:54 -07:00
robfor.go fix bug depot: 2008-08-11 22:07:49 -07:00
robfunc.go fix bug depot: 2008-08-11 22:07:49 -07:00
robif.go fix bug depot: 2008-08-11 22:07:49 -07:00
shift.go Storing an out of range constant into a variable should 2008-09-29 11:03:21 -07:00
simparray.go fix bug depot: 2008-08-11 22:07:49 -07:00
simpbool.go fix bug depot: 2008-08-11 22:07:49 -07:00
simpconv.go fix bug depot: 2008-08-11 22:07:49 -07:00
simpfun.go fix bug depot: 2008-08-11 22:07:49 -07:00
simpprint.go fix bug depot: 2008-08-11 22:07:49 -07:00
simpswitch.go fix bug depot: 2008-08-11 22:07:49 -07:00
simpvar.go fix bug depot: 2008-08-11 22:07:49 -07:00
string.go fix bug depot: 2008-08-11 22:07:49 -07:00
strvar.go fix bug depot: 2008-08-11 22:07:49 -07:00