1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:31:22 -06:00
go/src/pkg
2013-08-08 10:40:51 -07:00
..
archive archive/zip: allow user-extensible compression methods 2013-08-06 12:03:38 -07: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/list: fix typo in comment 2013-08-08 12:41:19 +10: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 runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
encoding encoding/xml: allow attributes stored in pointers to be marshaled. 2013-08-08 10:40:51 -07:00
errors
expvar all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
flag flag: export commandLine, the previously internal default FlagSet 2013-08-08 11:50:58 +10:00
fmt fmt: fix up zero padding 2013-08-07 08:38:46 +10:00
go all: fix up language in a couple of comments 2013-08-07 09:35:06 +10:00
hash hash: tweak the package docs 2013-06-24 16:53:13 -07:00
html all: fix up language in a couple of comments 2013-08-07 09:35:06 +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/mail: AddressList fails to parse addresses with a dot 2013-08-08 10:00:24 -07:00
os os: fix plan9 build 2013-08-06 12:04:08 -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 regexp/syntax: make it clearer that \b and \B are ASCII-defined 2013-08-08 13:26:39 +10:00
runtime runtime: use GetQueuedCompletionStatusEx on windows if available 2013-08-08 17:41:57 +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: add IndexByte benchmark 2013-08-06 14:41:07 -07:00
sync sync/atomic: remove test dependency on net/http 2013-07-01 17:27:19 -04:00
syscall net: use SetFileCompletionNotificationModes on windows if available 2013-08-08 17:36:43 +04: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