1
0
mirror of https://github.com/golang/go synced 2024-11-20 10:54:49 -07:00
go/src/pkg
Jan Ziak 1e01fba2fc runtime: precise garbage collection of hashmaps
R=golang-dev, rsc
CC=dave, dvyukov, golang-dev, minux.ma, remyoudompheng
https://golang.org/cl/7252047
2013-02-08 16:00:33 -05:00
..
archive archive/tar: small simplification using FileMode. 2013-02-05 15:39:55 +11:00
bufio
builtin
bytes bytes: minor optimization to lastIndexFunc 2013-02-07 16:00:06 -08:00
compress all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
container container/heap: fix comment typo in example test 2013-02-05 07:06:00 -05:00
crypto crypto/md5: fix for big-endian processors 2013-02-07 13:31:53 -08:00
database/sql
debug all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
encoding xml: omit newline at beginning of MarshalIndent output 2013-02-03 11:21:07 -05:00
errors
exp exp/ssa/interp: fix MS Windows breakage. 2013-02-08 11:58:24 -05:00
expvar all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
flag all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
fmt testing: add AllocsPerRun 2013-02-02 22:52:29 -05:00
go runtime/debug: add controls for garbage collector 2013-02-04 00:00:55 -05:00
hash
html
image
index/suffixarray
io io: Simplify CopyN implementation by delegating to Copy. 2013-02-07 20:26:12 -08:00
log log/syslog: retry once if write fails 2013-02-05 09:54:01 -08:00
math math/big: make tests faster by reducing coverage in --test.short mode. 2013-01-30 18:19:58 -05:00
mime
net net/http: add BenchmarkReadRequest 2013-02-09 07:04:07 +11:00
old/netchan
os syscall: check for invalid characters in Setenv on Unix 2013-02-08 10:45:46 -08:00
path path/filepath: document that Walk does not follow symlinks 2013-02-04 22:59:30 -05:00
reflect testing: add AllocsPerRun 2013-02-02 22:52:29 -05:00
regexp regexp: update comment on (*Regexp).Longest 2013-02-04 15:57:32 +11:00
runtime runtime: precise garbage collection of hashmaps 2013-02-08 16:00:33 -05:00
sort sort: delete now-duplicate example, fix build 2013-02-01 09:08:25 -08:00
strconv testing: add AllocsPerRun 2013-02-02 22:52:29 -05:00
strings bytes, strings: add TrimPrefix and TrimSuffix 2013-02-01 08:41:25 -08:00
sync sync: improve WaitGroup example by putting the call to Done in a 2013-02-07 00:39:52 +08:00
syscall syscall: check for invalid characters in Setenv on Unix 2013-02-08 10:45:46 -08:00
testing cmd/go, testing: revise docs for test flags 2013-02-03 23:47:03 -05:00
text
time time: fix error message from Parse 2013-02-04 00:00:36 -05:00
unicode
unsafe