- 14 Oct, 2009 11 commits
-
-
Russ Cox authored
R=gri DELTA=3006 (1503 added, 1503 deleted, 0 changed) OCL=35730 CL=35735
-
Ian Lance Taylor authored
R=go-dev DELTA=111 (19 added, 38 deleted, 54 changed) OCL=35722 CL=35728
-
Russ Cox authored
R=r DELTA=209 (65 added, 114 deleted, 30 changed) OCL=35718 CL=35721
-
Rob Pike authored
remove a mention of sawzall in the tutorial. R=rsc DELTA=36 (14 added, 4 deleted, 18 changed) OCL=35717 CL=35719
-
Adam Langley authored
R=rsc APPROVED=rsc DELTA=12 (11 added, 0 deleted, 1 changed) OCL=35715 CL=35715
-
Russ Cox authored
R=r DELTA=30 (8 added, 15 deleted, 7 changed) OCL=35677 CL=35713
-
Rob Pike authored
R=rsc DELTA=31 (5 added, 3 deleted, 23 changed) OCL=35700 CL=35700
-
Rob Pike authored
go can do the job just fine. R=rsc DELTA=290 (209 added, 13 deleted, 68 changed) OCL=35699 CL=35699
-
Rob Pike authored
R=rsc DELTA=30 (0 added, 22 deleted, 8 changed) OCL=35694 CL=35697
-
Rob Pike authored
R=rsc DELTA=555 (92 added, 38 deleted, 425 changed) OCL=35691 CL=35693
-
Nigel Tao authored
R=r,rsc APPROVED=r DELTA=7 (5 added, 0 deleted, 2 changed) OCL=35651 CL=35692
-
- 13 Oct, 2009 11 commits
-
-
Rob Pike authored
R=rsc DELTA=1 (0 added, 1 deleted, 0 changed) OCL=35685 CL=35687
-
Adam Langley authored
R=rsc APPROVED=rsc DELTA=1459 (1459 added, 0 deleted, 0 changed) OCL=35389 CL=35681
-
Rob Pike authored
R=rsc DELTA=209 (129 added, 24 deleted, 56 changed) OCL=35675 CL=35680
-
Rob Pike authored
fix a bug in makehtml - was deleting the output! R=rsc DELTA=11 (2 added, 0 deleted, 9 changed) OCL=35672 CL=35674
-
Rob Pike authored
ditto for heap.HeapInterface R=gri,rsc DELTA=31 (0 added, 1 deleted, 30 changed) OCL=35665 CL=35673
-
Rob Pike authored
remove the references to 6ar R=rsc DELTA=3547 (1770 added, 1775 deleted, 2 changed) OCL=35669 CL=35671
-
Rob Pike authored
*** Reason for rollback *** roll back the changes to the tutorial programs (only) since they break the automated processing used to create the tutorial. *** Original change description *** apply gofmt to the LGTM-marked files from 34501 that have not changed since I applied gofmt. R=rsc DELTA=139 (0 added, 44 deleted, 95 changed) OCL=35670 CL=35670
-
Rob Pike authored
R=rsc DELTA=3 (1 added, 1 deleted, 1 changed) OCL=35652 CL=35652
-
Rob Pike authored
errors R=rsc DELTA=150 (74 added, 34 deleted, 42 changed) OCL=35647 CL=35650
-
Robert Griesemer authored
R=rsc DELTA=15 (12 added, 2 deleted, 1 changed) OCL=35641 CL=35645
-
Robert Griesemer authored
comments should now be indented properly in corner cases (at the end of statement lists, for instance) - changed import decl. formatting as suggested by Russ (no "global" indentation of imports if there are renames present) - better field list handling - better documentation R=rsc DELTA=534 (324 added, 35 deleted, 175 changed) OCL=35557 CL=35630
-
- 12 Oct, 2009 14 commits
-
-
Ian Lance Taylor authored
R=go-dev DELTA=176 (39 added, 9 deleted, 128 changed) OCL=35612 CL=35623
-
Rob Pike authored
R=rsc,gri DELTA=228 (223 added, 1 deleted, 4 changed) OCL=35617 CL=35619
-
Kai Backman authored
5g. fixes to 64 bit code gen. added (finally) function to do shifts properly. go/test: passes 83% (287/342) R=rsc APPROVED=rsc DELTA=156 (50 added, 53 deleted, 53 changed) OCL=35589 CL=35616
-
Russ Cox authored
turn off testdclstack and "not used" errors when there are syntax errors. BUG=2181825 R=ken OCL=35606 CL=35608
-
Russ Cox authored
* in 6l, -K already meant check for stack underflow. add -KK to mean double-check stack overflows even in nosplit functions. * comment out print locks; they deadlock too easily but are still useful to put back for special occasions. * let runcgo assembly switch to scheduler stack without involving scheduler directly. because runcgo gets called from matchmg, it is too hard to keep it from being called on other stacks. R=r DELTA=94 (65 added, 18 deleted, 11 changed) OCL=35591 CL=35604
-
Russ Cox authored
node printing fixes. silence incorrect redeclaration error. R=ken OCL=35602 CL=35602
-
Russ Cox authored
add bytes.LastIndex. add strings.Reader. R=r DELTA=59 (56 added, 0 deleted, 3 changed) OCL=35585 CL=35601
-
Russ Cox authored
good enough to parse some html. in reader, add "comment" tag to collect comment text. do not allocate during Unmarshal unless pointer is nil. R=r DELTA=441 (416 added, 1 deleted, 24 changed) OCL=35586 CL=35594
-
Russ Cox authored
leave that for Btoi with base == 0. R=r DELTA=146 (101 added, 29 deleted, 16 changed) OCL=35584 CL=35593
-
Russ Cox authored
TBR=r OCL=35592 CL=35592
-
Kai Backman authored
reflect is broken so fmt doesn't work. go/test: passes 83% (285/342) R=rsc APPROVED=rsc DELTA=415 (240 added, 29 deleted, 146 changed) OCL=35576 CL=35588
-
Nigel Tao authored
R=r,rsc APPROVED=r DELTA=122 (102 added, 0 deleted, 20 changed) OCL=35573 CL=35587
-
Rob Pike authored
R=rsc DELTA=11 (3 added, 5 deleted, 3 changed) OCL=35583 CL=35583
-
Rob Pike authored
1) didn't handle attempts to encode non-structs properly. 2) if there were multiple indirections involving allocation, didn't allocate the intermediate cells. tests added. R=rsc DELTA=82 (65 added, 5 deleted, 12 changed) OCL=35582 CL=35582
-
- 11 Oct, 2009 3 commits
-
-
Russ Cox authored
* generate different versions of binary operators for each size of int and float, so that proper truncating happens after each operation to simulate the various sized ops. * add slice expressions * publish World.CompileStmtList, CompileDeclList, CompileExpr * handle type-less expressions in CompileExpr R=austin DELTA=1459 (1327 added, 11 deleted, 121 changed) OCL=34382 CL=35581
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=25 (25 added, 0 deleted, 0 changed) OCL=35566 CL=35574
-
Rob Pike authored
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=35572 CL=35572
-
- 10 Oct, 2009 1 commit
-
-
Rob Pike authored
R=rsc DELTA=7 (2 added, 0 deleted, 5 changed) OCL=35569 CL=35569
-