1
0
mirror of https://github.com/golang/go synced 2024-10-05 20:31:20 -06:00
go/src/cmd
Russ Cox 9435dc2bdf allow forward declaration of struct in another file
(in the same package).

allow forward method declaration to be satisfied
by implementation in another file (in the same package).
all methods must be declared in the same file
as the receiver type.

R=ken
OCL=30864
CL=30869
2009-06-29 15:13:37 -07:00
..
5a Added ld/go.c functionality into 5l, primarily dead code 2009-06-09 20:51:53 -07:00
5c grab bag of changes aimed at getting stack splitting to work: 2009-06-16 11:25:58 -07:00
5g working on bgen 2009-06-26 22:04:30 -07:00
5l Adding more debug output when 5l encounters a bad op 2009-06-26 13:44:25 -07:00
6a throw away most of the compat.h compatibility layer 2009-03-24 12:12:57 -07:00
6c bug in stack size used in 2009-04-10 15:23:19 -07:00
6g fix a 6g crash after type errors. 2009-06-23 15:30:59 -07:00
6l move src/runtime -> src/lib/runtime; 2009-06-06 22:04:50 -07:00
8a make 8a, 8c build again. 2009-03-24 18:04:19 -07:00
8c use cc provided xlog2 instead of system log2. 2009-06-05 23:12:07 -07:00
8g fix a 6g crash after type errors. 2009-06-23 15:30:59 -07:00
8l update 386 to new runtime (CL 30381) 2009-06-17 15:15:55 -07:00
ar allow forward declaration of struct in another file 2009-06-29 15:13:37 -07:00
cc bug in stack size used in 2009-04-10 15:23:19 -07:00
cov new flags to 6cov 2008-11-20 11:58:07 -08:00
gc allow forward declaration of struct in another file 2009-06-29 15:13:37 -07:00
gobuild fix gobuild bug 2009-06-29 11:19:38 -07:00
godefs make godefs work better for generating Go. 2009-06-01 22:14:25 -07:00
godoc Getenv: almost no one wants the error, so make it return a string that may be empty. 2009-06-26 20:28:41 -07:00
gofmt - install gofmt in src/cmd/gofmt 2009-06-16 12:03:32 -07:00
gotest restructure makefiles, scripts to factor out O= logic. 2009-06-05 10:59:55 -07:00
ld allow forward declaration of struct in another file 2009-06-29 15:13:37 -07:00
nm fix gotest by fixing nm -s to print in file order by storing a sequence number 2009-04-15 21:57:55 -07:00
prof libmach: 2009-02-03 15:00:09 -08:00
clean.bash clean gofmt 2009-06-16 14:03:13 -07:00
make.bash fix build 2009-06-16 09:39:57 -07:00