- 18 Mar, 2009 4 commits
-
-
Rob Pike authored
R=rsc OCL=26438 CL=26438
-
Rob Pike authored
R=rsc DELTA=169 (169 added, 0 deleted, 0 changed) OCL=26433 CL=26437
-
Ken Thompson authored
R=r OCL=26434 CL=26434
-
Robert Griesemer authored
- first part of AST cleaned up and documented - tons of related cleanups and adjustments R=r OCL=26430 CL=26430
-
- 17 Mar, 2009 7 commits
-
-
Rob Pike authored
R=rsc,gri DELTA=107 (90 added, 1 deleted, 16 changed) OCL=26420 CL=26427
-
Ken Thompson authored
new feature 'case nil:' in type switch will match iff the interface is nil. R=r OCL=26404 CL=26404
-
Rob Pike authored
also make the default input for makehtml be go_tutorial.txt. R=rsc DELTA=176 (58 added, 58 deleted, 60 changed) OCL=26374 CL=26374
-
Ian Lance Taylor authored
const2.go:7:9: error: expected '=' Uses '.' to recognize the quotation marks, as the actual characters printed depend on the user's locale. R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=26360 CL=26373
-
Ian Lance Taylor authored
label redefinition error. R=gri DELTA=6 (0 added, 0 deleted, 6 changed) OCL=26357 CL=26372
-
Robert Griesemer authored
- use explicit expression lists instead of binary trees to represent lists of the form a, b, c (per discussion w/ Russ) - use explicit nodes for various language constructs for better readability - various adjustments in parsing and printing next steps: - clean up AST fully so it can be checked in as library R=r OCL=26371 CL=26371
-
Robert Griesemer authored
- no syntactic or semantic change R=r DELTA=45 (24 added, 18 deleted, 3 changed) OCL=26349 CL=26368
-
- 16 Mar, 2009 3 commits
-
-
Ken Thompson authored
to allow room for type hash needed for log-time type switch. R=r OCL=26354 CL=26354
-
Robert Griesemer authored
R=rsc DELTA=14 (12 added, 0 deleted, 2 changed) OCL=26278 CL=26348
-
Robert Griesemer authored
R=rsc DELTA=19 (19 added, 0 deleted, 0 changed) OCL=26284 CL=26336
-
- 13 Mar, 2009 12 commits
-
-
Robert Griesemer authored
- various parser fixes to match updated spec (&&, &^=, label decls, const decls) - using html template for directory and error page in doc server - show compile errors inplace in the source - cleanups R=rsc OCL=26287 CL=26287
-
Ken Thompson authored
R=r OCL=26281 CL=26285
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=19042 (19042 added, 0 deleted, 0 changed) OCL=26268 CL=26270
-
Robert Griesemer authored
R=rsc DELTA=18 (18 added, 0 deleted, 0 changed) OCL=26266 CL=26266
-
Russ Cox authored
close two more bugs. R=ken OCL=26226 CL=26226
-
Russ Cox authored
go_spec.html: document const type propagation R=ken OCL=26223 CL=26225
-
Russ Cox authored
various bug fixes and tests involving constants. test/const1.go is the major new test case. R=ken OCL=26216 CL=26224
-
Rob Pike authored
OCL=26222 CL=26222
-
Rob Pike authored
R=rsc OCL=26220 CL=26220
-
Ken Thompson authored
runtime not finished. R=r OCL=26217 CL=26217
-
Robert Griesemer authored
- correctly associate comments with declarations (available through AST) - very raw printing of interface - much more functionality, now needs some formatting, sorting, etc. R=r OCL=26213 CL=26213
-
Rob Pike authored
R=rsc DELTA=4 (0 added, 2 deleted, 2 changed) OCL=26208 CL=26212
-
- 12 Mar, 2009 6 commits
-
-
Rob Pike authored
R=rsc DELTA=14 (0 added, 0 deleted, 14 changed) OCL=26159 CL=26206
-
Robert Griesemer authored
for pretty printer purposes - now properly ignored as white space since we have line/col information) - changed sample use in comment to an actually compiled function to make sure sample is actually working - added extra tests (checking line and column values, and the tokenize function) R=rsc DELTA=253 (61 added, 67 deleted, 125 changed) OCL=26143 CL=26181
-
Rob Pike authored
R=gri OCL=26158 CL=26158
-
Rob Pike authored
R=gri DELTA=5 (3 added, 0 deleted, 2 changed) OCL=26155 CL=26157
-
Ken Thompson authored
R=r OCL=26152 CL=26152
-
Ken Thompson authored
R=r OCL=26146 CL=26146
-
- 11 Mar, 2009 8 commits
-
-
Ken Thompson authored
R=r OCL=26142 CL=26142
-
Russ Cox authored
if T has pointer methods. this is just a heuristic but it catches the problem robert ran into and lets me put the larger interface issues aside for now. found one bug in pretty. R=ken OCL=26141 CL=26141
-
Robert Griesemer authored
R=r OCL=26129 CL=26131
-
Russ Cox authored
Make Fstat, Readdirnames, and Readdir methods on os.File. R=r DELTA=281 (79 added, 3 deleted, 199 changed) OCL=25891 CL=26130
-
Russ Cox authored
R=r DELTA=115 (102 added, 0 deleted, 13 changed) OCL=25953 CL=26128
-
Robert Griesemer authored
- fixed a parameter name in tabwriter R=rsc DELTA=110 (21 added, 17 deleted, 72 changed) OCL=26123 CL=26127
-
Russ Cox authored
R=r DELTA=84 (63 added, 4 deleted, 17 changed) OCL=25950 CL=26126
-
Rob Pike authored
R=rsc OCL=26093 CL=26093
-