1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:31:22 -06:00
go/src/pkg
Ian Lance Taylor 26239417bb runtime: Make gc_test test extra allocated space, not total space.
Testing total space fails for gccgo when not using split
stacks, because then each goroutine has a large stack, and so
the total memory usage is large.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5487068
2011-12-13 15:12:55 -08:00
..
archive archive/tar: (test) structure comparison not reflect.DeepEqual 2011-12-14 08:08:49 +11:00
bufio bufio: make the minimum read buffer size 16 bytes. 2011-12-13 15:07:17 -08:00
builtin builtin: document delete 2011-11-09 10:49:41 -08:00
bytes update tree for new default type rule 2011-12-08 22:08:03 -05:00
compress compress/flate: fix out of bounds error 2011-12-12 18:25:32 -05:00
container container/heap: document what Push and Pop do 2011-11-03 15:30:57 -04:00
crypto cypto/ocsp: fix tests 2011-12-13 14:40:28 -05:00
debug use new strconv API 2011-12-05 15:48:46 -05:00
encoding use new strconv API 2011-12-05 15:48:46 -05:00
errors errors: new package 2011-11-01 21:46:59 -04:00
exp strconv: include package and function name in error strings 2011-12-13 10:42:05 -08:00
expvar expvar: fix typo in Publish documentation 2011-12-09 14:24:51 -08:00
flag use new strconv API 2011-12-05 15:48:46 -05:00
fmt strconv: make QuoteRune etc. take a rune argument 2011-12-13 11:13:23 -08:00
go go/printer, godoc: print comments in example code 2011-12-13 14:05:05 -08:00
hash hash: rewrite comment on Hash.Sum method 2011-12-06 14:12:09 +11:00
html html: update comments to match latest spec. 2011-12-13 14:20:26 +11:00
image image: avoid func comparison during ColorModel comparison 2011-12-06 10:47:42 -05:00
index/suffixarray renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
io various: a grab-bag of time.Duration cleanups. 2011-12-13 10:42:56 +11:00
log use new time API 2011-11-30 12:01:46 -05:00
math math: delete non-Sqrt-based Hypot 2011-12-13 17:08:56 -05:00
mime build: Changes to the build infrastructure for NetBSD. 2011-12-12 15:42:06 -05:00
net undo CL 5414048 / f6b994f33cf4 2011-12-13 17:08:18 -05:00
old various: a grab-bag of time.Duration cleanups. 2011-12-13 10:42:56 +11:00
os os: fix Plan 9 build for new FileInfo API 2011-12-12 16:14:00 -05:00
patch Add a []byte argument to hash.Hash to allow an allocation to be saved. 2011-12-01 12:35:37 -05:00
path build: Changes to the build infrastructure for NetBSD. 2011-12-12 15:42:06 -05:00
reflect reflect: fix Slice cap 2011-12-12 19:45:40 -02:00
regexp update tree for new default type rule 2011-12-08 22:08:03 -05:00
runtime runtime: Make gc_test test extra allocated space, not total space. 2011-12-13 15:12:55 -08:00
sort go/printer, godoc: print comments in example code 2011-12-13 14:05:05 -08:00
strconv strconv: some allocation tests 2011-12-13 14:49:26 -08:00
strings update tree for new default type rule 2011-12-08 22:08:03 -05:00
sync allow copy of struct containing unexported fields 2011-11-15 12:20:59 -05:00
syscall syscall: regenerate z-files for darwin, freebsd 2011-12-13 10:27:23 +09:00
testing pkg: adjust "the a" in comments 2011-12-10 13:02:23 +11:00
text use new strconv API 2011-12-05 15:48:46 -05:00
time time: allow sleep tests to run for 200% too long 2011-12-12 18:33:47 -05:00
unicode update tree for new default type rule 2011-12-08 22:08:03 -05:00
unsafe unsafe: update doc 2011-08-31 17:59:35 -04:00
websocket use new strconv API 2011-12-05 15:48:46 -05:00
deps.bash renaming_1: hand-edited files for go 1 renaming 2011-11-08 15:38:47 -08:00
Makefile html/template: update to new template API 2011-11-30 17:42:18 -05:00