Ian Lance Taylor
|
3692726f32
|
test: test append with two different named types with same element type
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5615045
|
2012-02-01 15:24:15 -08:00 |
|
Luuk van Dijk
|
77fac21e82
|
runtime: append([]byte, string...)
Fixes #2274
R=rsc, gri, dsymonds, bradfitz, lvd
CC=golang-dev
https://golang.org/cl/5149045
|
2011-10-12 15:59:23 +02:00 |
|
Russ Cox
|
f2b5a07453
|
delete float, complex - code changes
also:
cmplx -> complex
float64(1.0) -> 1.0
float64(1) -> 1.0
R=gri, r, gri1, r2
CC=golang-dev
https://golang.org/cl/3991043
|
2011-01-19 23:09:00 -05:00 |
|
Robert Griesemer
|
e79ebb008f
|
test for append() built-in
R=r, rsc
CC=golang-dev
https://golang.org/cl/2777041
|
2010-10-28 08:14:31 -07:00 |
|