- 09 Jan, 2009 2 commits
-
-
Russ Cox authored
R=ken OCL=22370 CL=22372
-
Robert Griesemer authored
R=r DELTA=93 (0 added, 61 deleted, 32 changed) OCL=22348 CL=22366
-
- 08 Jan, 2009 9 commits
-
-
Rob Pike authored
R=rsc DELTA=37 (0 added, 7 deleted, 30 changed) OCL=22330 CL=22342
-
Russ Cox authored
type T []int var a []int var t = T(a) R=ken OCL=22341 CL=22341
-
Robert Griesemer authored
(e.g. pretty -html source.go > source.html; then look at the html.file in a browser) R=r OCL=22331 CL=22331
-
Russ Cox authored
R=ken OCL=22327 CL=22327
-
Russ Cox authored
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
-
Robert Griesemer authored
- moving scope handling into parser (simpler) - snapshot of work today so far R=r OCL=22301 CL=22301
-
Ian Lance Taylor authored
R=rsc DELTA=7 (0 added, 7 deleted, 0 changed) OCL=22267 CL=22281
-
Robert Griesemer authored
- snapshot of today R=r OCL=22247 CL=22247
-
Rob Pike authored
R=rsc DELTA=27 (23 added, 0 deleted, 4 changed) OCL=22245 CL=22245
-
- 07 Jan, 2009 14 commits
-
-
Ken Thompson authored
R=r OCL=22240 CL=22240
-
Ken Thompson authored
R=r OCL=22236 CL=22236
-
Robert Griesemer authored
- removed dead code - snapshot before making a lareger structural change R=r OCL=22226 CL=22226
-
Russ Cox authored
for non-pointer types with methods. R=r DELTA=37 (13 added, 14 deleted, 10 changed) OCL=22217 CL=22219
-
Ken Thompson authored
R=r OCL=22218 CL=22218
-
Russ Cox authored
now that OCOMP exists R=ken OCL=22216 CL=22216
-
Ken Thompson authored
R=r OCL=22215 CL=22215
-
Rob Pike authored
R=rsc DELTA=3 (1 added, 0 deleted, 2 changed) OCL=22195 CL=22207
-
Robert Griesemer authored
- now have struct, array, slice, and map literals DELTA=34 (13 added, 6 deleted, 15 changed) OCL=22180 CL=22204
-
Rob Pike authored
no more surprises - all caught up R=rsc DELTA=4 (0 added, 0 deleted, 4 changed) OCL=22194 CL=22194
-
Ken Thompson authored
R=r OCL=22187 CL=22187
-
Robert Griesemer authored
R=r OCL=22185 CL=22185
-
Ken Thompson authored
R=r OCL=22182 CL=22182
-
Robert Griesemer authored
(this code doesn't match the existing language at this point, but it's a large code base which compiles - will eventually go away) - enable compilation of it again in run.bash R=r DELTA=1147 (534 added, 311 deleted, 302 changed) OCL=22176 CL=22176
-
- 06 Jan, 2009 15 commits
-
-
Rob Pike authored
(the text still needs fixing) add the tutorial programs to the test run. R=rsc DELTA=41 (6 added, 0 deleted, 35 changed) OCL=22174 CL=22174
-
Russ Cox authored
R=ken OCL=22173 CL=22173
-
Robert Griesemer authored
R=r OCL=22171 CL=22171
-
Rob Pike authored
R=rsc OCL=22170 CL=22170
-
Russ Cox authored
R=ken OCL=22168 CL=22168
-
Russ Cox authored
R=r OCL=22166 CL=22166
-
Robert Griesemer authored
R=r OCL=22160 CL=22160
-
Robert Griesemer authored
(will help produce html output where we can click on identifiers and get to the declaration) - snapshot before changing back to old new R=r OCL=22159 CL=22159
-
Ken Thompson authored
new for pointers R=r OCL=22158 CL=22158
-
Rob Pike authored
indexes, and a global boolean function for quick action. R=rsc DELTA=152 (127 added, 12 deleted, 13 changed) OCL=22140 CL=22142
-
Rob Pike authored
R=rsc DELTA=40 (18 added, 22 deleted, 0 changed) OCL=22134 CL=22139
-
Robert Griesemer authored
- adding "init()" - fixing some bugs with slice documentation DELTA=118 (45 added, 7 deleted, 66 changed) OCL=22084 CL=22136
-
Russ Cox authored
,s/int32/long/g in 8a, 8c, 8l. delete dead code. move enam.c, 8.out.h, mkenam from 8c to 8l. R=r DELTA=1850 (581 added, 983 deleted, 286 changed) OCL=22119 CL=22129
-
Russ Cox authored
remove unused second parameter. R=ken OCL=22126 CL=22126
-
Russ Cox authored
R=r DELTA=3562 (0 added, 3560 deleted, 2 changed) OCL=22112 CL=22114
-