- 29 Jan, 2009 2 commits
- 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 11 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
-
Ken Thompson authored
added another channel test R=r OCL=23488 CL=23488
-
Russ Cox authored
R=r DELTA=49 (0 added, 0 deleted, 49 changed) OCL=23480 CL=23487
-
Ian Lance Taylor authored
descriptor. Use it in the PollServer code. 6g currently accepts this code without this change, but it should not. Test case for the bug is bug133.go. R=rsc DELTA=10 (0 added, 0 deleted, 10 changed) OCL=23451 CL=23486
-
Ian Lance Taylor authored
when it should not be. I couldn't get this any simpler; the error seems to have to do with the order of the imports in bug2.go. R=rsc DELTA=26 (26 added, 0 deleted, 0 changed) OCL=23450 CL=23482
-
Russ Cox authored
can be compared/hashed. R=r DELTA=351 (201 added, 80 deleted, 70 changed) OCL=23423 CL=23481
-
Robert Griesemer authored
- clarified comparisons of interfaces, slices, maps, channels - removed respective TODO's R=r DELTA=76 (42 added, 16 deleted, 18 changed) OCL=23132 CL=23479
-
Rob Pike authored
R=rsc DELTA=205 (205 added, 0 deleted, 0 changed) OCL=23448 CL=23478
-
- 24 Jan, 2009 2 commits
-
-
Ken Thompson authored
buganizer 1589219 channel is returning same values multiple times R=r OCL=23447 CL=23447
-
Russ Cox authored
R=ken OCL=23422 CL=23422
-
- 23 Jan, 2009 5 commits
-
-
Rob Pike authored
R=ken OCL=23419 CL=23419
-
Rob Pike authored
the two still share an interface and Kind; that's probably ok but might be worth revisiting. R=rsc DELTA=74 (1 added, 8 deleted, 65 changed) OCL=23416 CL=23418
-
Robert Griesemer authored
R=r OCL=23403 CL=23403
-
Rob Pike authored
for simplicity of user's code, optional arrays of bytes also don't have a pointer. requires adding a "Set()" method to arrays in reflect. still to do: protocol compilers, google/net/rpc. R=rsc DELTA=227 (36 added, 95 deleted, 96 changed) OCL=23387 CL=23389
-
Robert Griesemer authored
- fine-tuning of ast - more accurate block pos info (improved printing in some cases) - collecting local variables and fields - more work on type checking - lots of minor tweaks R=r OCL=23375 CL=23375
-