The Go programming language
Go to file
Russ Cox fb2c66710c compiler changes:
export.c:
		- only expose explicitly exported types to importer
		- fix behind your back
	go.h:
		- add deep() prototype (fixes 64-bit linux crash on time.go)
	go.y:
		- add a new syntax error case
	walk.c:
		- allow a,b = f() where f is func ptr (fixes bug088)

R=ken
OCL=15617
CL=15630
2008-09-22 12:45:01 -07:00
doc Correct two web links, add missing semicolon after &lt. 2008-09-22 11:29:40 -07:00
include acid fixes etc. still not perfect. 2008-09-16 12:33:00 -07: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 compiler changes: 2008-09-22 12:45:01 -07:00
test compiler changes: 2008-09-22 12:45:01 -07:00
usr/gri - heuristics for parsing composite literals in some cases 2008-09-19 18:06:53 -07:00