1
0
mirror of https://github.com/golang/go synced 2024-10-04 02:31:22 -06:00
go/src/pkg
2012-10-04 07:55:24 +10:00
..
archive archive/tar: fix inconsistent namespace usage in example 2012-10-02 08:10:42 +10:00
bufio bufio: Implement io.WriterTo for (*Reader) 2012-09-27 16:31:03 +10:00
builtin builtin: Changed documentation for rune type. 2012-09-18 11:01:10 -07:00
bytes build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
compress lzw: fix Write returning the wrong number of bytes written. 2012-09-27 13:29:39 +10:00
container container/list: slightly better code factoring 2012-09-28 10:58:46 -07:00
crypto crypto/x509: add Plan 9 root certificate location 2012-09-26 14:47:47 -04:00
database/sql database/sql: stop reuse of bad connections 2012-08-23 19:29:47 -07:00
debug debug/pe: add symbol support 2012-09-22 17:56:49 +10:00
encoding encoding/asn1: prepare for 64-bit ints 2012-09-24 10:30:37 -04:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp exp/types: permit importing packages without available source. 2012-09-30 15:56:23 +10:00
expvar expvar: add locking to String, and use RWMutex properly throughout. 2012-03-06 09:13:26 +11:00
flag flag: fix bug in handling of booleans on error 2012-07-27 16:13:29 -07:00
fmt fmt: allow # and x together for strings 2012-09-27 06:21:38 +10:00
go go/doc: rewrite whole file examples for playground 2012-10-04 07:55:24 +10:00
hash build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
html text/template: better error messages during execution, 2012-10-03 12:02:13 +10:00
image image/jpeg: ignore an incorrect but harmless trailing restart marker. 2012-09-18 21:57:33 +10:00
index/suffixarray all: various typos 2012-03-13 17:29:07 -07:00
io io: amend ReaderFrom doc as per r's comment 2012-08-08 15:41:47 +10:00
log log/syslog: don't append \n if there is one 2012-07-27 14:22:27 -04:00
math math/big: avoid some allocation in Exp 2012-10-01 17:31:35 -04:00
mime net,mime: Minor corrections to documentation comments. 2012-09-07 10:24:55 -07:00
net net: spread fd over several pollservers. 2012-09-26 15:32:59 -04:00
old/netchan old/regexp, old/template: delete. 2012-04-27 15:12:24 +10:00
os os/user : use username as fullname if all else fails (on windows) 2012-10-03 10:33:09 +10:00
path path: improve documentation for Dir 2012-08-30 11:16:41 -07:00
reflect reflect.DeepEqual: rewrite clarification about nil and empty slice. 2012-09-26 20:46:49 +10:00
regexp regexp/syntax: define accepted syntax 2012-09-24 15:33:53 -04:00
runtime build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
sort sort: add time complexity to doc 2012-03-22 09:27:02 -07:00
strconv strconv: faster FormatFloat for fixed number of digits. 2012-09-01 16:31:46 +02:00
strings strings: implement a faster single-string Replacer 2012-09-28 12:34:18 +10:00
sync all: match asm variable names to Go func declarations 2012-09-21 00:35:56 -04:00
syscall pkg/syscall: Plan 9, 64-bit: Update error checks from sys calls. 2012-10-01 10:09:08 +10:00
testing testing: update package docs to use ResetTimer() instead of StopTimer/StartTimer() 2012-10-03 11:41:18 +08:00
text text/template: better error messages during execution, 2012-10-03 12:02:13 +10:00
time time: prepare for 64-bit ints 2012-09-23 23:04:28 -04:00
unicode unicode: performance improvements (API change) 2012-09-21 00:35:25 -04:00
unsafe pkg: Removing duplicated words ("of of", etc.), mostly from comments. 2012-07-09 09:16:10 +10:00