- 31 Jan, 2009 1 commit
-
-
Russ Cox authored
which valgrind complains about. R=ken OCL=23990 CL=23990
-
- 30 Jan, 2009 11 commits
-
-
Robert Griesemer authored
- added more test cases - fixed a bug in test script which prevented errors to show up... R=r OCL=23832 CL=23974
-
Russ Cox authored
picked up by valgrind. fixes test/escape.go on linux. R=ken OCL=23971 CL=23971
-
Rob Pike authored
R=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=23967 CL=23970
-
Russ Cox authored
R=ken OCL=23965 CL=23965
-
Robert Griesemer authored
syntax of function types and making them "reference types" like slice, map, and chan. First step in Russ' proposal. DELTA=111 (32 added, 15 deleted, 64 changed) OCL=23669 CL=23964
-
Russ Cox authored
R=ken OCL=23958 CL=23961
-
Russ Cox authored
R=r DELTA=367 (111 added, 59 deleted, 197 changed) OCL=23957 CL=23960
-
Rob Pike authored
R=rsc DELTA=4 (0 added, 0 deleted, 4 changed) OCL=23896 CL=23928
-
Rob Pike authored
R=rsc DELTA=15 (1 added, 0 deleted, 14 changed) OCL=23889 CL=23889
-
Russ Cox authored
heuristic to not print bogus strings. fix one error message format. R=ken OCL=23849 CL=23851
-
Robert Griesemer authored
(most of this has been integrated into pretty, the rest has been archived). R=r OCL=23842 CL=23842
-
- 29 Jan, 2009 4 commits
-
-
Robert Griesemer authored
R=r OCL=23821 CL=23823
-
Ken Thompson authored
R=r OCL=23820 CL=23820
-
Russ Cox authored
R=r DELTA=48 (48 added, 0 deleted, 0 changed) OCL=23715 CL=23732
-
Russ Cox authored
don't use intermediate register to move 32-or-fewer-bit immediate constants into memory. R=ken OCL=23726 CL=23726
-
- 28 Jan, 2009 5 commits
-
-
Russ Cox authored
R=ken OCL=23712 CL=23714
-
Russ Cox authored
trying to find all the places where spans might be recorded. Free can cascade into complicated span manipulations that move them from list to list; the old code had the possibility of accidentally processing a span twice or jumping to a different list, causing an infinite loop. R=r DELTA=70 (28 added, 25 deleted, 17 changed) OCL=23704 CL=23710
-
Robert Griesemer authored
- added Slice, Cut, InsertArray, AppendArray - renamed Remove -> Delete (so we have: Insert, Delete, Cut) - more factoring of code - extra tests (could use some more) R=r,rsc DELTA=179 (127 added, 22 deleted, 30 changed) OCL=23648 CL=23685
-
Rob Pike authored
TBR=ken OCL=23650 CL=23650
-
Ken Thompson authored
R=r OCL=23646 CL=23646
-
- 27 Jan, 2009 15 commits
-
-
Russ Cox authored
R=r DELTA=11 (6 added, 0 deleted, 5 changed) OCL=23629 CL=23631
-
Rob Pike authored
R=rsc DELTA=48 (48 added, 0 deleted, 0 changed) OCL=23624 CL=23626
-
Russ Cox authored
not pointers to structs. fix defered dotdotdot. R=r,ken DELTA=25 (7 added, 5 deleted, 13 changed) OCL=23620 CL=23625
-
Robert Griesemer authored
- clarified legal map key types (must support comparison) - updated open issues/todo list R=r DELTA=81 (48 added, 19 deleted, 14 changed) OCL=23580 CL=23621
-
Ken Thompson authored
fixes latent bugs in go and defer R=r OCL=23613 CL=23613
-
Russ Cox authored
R=r DELTA=43 (29 added, 5 deleted, 9 changed) OCL=23608 CL=23611
-
Ken Thompson authored
R=r OCL=23602 CL=23602
-
Ken Thompson authored
R=r OCL=23592 CL=23592
-
Robert Griesemer authored
R=r DELTA=30 (26 added, 0 deleted, 4 changed) OCL=23533 CL=23569
-
Rob Pike authored
R=rsc DELTA=18 (18 added, 0 deleted, 0 changed) OCL=23544 CL=23547
-
Robert Griesemer authored
R=r OCL=23542 CL=23542
-
Russ Cox authored
R=r,gri DELTA=472 (423 added, 2 deleted, 47 changed) OCL=23522 CL=23541
-
Russ Cox authored
R=ken OCL=23534 CL=23534
-
Russ Cox authored
R=ken OCL=23532 CL=23532
-
Russ Cox authored
R=ken OCL=23528 CL=23528
-
- 26 Jan, 2009 4 commits
-
-
Russ Cox authored
R=ken OCL=23519 CL=23521
-
Russ Cox authored
R=ken OCL=23520 CL=23520
-
Rob Pike authored
R=rsc DELTA=210 (118 added, 60 deleted, 32 changed) OCL=23508 CL=23518
-
Russ Cox authored
more caching, better hash functions, proper locking. fixed a bug in interface comparison too. R=ken DELTA=177 (124 added, 10 deleted, 43 changed) OCL=23491 CL=23493
-