- 30 Dec, 2008 3 commits
-
-
Ian Lance Taylor authored
R=ken DELTA=20 (20 added, 0 deleted, 0 changed) OCL=21889 CL=21929
-
Ken Thompson authored
has to do with printing patched it out R=r OCL=21921 CL=21923
-
Ken Thompson authored
receivers in methods. put back original code for hilbert/bignum R=r OCL=21910 CL=21920
-
- 26 Dec, 2008 1 commit
-
-
Ken Thompson authored
rvalue promoted to method receiver. fixes to bignum that failed. R=r OCL=21827 CL=21827
-
- 23 Dec, 2008 1 commit
-
-
Rob Pike authored
TBR=rsc OCL=21766 CL=21766
-
- 22 Dec, 2008 1 commit
-
-
Rob Pike authored
TBR=rsc DELTA=34 (33 added, 0 deleted, 1 changed) OCL=21718 CL=21718
-
- 21 Dec, 2008 6 commits
-
-
Rob Pike authored
it's 25% faster and runs with 40% less memory allocation than before R=rsc DELTA=20 (15 added, 0 deleted, 5 changed) OCL=21690 CL=21690
-
Rob Pike authored
lines marked BUG are rewrites working around 6g bug. R=rsc DELTA=161 (42 added, 2 deleted, 117 changed) OCL=21689 CL=21689
-
Russ Cox authored
make sure type of expr is T not just []int R=ken OCL=21688 CL=21688
-
Ken Thompson authored
R=r OCL=21685 CL=21687
-
Rob Pike authored
convert to printf. increase count to 1000 - maps are faster now. add cases for structure values as key and maps. R=rsc DELTA=197 (66 added, 18 deleted, 113 changed) OCL=21683 CL=21686
-
Ken Thompson authored
R=r OCL=21684 CL=21684
-
- 20 Dec, 2008 2 commits
- 19 Dec, 2008 21 commits
-
-
Russ Cox authored
R=r DELTA=21 (12 added, 0 deleted, 9 changed) OCL=21653 CL=21653
-
Ian Lance Taylor authored
R=gri DELTA=15 (13 added, 1 deleted, 1 changed) OCL=21632 CL=21639
-
Ken Thompson authored
R=r OCL=21637 CL=21637
-
Ken Thompson authored
cant assign to closed array R=r OCL=21634 CL=21634
-
Russ Cox authored
R=ken OCL=21616 CL=21616
-
Russ Cox authored
R=r DELTA=192 (145 added, 8 deleted, 39 changed) OCL=21609 CL=21614
-
Russ Cox authored
R=r DELTA=1 (1 added, 0 deleted, 0 changed) OCL=21577 CL=21603
-
Russ Cox authored
x.go:11: illegal types for operand: AS *I *T (*interface vs *struct) R=r DELTA=10 (8 added, 0 deleted, 2 changed) OCL=21457 CL=21602
-
Russ Cox authored
use malloc by default. free stacks. R=r DELTA=424 (333 added, 29 deleted, 62 changed) OCL=21553 CL=21584
-
Russ Cox authored
TBR=r OCL=21580 CL=21583
-
Russ Cox authored
mainly a syntactic change: the compiler representations don't change (chan and map are now hidden pointers like string). R=ken OCL=21578 CL=21582
-
Russ Cox authored
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
-
Russ Cox authored
R=r OCL=21563 CL=21571
-
Ken Thompson authored
R=r OCL=21570 CL=21570
-
Ken Thompson authored
R=r OCL=21569 CL=21569
-
Russ Cox authored
R=ken OCL=21568 CL=21568
-
Ken Thompson authored
R=r OCL=21567 CL=21567
-
Russ Cox authored
R=ken OCL=21566 CL=21566
-
Russ Cox authored
R=ken OCL=21565 CL=21565
-
Ken Thompson authored
R=r OCL=21564 CL=21564
-
Russ Cox authored
R=r DELTA=3 (0 added, 0 deleted, 3 changed) OCL=21558 CL=21558
-
- 18 Dec, 2008 4 commits
-
-
Russ Cox authored
R=r,presotto DELTA=1239 (935 added, 281 deleted, 23 changed) OCL=21041 CL=21539
-
Russ Cox authored
R=r DELTA=1551 (1550 added, 0 deleted, 1 changed) OCL=21404 CL=21538
-
Robert Griesemer authored
R=r DELTA=5 (2 added, 0 deleted, 3 changed) OCL=21508 CL=21510
-
Robert Griesemer authored
- removed some non-beneficial factorization and reduced number of array slices per operations significantly - reduced line count - benchhil benchmark time reduced by ~2% R=r DELTA=313 (106 added, 163 deleted, 44 changed) OCL=21473 CL=21497
-
- 17 Dec, 2008 1 commit
-
-
Robert Griesemer authored
in favor of explicit constructs - simpler, clearer, and shorter overall - no spec changes (in retrospect it was just a (my) mistake to put it in in the first place) R=r DELTA=55 (13 added, 28 deleted, 14 changed) OCL=21434 CL=21462
-