Rob Pike
|
7be770071f
|
use buf.String() instead of string(buf.Bytes())
use strings.Buffer instead of bytes.Buffer in some places
R=rsc
DELTA=40 (0 added, 3 deleted, 37 changed)
OCL=34770
CL=34775
|
2009-09-17 23:51:06 -07:00 |
|
Russ Cox
|
20011bc878
|
unused imports
R=r
OCL=34731
CL=34731
|
2009-09-17 10:27:04 -07:00 |
|
Rob Pike
|
d5be41fc4e
|
rename bytes.Buffer.Data() to bytes.Buffer.Bytes()
R=rsc
DELTA=152 (6 added, 0 deleted, 146 changed)
OCL=34695
CL=34701
|
2009-09-16 15:15:00 -07:00 |
|
Russ Cox
|
28eba4877b
|
fix "declared and not used" errors in non-test code.
R=r
DELTA=112 (6 added, 57 deleted, 49 changed)
OCL=34610
CL=34610
|
2009-09-14 17:20:29 -07:00 |
|
Russ Cox
|
5d16d23362
|
update type switch to match spec.
R=ken
OCL=34471
CL=34471
|
2009-09-09 00:18:16 -07:00 |
|
Rob Pike
|
d80a177a9e
|
make ToUpper, ToLower etc. handle unicode properly.
Change their names too.
R=rsc
DELTA=206 (123 added, 2 deleted, 81 changed)
OCL=34170
CL=34194
|
2009-09-01 11:06:28 -07:00 |
|
Russ Cox
|
b04ac108fd
|
convert non-low-level non-google pkg code
to whole-package compilation.
R=r
OCL=33070
CL=33101
|
2009-08-12 13:19:17 -07:00 |
|
Robert Griesemer
|
a288095813
|
- FieldByName lookup through anonymous fields
- FieldByIndex
- changed StructField.Index type from int -> []int
- adjustments to reflect clients
R=rsc,r
DELTA=336 (263 added, 47 deleted, 26 changed)
OCL=32731
CL=32802
|
2009-08-05 15:56:44 -07:00 |
|
Rob Pike
|
1737157189
|
use FieldByName where possible.
R=rsc
DELTA=20 (0 added, 12 deleted, 8 changed)
OCL=31758
CL=31758
|
2009-07-16 21:24:30 -07:00 |
|
Russ Cox
|
1b35969871
|
json: use new reflect interface (CL 31107)
R=r
DELTA=192 (52 added, 43 deleted, 97 changed)
OCL=31116
CL=31286
|
2009-07-07 11:04:18 -07:00 |
|
Russ Cox
|
d3a412a5ab
|
io.StringBytes -> strings.Bytes
io.ByteBuffer -> bytes.Buffer
left io.ByteBuffer stub around for now,
for protocol compiler.
R=r
OCL=30861
CL=30872
|
2009-06-29 15:24:23 -07:00 |
|
Russ Cox
|
da5abb9fb3
|
changes required if we disallow the implicit *
in cap, len, [], and range on maps, strings, and slices.
R=r
DELTA=57 (2 added, 12 deleted, 43 changed)
OCL=30549
CL=30590
|
2009-06-22 13:34:21 -07:00 |
|
Rob Pike
|
d90e7cbac6
|
mv src/lib to src/pkg
tests: all.bash passes, gobuild still works, godoc still works.
R=rsc
OCL=30096
CL=30102
|
2009-06-09 09:53:44 -07:00 |
|