1
0
mirror of https://github.com/golang/go synced 2024-10-04 00:21:20 -06:00
go/src/pkg
2013-01-04 10:20:50 -05:00
..
archive archive/zip: handle extra data headers with no body 2012-11-18 00:45:47 +11:00
bufio bufio: minor fixes 2012-12-10 17:25:31 -05:00
builtin builtin: correct comment on builtin function delete(). 2012-12-14 09:13:42 -08:00
bytes bytes: avoid duplicate malloc/copy in Buffer.ReadString 2012-12-03 14:04:18 +01:00
compress all: fix typos 2012-12-19 03:04:09 +08:00
container container/heap: Simplify the example. 2012-12-04 14:11:33 -08:00
crypto crypto/rsa: ensure that RSA keys use the full number of bits. 2012-12-28 19:11:37 -05:00
database/sql all: fix typos 2012-12-19 03:04:09 +08:00
debug debug/elf: handle missing shstrndx in core files 2012-12-18 07:58:22 +11:00
encoding encoding/json: don't panic marshaling anonymous non-struct field 2013-01-02 17:39:41 -05:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp go/types: moved from exp/types 2012-12-28 11:41:44 -08:00
expvar expvar: add locking to String, and use RWMutex properly throughout. 2012-03-06 09:13:26 +11:00
flag flag: add implicit boolFlag interface 2012-12-22 13:34:48 -05:00
fmt fmt: update an old comment; fix a typo. 2012-12-25 14:54:24 -08:00
go go/types: add more logging to gc import test 2013-01-03 16:30:25 +11:00
hash build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
html all: fix the the typos 2012-11-22 02:58:24 +08:00
image all: fix the the typos 2012-11-22 02:58:24 +08:00
index/suffixarray all: various typos 2012-03-13 17:29:07 -07:00
io io/ioutil: fix Discard data race 2012-12-28 09:33:22 -08:00
log log/syslog: add stub for Plan 9 2012-12-27 11:45:03 +11:00
math math: handle exponent separately in Log2 2012-12-20 12:23:27 -05:00
mime mime/multipart: allow setting the Writer boundary 2012-12-10 16:30:42 -05:00
net net/http: Sync TimeoutHandler godoc with code. 2013-01-03 10:06:04 -08:00
old/netchan gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
os runtime: fix potential crash in sigqueue 2012-12-28 15:36:06 +04:00
path all: set GOMAXPROCS to 1 when counting mallocs 2012-12-01 00:38:01 +08:00
reflect reflect: declare slice as *[]unsafe.Pointer instead of *[]byte 2012-12-28 02:35:04 +08:00
regexp regexp: fix index panic in Replace 2012-12-22 11:14:56 -05:00
runtime runtime: introduce typedefs and delete struct keywords in mgc0.c 2013-01-04 10:20:50 -05:00
sort sort: fix comment for various Search routines 2012-11-07 05:07:46 +08:00
strconv all: fix typos 2012-12-19 03:04:09 +08:00
strings bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00
sync sync/atomic: document that users must deal with 64-bit alignment 2013-01-02 15:44:00 -05:00
syscall syscall: lazily populate the environment cache on Plan 9 2012-12-17 08:33:51 -08:00
testing testing: fix example test fd leak 2012-12-22 13:41:01 -05:00
text gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
time all: fix typos 2012-12-19 03:04:09 +08:00
unicode unicode: move unicode and related packages to Unicode 6.2.0. 2012-10-31 17:32:16 +01:00
unsafe unsafe: fix a typo 2012-10-19 16:35:15 +11:00