1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:21:26 -06:00
go/src/pkg
2012-03-07 16:28:40 +09:00
..
archive all: remove various unused unexported functions and constants. 2012-02-28 21:48:03 +01:00
bufio all: remove various unused unexported functions and constants. 2012-02-28 21:48:03 +01:00
builtin builtin: document delete 2011-11-09 10:49:41 -08:00
bytes bytes: document Compare/Equal semantics for nil arguments, and add tests. 2012-02-18 17:39:40 +11:00
compress all: shorten some of the longer tests 2012-02-18 16:24:23 -05:00
container godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
crypto crypto/tls: make the package description more accurate and less aspirational. 2012-03-06 12:49:29 -05:00
database/sql database/sql: add docs about connection state, pooling 2012-03-06 17:44:47 -08:00
debug cmd/cgo: bug fixes 2012-02-19 13:32:55 -05:00
encoding csv: clarify what a negative FieldsPerRecord means 2012-03-05 13:34:12 -05:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp exp/wingui: getting relocated to 2012-03-07 17:48:09 +11:00
expvar expvar: add locking to String, and use RWMutex properly throughout. 2012-03-06 09:13:26 +11:00
flag flag: describe valid input for Duration flags. 2012-02-07 17:50:04 +11:00
fmt fmt, log: stop using unicode 2012-03-06 23:27:11 -05:00
go misc/cgo: re-enable some tests 2012-03-06 23:27:30 -05:00
hash build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
html html/template: fix comment typo 2012-03-05 10:58:43 +11:00
image all: shorten some of the longer tests 2012-02-18 16:24:23 -05:00
index/suffixarray build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
io all: more typos 2012-03-02 11:15:45 -08:00
log fmt, log: stop using unicode 2012-03-06 23:27:11 -05:00
math math: slightly more readable comments 2012-02-23 10:17:24 -08:00
mime bytes,strings: make *Reader implement io.ReaderAt 2012-02-15 12:58:00 +11:00
net net: use IANA reserved port to test dial timeout 2012-03-07 16:28:40 +09:00
old all: shorten some of the longer tests 2012-02-18 16:24:23 -05:00
os os: fix SameFile to work for directories on windows 2012-03-07 11:01:23 +11:00
path os: fix SameFile to work for directories on windows 2012-03-07 11:01:23 +11:00
reflect reflect: fix comment spacing 2012-03-05 15:51:58 -08:00
regexp regexp/syntax: delete old package comment 2012-02-10 01:11:56 -05:00
runtime runtime: remove unused runtime·signame and runtime·newError 2012-03-06 09:07:00 -08:00
sort sort: add interface examples 2012-02-16 13:16:07 +11:00
strconv strconv: remove dependence on unicode and strings 2012-03-07 13:50:31 +11:00
strings strings: Rename example to match function name. 2012-03-05 22:19:51 +11:00
sync sync/atomic: disable store and load test on a single processor machine 2012-03-07 14:51:20 +09:00
syscall syscall: fix mkall.sh, mksyscall_linux.pl, and regen for Linux/ARM 2012-03-06 03:12:11 +08:00
testing cmd/go: drop -example, apply -run to examples 2012-02-28 08:33:06 +11:00
text text/template: one more test case 2012-03-04 08:06:26 +11:00
time time: during short test, do not bother tickers take longer than expected 2012-03-07 01:10:55 +08:00
unicode unicode/utf16: delete dependence on package unicode 2012-03-06 14:58:08 +11:00
unsafe runtime: delete Type and implementations (use reflect instead) 2012-02-12 23:26:20 -05:00