1
0
mirror of https://github.com/golang/go synced 2024-10-04 19:31:21 -06:00
go/src/pkg
2010-03-06 13:38:14 -08: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 gofmt: modified algorithm for alignment of multi-line composite/list entries 2010-03-04 17:37:15 -08: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/binary: fix error reporting bug 2010-03-03 12:35:16 -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 fix bug in complex printing: imaginary didn't have same format as real. 2010-03-06 13:38:14 -08:00
go godoc: don't throw away function documentation 2010-03-05 10:13:58 -08:00
gob gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
hash hash: document that Sum does not change hash state 2010-01-19 10:50:04 -08:00
http gofmt: modified algorithm for alignment of multi-line composite/list entries 2010-03-04 17:37:15 -08:00
image Add named colors (e.g. image.Blue), suitable for exp/draw. 2010-02-04 20:25:37 +11:00
io strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
json json: fix quoted strings in Marshal 2010-02-22 14:32:40 -08:00
log Change type of Printf's args to ... interface{} 2010-02-02 10:53:37 +11:00
math math: faster hypot 2010-03-05 16:45:39 -08:00
mime gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
net net: put [ ] around IPv6 addresses for Dial 2010-03-03 17:30:39 -08: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 strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
rand rand: Zipf distributed random variates. 2009-12-15 21:10:37 -08:00
reflect 6g complex type usable 2010-03-05 20:16:04 -08:00
regexp strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
rpc Significant extension to http.Response, which now adheres to the 2010-01-18 21:46:59 -08:00
runtime 6g complex type usable 2010-03-05 20:16:04 -08: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 gofmt: modified algorithm for alignment of multi-line composite/list entries 2010-03-04 17:37:15 -08:00
syslog 1) Change default gofmt default settings for 2009-12-15 15:41:46 -08:00
tabwriter tabwriter: make use of new []byte() conversion 2010-02-25 15:54:12 -08:00
template gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
testing testing/benchmark: paranoia - make sure n always grows 2010-02-26 17:18:43 -08: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
websocket strings.Bytes -> []byte for documentation example, src/pkg/* comments, and htmlgen.go 2010-03-02 11:18:22 +11: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 space between .go and \ in GOFILES= 2010-01-06 17:59:15 -08:00
Makefile crypto/blowfish: new package 2010-02-26 15:24:46 -08:00