- 16 Sep, 2009 9 commits
-
-
Russ Cox authored
fmt.Printf("%s: %s\n", expr.Pos(), message); R=gri DELTA=15 (1 added, 3 deleted, 11 changed) OCL=34706 CL=34708
-
Rob Pike authored
R=rsc DELTA=152 (6 added, 0 deleted, 146 changed) OCL=34695 CL=34701
-
Rob Pike authored
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=34696 CL=34700
-
Rob Pike authored
DELTA=9 (2 added, 4 deleted, 3 changed) OCL=34690 CL=34692
-
Robert Griesemer authored
- added TODO for syntax for built-ins (require type as first argument) - removed duplicate definition of Index DELTA=13 (11 added, 1 deleted, 1 changed) OCL=34668 CL=34688
-
Russ Cox authored
R=gri DELTA=14 (14 added, 0 deleted, 0 changed) OCL=34636 CL=34687
-
Russ Cox authored
R=r DELTA=940 (929 added, 1 deleted, 10 changed) OCL=34679 CL=34686
-
Russ Cox authored
R=r DELTA=949 (949 added, 0 deleted, 0 changed) OCL=34676 CL=34678
-
Russ Cox authored
no semicolon allowd after package clause. semicolon allowed after import statement. no doubled semicolons allowed R=ken OCL=34674 CL=34674
-
- 15 Sep, 2009 18 commits
-
-
Robert Griesemer authored
R=rsc DELTA=10 (5 added, 0 deleted, 5 changed) OCL=34662 CL=34666
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=17 (0 added, 12 deleted, 5 changed) OCL=34659 CL=34665
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=12 (11 added, 1 deleted, 0 changed) OCL=34658 CL=34664
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=21 (7 added, 5 deleted, 9 changed) OCL=34607 CL=34663
-
Rob Pike authored
DELTA=238 (118 added, 116 deleted, 4 changed) OCL=34653 CL=34660
-
Russ Cox authored
R=ken OCL=34657 CL=34657
-
Robert Griesemer authored
R=rsc DELTA=3 (0 added, 0 deleted, 3 changed) OCL=34654 CL=34656
-
Russ Cox authored
* update mksyscall.sh and rebuild syscall/z*.go * fix a few linux-only files R=r DELTA=455 (12 added, 1 deleted, 442 changed) OCL=34637 CL=34655
-
Robert Griesemer authored
TBR=rsc DELTA=56 (56 added, 0 deleted, 0 changed) OCL=34652 CL=34652
-
Robert Griesemer authored
- printing of expressions: put spaces only where "needed" - printing of import statements: no double indentation if there are no renames - print labels on separate lines - added extra test files go/ast: - unified basic literal nodes and as a result deleted duplicated code - added initial code to track scopes (not fully used yet) replaces CL 34553 R=rsc DELTA=881 (579 added, 223 deleted, 79 changed) OCL=34623 CL=34651
-
Russ Cox authored
R=r DELTA=127 (38 added, 3 deleted, 86 changed) OCL=34640 CL=34650
-
Rob Pike authored
DELTA=23 (19 added, 1 deleted, 3 changed) OCL=34646 CL=34649
-
Rob Pike authored
DELTA=174 (65 added, 10 deleted, 99 changed) OCL=34625 CL=34639
-
Russ Cox authored
the last round omitted := range and only checked 1 out of N vars in a multi-var := R=r OCL=34624 CL=34638
-
Russ Cox authored
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
-
Russ Cox authored
fix some bugs involving _. R=ken OCL=34621 CL=34621
-
Rob Pike authored
SimpleStmt was always used as an option. fix bug: divide is a right shift DELTA=8 (0 added, 0 deleted, 8 changed) OCL=34612 CL=34614
-
Russ Cox authored
R=r DELTA=112 (6 added, 57 deleted, 49 changed) OCL=34610 CL=34610
-
- 14 Sep, 2009 7 commits
-
-
Russ Cox authored
R=r DELTA=3 (3 added, 0 deleted, 0 changed) OCL=34606 CL=34609
-
Russ Cox authored
R=r DELTA=2 (1 added, 0 deleted, 1 changed) OCL=34605 CL=34608
-
Russ Cox authored
R=ken OCL=34604 CL=34604
-
Rob Pike authored
R=gri DELTA=12 (12 added, 0 deleted, 0 changed) OCL=34601 CL=34601
-
Rob Pike authored
R=rsc DELTA=125 (103 added, 22 deleted, 0 changed) OCL=34586 CL=34598
-
Nigel Tao authored
the first IDAT chunk. R=rsc APPROVED=rsc DELTA=7 (2 added, 0 deleted, 5 changed) OCL=34583 CL=34585
-
Rob Pike authored
R=rsc DELTA=83 (83 added, 0 deleted, 0 changed) OCL=34584 CL=34584
-
- 11 Sep, 2009 6 commits
-
-
Rob Pike authored
DELTA=15 (6 added, 1 deleted, 8 changed) OCL=34549 CL=34564
-
Nigel Tao authored
R=rsc APPROVED=r DELTA=694 (675 added, 3 deleted, 16 changed) OCL=34427 CL=34554
-
Robert Griesemer authored
TBR=rsc OCL=34550 CL=34552
-
Russ Cox authored
delay calls to savex as long as possible. R=ken OCL=34535 CL=34546
-
Ken Thompson authored
R=rsc OCL=34545 CL=34545
-
Robert Griesemer authored
- first cut a better line breaks in expr lists - trailing commas and semis printed where we tend to write them - fixed a couple of minor spacing issues (interface{}, chan<-, map[x]y, x: y) - removed some formatting flags from gofmt: no need to change default - removed option to reverse declaration order when printing - excluded files from test that cause trouble with idempotency test for now R=rsc DELTA=497 (364 added, 83 deleted, 50 changed) OCL=34539 CL=34544
-