1
0
mirror of https://github.com/golang/go synced 2024-10-03 18:21:21 -06:00
go/src/pkg
2013-01-19 04:57:31 +08:00
..
archive archive/zip: handle extra data headers with no body 2012-11-18 00:45:47 +11:00
bufio cmd/gofmt, bufio, image: Consistency and error handling. 2013-01-07 11:15:53 +11:00
builtin builtin: correct comment on builtin function delete(). 2012-12-14 09:13:42 -08:00
bytes bytes: fix UnreadByte failure after ReadBytes 2013-01-11 17:02:21 +11:00
compress compress/flate: Performance improvement for inflate 2013-01-18 15:09:42 -05:00
container container/list: avoid memory leaks 2013-01-09 15:22:48 -08:00
crypto src: Use bytes.Equal instead of bytes.Compare where possible. 2013-01-07 10:03:49 +11:00
database/sql database/sql: document args, add a couple examples 2013-01-11 14:46:49 -08:00
debug cmd/ld: use native-endian symbol values in symbol table 2013-01-04 17:03:57 -05:00
encoding encoding/json: fix panics on type mismatches. 2013-01-14 08:44:16 +01:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp testing: introduce (*B).ReportAllocs() 2013-01-17 18:45:49 +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: correct result type for append (bug fix) 2013-01-16 15:08:19 -08:00
hash build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
html html/template: remove noescape support 2013-01-18 10:30:12 +11:00
image all: use io.ByteWriter now that it exists 2013-01-08 12:15:19 -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: remove RFC5424 version number for greater compatibility 2013-01-04 10:21:43 -05:00
math src: Use bytes.Equal instead of bytes.Compare where possible. 2013-01-07 10:03:49 +11:00
mime all: remove exec bit on files 2013-01-18 02:41:17 +08:00
net net/http: Serve creates service goroutines, not service threads 2013-01-16 14:05:41 -08:00
old/netchan gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
os os: use SameFile in TestStartProcess 2013-01-17 18:48:11 +08: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 cmd/5c: fix handling of side effects when assigning a struct literal. 2013-01-12 09:16:50 +01: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: simplify socket control messages 2013-01-15 08:52:22 +09:00
testing testing: allow examples to pass (fix build) 2013-01-18 12:25:41 +11:00
text text/template: Document that range can be used on chan types. 2013-01-12 11:06:13 +11:00
time time: add note about Parse()'s choice of default year 2013-01-19 04:57:31 +08:00
unicode utf8: fix typo. 2013-01-09 11:07:13 -08:00
unsafe unsafe: fix a typo 2012-10-19 16:35:15 +11:00