1
0
mirror of https://github.com/golang/go synced 2024-10-04 19:21:21 -06:00
go/src/pkg
2010-03-29 15:26:07 -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 comment typos 2010-03-29 16:31:41 +11: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 bytes, strings: IndexOfAny 2010-03-26 13:05:04 -07: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 comment typo in crypto/rsa/rsa.go 2010-03-29 13:13:12 +11: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 delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
expvar runtime: more malloc statistics 2010-03-29 13:06:26 -07:00
flag Add strconv.Atob, Btoa. 2010-03-25 11:50:07 -07:00
fmt fmt: enable the complex tests now that 8g supports complex 2010-03-09 14:17:14 -08:00
go go/ast: generalized ast filtering 2010-03-29 15:26:07 -07:00
gob delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
hash hash/crc64: new package implementing 64-bit CRC 2010-03-12 17:38:18 -08:00
http http: add HandleFunc as shortcut to Handle(path, HandlerFunc(func)) 2010-03-29 10:02:37 +11: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: add J1, Y1, Jn and Yn (Bessel functions) 2010-03-26 14:09:39 -07:00
mime gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
net delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -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 os: drop File finalizer after normal Close 2010-03-19 16:28:32 -07: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 delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
regexp regexp: don't return non-nil *Regexp if there is an error. 2010-03-26 16:18:20 -07:00
rpc delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
runtime runtime: more malloc statistics 2010-03-29 13:06:26 -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 strconv.Unquote could wrongly return a nil error on error. 2010-03-29 10:09:29 -07:00
strings strings.FIelds: slight simplification. 2010-03-29 13:39:16 -07:00
sync sync: allow to work on armv5 2010-02-18 15:37:16 -08:00
syscall syscall: Create syscall_bsd.go for code used by Darwin and other *BSDs 2010-03-26 13:23:54 -07:00
syslog syslog: increase test timeout from 10ms to 100ms 2010-03-11 09:46:16 -08:00
tabwriter delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
template template: fixed html formatter bug where it would turn a []byte 2010-03-19 09:46:39 +11:00
testing fix build 2010-03-26 16:33:59 -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: implement new protocol 2010-03-23 18:09:24 -07:00
xgb xgb: fix request length and request size. 2010-03-26 09:21:09 -07:00
xml xml: use io.ReadByter in place of local readByter 2010-03-27 23:12:30 -07:00
deps.bash deps.bash: handle Makefiles with .go filenames that include $(GOOS) and $(GOARCH) 2010-03-19 14:17:07 -07:00
Makefile runtime: malloc sampling, pprof interface 2010-03-24 09:40:09 -07:00