1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:11:21 -06:00
go/src/pkg
Kei Son 128974adfd bytes, strings: allow -1 in Map to mean "drop this character".
xml: drop invalid characters in attribute names
    when constructing struct field names.

R=rsc
CC=r
https://golang.org/cl/157104
2009-12-11 10:37:48 -08:00
..
archive/tar move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
asn1
big remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
bignum remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
bufio bufio: use copy - significant speedup for writers 2009-12-08 18:19:48 -08:00
bytes bytes, strings: allow -1 in Map to mean "drop this character". 2009-12-11 10:37:48 -08:00
compress remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
container remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
crypto remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
debug move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
ebnf move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
encoding remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
exec move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
exp New flags for gofmt: 2009-12-10 19:03:28 -08:00
expvar
flag
fmt save a few ns by inlining (which mostly simplifies things anyway). 2009-12-06 15:01:07 -08:00
go implement NoSemis and NoStringConcat mode for go/printer 2009-12-10 15:45:57 -08:00
gob runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
hash
http move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
image
io remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
json remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
log
malloc runtime: malloc fixes 2009-12-03 17:22:23 -08:00
math
net minor manual format corrections 2009-12-09 16:54:24 -08:00
once
os syscalls can return negative i/o counts. fix bugs in ReadAt and WriteAt not to include 2009-12-09 14:18:32 -08:00
patch remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
path move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
rand added benchmarks to rand_test.go; 2009-12-09 14:23:43 -08:00
reflect runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
regexp
rpc
runtime fix calling convention and make memmove restore the g and m 2009-12-10 11:42:01 -08:00
sort
strconv remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
strings bytes, strings: allow -1 in Map to mean "drop this character". 2009-12-11 10:37:48 -08:00
sync
syscall added SHUT_RD, SHOT_WR and xSHUT_RDWR to fix net compilation error 2009-12-10 11:40:11 -08:00
tabwriter remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
template remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
testing testing: compute MB/s in benchmarks 2009-12-04 09:56:31 -08:00
time move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
unicode remove uses of string concatenation from src and misc directory 2009-12-09 16:54:07 -08:00
unsafe runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
utf8
websocket
xgb
xml bytes, strings: allow -1 in Map to mean "drop this character". 2009-12-11 10:37:48 -08:00
deps.bash
Makefile New flags for gofmt: 2009-12-10 19:03:28 -08:00