1
0
mirror of https://github.com/golang/go synced 2024-10-04 19:21:21 -06:00
go/src/pkg
2010-03-19 14:18:02 -07:00
..
archive/tar gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
asn1 gofmt: modified algorithm for alignment of multi-line composite/list entries 2010-03-04 17:37:15 -08:00
big big: fix mistakes with probablyPrime 2010-03-05 15:55:26 -05:00
bignum Corrected broken assertion. 2010-02-01 16:14:22 -08:00
bufio bufio: WriteRune 2010-03-05 14:03:17 -08:00
bytes bufio: WriteRune 2010-03-05 14:03:17 -08:00
compress gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
container finalizers; merge package malloc into package runtime 2010-02-03 16:31:34 -08:00
crypto crypto/rand: new package 2010-03-16 23:12:20 -07:00
debug gofmt: modified algorithm for alignment of multi-line composite/list entries 2010-03-04 17:37:15 -08:00
ebnf strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
encoding encoding/base64: fix typo in comment 2010-03-08 18:12:25 -08:00
exec exec: add dir argument to Run. 2010-02-18 18:32:33 -08:00
exp gofmt: modified algorithm for alignment of multi-line composite/list entries 2010-03-04 17:37:15 -08:00
expvar typo 2010-01-22 14:24:17 -08:00
flag 1) Change default gofmt default settings for 2009-12-15 15:27:16 -08:00
fmt fmt: enable the complex tests now that 8g supports complex 2010-03-09 14:17:14 -08:00
go godoc: improved comment formatting: recognize URLs 2010-03-19 13:01:45 -07:00
gob gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
hash hash/crc64: new package implementing 64-bit CRC 2010-03-12 17:38:18 -08:00
http http: change RawPath to mean raw path, not raw everything-after-scheme. 2010-03-16 18:44:55 -07:00
image image/jpeg: fix typos 2010-03-15 22:10:47 -07:00
io strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
json json: add MarshalIndent (accepts user-specified indent string) 2010-03-17 15:41:16 +11:00
log gofmt: more consistent formatting of const/var decls 2010-03-16 16:45:54 -07:00
math math, path: minor comment fixes 2010-03-11 16:40:32 -08:00
mime gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
net net: fix IPMask.String not to crash on all-0xff mask 2010-03-16 14:16:33 -07:00
netchan gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
once 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
os strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
patch strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
path math, path: minor comment fixes 2010-03-11 16:40:32 -08:00
rand gofmt: more consistent formatting of const/var decls 2010-03-16 16:45:54 -07:00
reflect reflect: typo in comment 2010-03-10 10:00:10 +11:00
regexp gofmt: more consistent formatting of const/var decls 2010-03-16 16:45:54 -07:00
rpc rpc documentation cleanup: remove ;'s from code in documentation 2010-03-18 14:10:25 -07:00
runtime Fix build: don't assume that . is on PATH. 2010-03-17 10:08:27 -07:00
scanner gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
sort sort: fix comment typo 2010-02-02 23:01:21 -08:00
strconv go/printer, gofmt: align comments in multi-line expression lists 2010-02-25 16:07:55 -08:00
strings strings: make Split(s, "", n) faster 2010-03-04 16:15:51 -08:00
sync sync: allow to work on armv5 2010-02-18 15:37:16 -08:00
syscall Fix src/pkg/syscall/mkall.sh: don't assume that . is on PATH. 2010-03-17 20:07:14 -07:00
syslog syslog: increase test timeout from 10ms to 100ms 2010-03-11 09:46:16 -08:00
tabwriter tabwriter: make use of new []byte() conversion 2010-02-25 15:54:12 -08:00
template template: fixed html formatter bug where it would turn a []byte 2010-03-19 09:46:39 +11:00
testing gofmt: more consistent formatting of const/var decls 2010-03-16 16:45:54 -07:00
time time.Ticker: fix bug arising when all tickers are dead. 2010-02-18 09:55:29 +11:00
unicode gofmt: modified algorithm for alignment of multi-line composite/list entries 2010-03-04 17:37:15 -08:00
unsafe runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
utf8 strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
utf16 utf16: new package 2010-03-16 18:44:37 -07:00
websocket websocket: use URL.RawPath to construct WebSocket-Location: header 2010-03-19 14:18:02 -07:00
xgb gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
xml gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
deps.bash deps.bash: handle Makefiles with .go filenames that include $(GOOS) and $(GOARCH) 2010-03-19 14:17:07 -07:00
Makefile crypto/rand: new package 2010-03-16 23:12:20 -07:00