- 06 Jan, 2009 7 commits
-
-
Robert Griesemer authored
- adding "init()" - fixing some bugs with slice documentation DELTA=118 (45 added, 7 deleted, 66 changed) OCL=22084 CL=22136
-
Russ Cox authored
,s/int32/long/g in 8a, 8c, 8l. delete dead code. move enam.c, 8.out.h, mkenam from 8c to 8l. R=r DELTA=1850 (581 added, 983 deleted, 286 changed) OCL=22119 CL=22129
-
Russ Cox authored
remove unused second parameter. R=ken OCL=22126 CL=22126
-
Russ Cox authored
R=r DELTA=3562 (0 added, 3560 deleted, 2 changed) OCL=22112 CL=22114
-
Russ Cox authored
ask for bison explicitly in cc, gc to try to avoid problems with other yaccs that might be installed. R=r DELTA=29 (10 added, 2 deleted, 17 changed) OCL=22110 CL=22113
-
Russ Cox authored
R=r DELTA=19539 (19539 added, 0 deleted, 0 changed) OCL=22109 CL=22109
-
Russ Cox authored
R=ken OCL=22078 CL=22080
-
- 05 Jan, 2009 4 commits
-
-
Rob Pike authored
R=rsc DELTA=10 (1 added, 2 deleted, 7 changed) OCL=22033 CL=22033
-
Russ Cox authored
now passes even under loaded conditions on r45. R=r DELTA=2 (0 added, 0 deleted, 2 changed) OCL=22019 CL=22022
-
Russ Cox authored
was incrementing lineno twice for the \n after a // comment. R=r DELTA=3 (0 added, 2 deleted, 1 changed) OCL=21984 CL=22021
-
Robert Griesemer authored
Instead of trying to make open arrays look like arrays (which they aren't, they just look like them), I decided to call them "slice types". As a result they have value semantics, and one can really talk about what they really are. Note: - There are lots of missing details - There are probably lots of mistakes Looking for some initial feedback. R=r DELTA=444 (180 added, 189 deleted, 75 changed) OCL=21769 CL=22020
-
- 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 15 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
-