1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:11:20 -06:00
go/src/pkg
2010-05-26 13:44:27 -07:00
..
archive/tar FileInfo: regularize the types of some fields. 2010-04-22 14:01:33 -07:00
asn1 gofmt: modified algorithm for alignment of multi-line composite/list entries 2010-03-04 17:37:15 -08:00
big big: add ModInverse. 2010-05-26 15:58:58 -04:00
bufio single argument panic 2010-03-30 10:34:57 -07:00
bytes bytes: add Trim, TrimLeft, TrimRight, and generic functions 2010-05-18 23:01:05 -07:00
cmath cmath: add package description 2010-05-15 10:06:54 -07:00
compress compress: renamings. 2010-05-07 14:32:34 -07:00
container vector: use correct capacity in call to make 2010-05-01 13:00:01 -07:00
crypto compress: renamings. 2010-05-07 14:32:34 -07:00
debug rename GOOS=mingw to GOOS=windows 2010-04-29 23:45:14 -07: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 Optimize exp/draw/x11 flusher inner loop. 2010-05-24 19:32:42 -07:00
expvar json: Marshal, Unmarshal using new scanner 2010-04-21 16:40:53 -07:00
flag flag: eliminate unnecessary structs 2010-04-15 15:25:46 -07:00
fmt fmt: fix 386 build. error strings differ for overflow on 386. 2010-05-26 10:01:52 -07:00
go godoc: collect package comments from all package files, not just the first one found 2010-05-26 13:44:27 -07:00
gob gob: bug fix: errors encoding the payload were not 2010-05-07 13:30:13 -07:00
hash hash/crc64: new package implementing 64-bit CRC 2010-03-12 17:38:18 -08:00
http http: prevent crash if remote server is not responding with "HTTP/" 2010-05-11 16:50:20 -07:00
image When making images, allocate one big buffer instead of many small ones. 2010-05-23 11:12:00 -07:00
io pipe: implementation #3; this time for sure! 2010-04-27 10:17:17 -07:00
json json: fix array -> non-array decoding 2010-05-11 14:38:55 -07:00
log runtime: fix Caller 2010-04-05 23:36:37 -07:00
math math: amd64 versions of fdim, fmax, fmin 2010-05-18 22:33:50 -07:00
mime simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
net net: udp, implement BindToDevice 2010-05-24 16:53:23 -07:00
netchan netchan: be less chatty during gotest 2010-05-11 14:57:08 -07:00
nntp nntp: new package, NNTP client 2010-04-04 23:23:48 -07:00
once simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
os os: add Chtimes function 2010-05-19 17:48:53 -07:00
patch compress: renamings. 2010-05-07 14:32:34 -07:00
path rename os.Dir to os.FileInfo 2010-04-09 11:36:40 -07:00
rand gofmt: more consistent formatting of const/var decls 2010-03-16 16:45:54 -07:00
reflect go/printer, gofmt: fix printing of labels, 2010-05-21 20:25:08 -07:00
regexp regexp: allow escaping of any punctuation 2010-04-26 10:00:18 -07:00
rpc rpc/jsonrpc: support for jsonrpc wire encoding 2010-04-27 13:51:58 -07:00
runtime runtime: free old hashmap pieces during resizing 2010-05-24 14:31:10 -07:00
scanner scanner: implement Peek() to look at the next char w/o advancing 2010-04-14 21:33:34 -07:00
sort sort: fix comment typo 2010-02-02 23:01:21 -08:00
strconv Trivial optimization. 2010-05-18 16:29:24 -07:00
strings Conversion from loop to copy(). 2010-05-05 09:57:53 -07:00
sync sync: allow to work on armv5 2010-02-18 15:37:16 -08:00
syscall fix build - nacl stubs 2010-05-24 17:00:21 -07:00
syslog syslog: increase test timeout from 10ms to 100ms 2010-03-11 09:46:16 -08:00
tabwriter tabwriter: use panic/recover to handle errors 2010-03-31 16:01:22 -07:00
template template: regularize the handling of interfaces, pointers, and 2010-05-09 16:40:38 -07:00
testing testing: update documentation to match current coding style 2010-04-11 10:18:49 -07:00
time time: remove incorrect time.ISO8601 and add time.RFC3339 2010-04-27 00:05:24 -07:00
unicode Unicode: fix stupid typo in comment. 2010-03-30 18:33:06 -07: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: add DecodeRune, EncodeRune 2010-04-21 16:27:18 -07:00
websocket single argument panic on non-darwin and in comments 2010-03-30 13:15:16 -07:00
xml xml: allow text segments to end at EOF 2010-04-28 19:29:20 -07:00
deps.bash fix deps.bash. \t does not mean tab in some seds. 2010-04-06 10:53:48 -07:00
Makefile bignum: deprecate by moving into exp directory 2010-05-21 14:14:22 -07:00