1
0
mirror of https://github.com/golang/go synced 2024-11-22 20:04:47 -07:00
The Go programming language
Go to file
Russ Cox 20595ac4b0 many interface bug fixes.
also, after
	func g() (int, int)
	func f(int, int)
allow
	f(g())
and
	func h() (int, int) { return g() }

R=ken
DELTA=356  (252 added, 26 deleted, 78 changed)
OCL=22319
CL=22325
2009-01-08 14:30:00 -08:00
doc Adjusted language for literals: 2009-01-07 09:31:35 -08:00
include symbol table changes 2008-11-20 17:32:18 -08:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src many interface bug fixes. 2009-01-08 14:30:00 -08:00
test uncomment a BUG that is now fixed 2009-01-07 10:35:43 -08:00
usr - fixed a bug with building right-recursive trees iteratively 2009-01-08 12:04:00 -08:00