1
0
mirror of https://github.com/golang/go synced 2024-10-04 06:21:23 -06:00
go/src/pkg
2013-08-06 14:43:36 +04:00
..
archive all: avoid leaking fds during tests 2013-06-21 11:13:14 +10:00
bufio bufio: check buffer availability before reading in ReadFrom 2013-07-25 11:29:13 +10:00
builtin builtin: document print and println 2013-07-09 16:20:19 -07:00
bytes bytes: move IndexByte assembly to pkg runtime 2013-08-01 16:11:19 -07:00
compress compress/bzip2: support concatenated files 2013-08-05 16:08:08 -04:00
container container/heap: add Fix and document the min is element 0. 2013-08-05 15:45:39 -07:00
crypto undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
database/sql database/sql: close statement before connection 2013-07-23 14:09:53 +10:00
debug undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
encoding undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
errors
expvar all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
flag flag: document the zero value of FlagSet 2013-08-06 16:48:19 +10:00
fmt fmt: clean up some errors found by vet 2013-08-02 11:38:19 +10:00
go undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
hash hash: tweak the package docs 2013-06-24 16:53:13 -07:00
html html/template: delete panic recovery code from test 2013-08-04 09:06:14 +10:00
image image/draw: fix typos found by "go vet". 2013-08-02 13:29:45 +10:00
index/suffixarray
io io: let SectionReader seek past the end; document Seeker semantics more 2013-07-18 13:03:26 +10:00
log log/syslog: restore use of serverConn interface 2013-07-24 10:28:57 -07:00
math undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
mime undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
net net: fix intentional build breakage introduced in 12413043 2013-08-06 14:43:36 +04:00
os undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
path undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
reflect reflect: Get rid of the test for the error message when 2013-08-05 15:08:37 -07:00
regexp undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
runtime net: reduce number of memory allocations during IO operations 2013-08-06 14:40:10 +04:00
sort all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
strconv strconv: fix doc comment for IntSize 2013-08-01 11:34:25 -04:00
strings strings: use runtime assembly for IndexByte 2013-08-05 15:04:05 -07:00
sync sync/atomic: remove test dependency on net/http 2013-07-01 17:27:19 -04:00
syscall net: use F_DUPFD_CLOEXEC when duping fds 2013-08-05 15:43:45 -07:00
testing testing: make parsing of -cpu more lenient 2013-08-02 13:51:45 -04:00
text various: deleted unused items 2013-08-03 16:01:04 +10:00
time time: match month and day names only when not followed immediately by a lower-case letter 2013-08-05 10:53:46 +10:00
unicode undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
unsafe