1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:21:22 -06:00
go/src/pkg
2010-06-06 17:18:09 +02: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: fix spelling of Euclidean 2010-06-02 12:53:15 -07:00
bufio bufio: change ReadSlice to match description 2010-06-02 16:17:18 -07:00
bytes changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
cmath cmath: add package description 2010-05-15 10:06:54 -07:00
compress changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
container vector: undo changes to autogenerated files 2010-05-31 15:53:55 -07:00
crypto changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
debug changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
ebnf strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
encoding changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
exec changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
exp Fixes #836. 2010-06-04 17:30:39 -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.Scan: %c 2010-06-03 17:03:22 -07:00
go changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
gob Fix typo in gob docs. They were introduced in revision 3199778baf 2010-05-31 17:35:59 -07:00
hash hash/crc64: new package implementing 64-bit CRC 2010-03-12 17:38:18 -08:00
html/testdata/webkit HTML5 parser test data from WebKit. 2010-06-04 17:47:22 -07:00
http http: fix erroneous comment 2010-06-06 17:18:09 +02:00
image Add Opaque method to the image types. 2010-06-03 17:18:26 -07:00
io io/ioutil: add TempFile 2010-06-03 16:29:34 -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: fix typo in Exp2 benchmark 2010-06-03 15:04:22 -07:00
mime simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
net net: fix typo 2010-05-31 07:05:41 +02:00
netchan netchan: fix typo in test 2010-06-03 13:16:09 -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 Correct the regexp for finding unix signal names. 2010-06-01 12:02:00 -07:00
patch changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -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 Optimization to regexp _CharClass: keep track of overall range of 2010-06-02 23:04:44 -07:00
rpc rpc/jsonrpc: support for jsonrpc wire encoding 2010-04-27 13:51:58 -07:00
runtime runtime: Fix printing -Inf 2010-06-01 14:08:15 -07:00
scanner scanner: implement Peek() to look at the next char w/o advancing 2010-04-14 21:33:34 -07:00
sort changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07: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 implement os.FileInfo.*time_ns for windows 2010-05-31 13:43:40 +02:00
syslog changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
tabwriter changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -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 changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07: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 Fix typo in xml comments. 2010-06-03 00:56:53 -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