- 18 Oct, 2008 6 commits
-
-
Robert Griesemer authored
- in selftest mode (-t) interpret comments of the form /* ERROR */ and /* SYNC */ and validate reported errors with the error markings in a file - added initial selftest.go file Also: - fixed an issue with empty blocks - generally report better error messages - added many more tests to the test script (essentially all .go programs which have no syntax errors) R=r OCL=17426 CL=17426
-
Rob Pike authored
R=rsc DELTA=421 (357 added, 17 deleted, 47 changed) OCL=17388 CL=17401
-
Rob Pike authored
R=rsc OCL=17398 CL=17398
-
Russ Cox authored
the comment talked about printing, but now t->recur is only used for typehash. in typehash it is important to compute different hashes for the different basic types. add test that makes sure an interface { X() int8 } cannot be used as interface { X() int64 } R=ken OCL=17396 CL=17396
-
Russ Cox authored
R=ken OCL=17394 CL=17394
-
Rob Pike authored
R=rsc DELTA=14 (10 added, 0 deleted, 4 changed) OCL=17387 CL=17390
-
- 17 Oct, 2008 10 commits
-
-
Robert Griesemer authored
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=17380 CL=17380
-
Robert Griesemer authored
- more robust printing in presence of errors - fixed incorrect printing of function literals R=r OCL=17378 CL=17378
-
Russ Cox authored
R=ken OCL=17377 CL=17377
-
Ian Lance Taylor authored
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=17375 CL=17375
-
Rob Pike authored
R=rsc DELTA=328 (158 added, 170 deleted, 0 changed) OCL=17353 CL=17359
-
Rob Pike authored
R=rsc DELTA=25 (19 added, 1 deleted, 5 changed) OCL=17346 CL=17346
-
Russ Cox authored
so that run's count is correct R=iant,r DELTA=20 (12 added, 0 deleted, 8 changed) OCL=17329 CL=17342
-
Robert Griesemer authored
- fixed a bug with non-eof terminated //-style comments - collecting comments - first experiments with reproducing comments (works but not very pretty, disabled for now) - idempotent for all correct .go files we have checked in R=r OCL=17333 CL=17333
-
Robert Griesemer authored
- fixed a couple of printing bugs status: parses, reproduces, and idempotently reproduces all correct .go files R=r OCL=17332 CL=17332
-
Rob Pike authored
R=rsc DELTA=253 (153 added, 81 deleted, 19 changed) OCL=17331 CL=17331
-
- 16 Oct, 2008 20 commits
-
-
Russ Cox authored
R=r OCL=17327 CL=17327
-
Rob Pike authored
R=rsc DELTA=366 (337 added, 7 deleted, 22 changed) OCL=17321 CL=17324
-
Russ Cox authored
R=ken OCL=17320 CL=17320
-
Robert Griesemer authored
R=r OCL=17319 CL=17319
-
Robert Griesemer authored
R=r DELTA=21 (11 added, 1 deleted, 9 changed) OCL=17316 CL=17316
-
Robert Griesemer authored
- typeguards, var decls, several printing bug fixed - now fully idempotent on many files (which are accepted by 6g afterwards) - still some detail issues R=r OCL=17310 CL=17310
-
Russ Cox authored
R=ken OCL=17307 CL=17307
-
Ken Thompson authored
inputs for method receivers. R=r OCL=17304 CL=17304
-
Robert Griesemer authored
R=r OCL=17295 CL=17295
-
Rob Pike authored
R=rsc DELTA=225 (109 added, 107 deleted, 9 changed) OCL=17294 CL=17294
-
Rob Pike authored
file name change in next round. R=rsc DELTA=71 (18 added, 19 deleted, 34 changed) OCL=17291 CL=17293
-
Robert Griesemer authored
- fallthrough stat, label decls - improved printing layout R=r OCL=17283 CL=17283
-
Russ Cox authored
R=ken OCL=17253 CL=17253
-
Rob Pike authored
R=rsc DELTA=9 (0 added, 3 deleted, 6 changed) OCL=17248 CL=17250
-
Ken Thompson authored
R=r OCL=17247 CL=17247
-
Robert Griesemer authored
R=r OCL=17243 CL=17245
-
Rob Pike authored
main is a simple tester outside the Makefile. R=rsc DELTA=455 (455 added, 0 deleted, 0 changed) OCL=17235 CL=17242
-
Russ Cox authored
R=ken OCL=17241 CL=17241
-
Ken Thompson authored
global signatures for basic types R=r OCL=17238 CL=17240
-
Robert Griesemer authored
- almost there, receivers, labels, composites, comments are not yet printed - runs through 18KLOC of Go code and prints it again R=r OCL=17237 CL=17237
-
- 15 Oct, 2008 4 commits
-
-
Rob Pike authored
R=ken OCL=17208 CL=17208
-
Robert Griesemer authored
- fixed expression and statement printing - missing: declarations, comments R=r OCL=17207 CL=17207
-
Rob Pike authored
R=rsc DELTA=335 (172 added, 156 deleted, 7 changed) OCL=17167 CL=17180
-
Rob Pike authored
R=ken OCL=17169 CL=17169
-