1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:31:21 -06:00
go/src/pkg
2011-05-26 20:02:03 -04:00
..
archive tar: use ioutil.Discard 2011-04-27 15:57:22 -07:00
asn1 asn1: add big support. 2011-05-20 10:20:08 -07:00
big big: support %v and # modifier, better handling of unknown formats 2011-05-18 11:02:08 -07:00
bufio src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
bytes src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
cmath src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
compress compress/flate: fix Huffman tree bug 2011-05-26 17:02:11 -04:00
container pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
crypto crypto/x509: fix incorrect prints found by govet 2011-05-22 09:23:22 +10:00
debug pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
ebnf go spec: be precise with the use of the informal ellipsis … and the Go token ... 2011-05-24 14:18:44 -07:00
encoding encoding/binary: add a non-reflect fast path for Read 2011-05-26 09:01:05 -07:00
exec syscall: correct Windows CreateProcess input parameters 2011-04-21 10:36:27 +10:00
exp exp/eval: fix compile error. 2011-05-26 22:05:25 +10:00
expvar pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
flag flag: fix build 2011-05-22 11:55:02 +10:00
fmt fix build: temporarily disable the use of strings.Reader UnreadRune in fmt 2011-05-26 11:54:10 -07:00
go go/scanner: use strconv.QuoteRune now that it is available 2011-05-25 11:16:17 -07:00
gob pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
hash adler32: speed up ~40% by avoiding bounds checks 2011-04-27 21:36:11 -07:00
html pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
http http/spdy: redo interfaces, flesh out implementation & frame types 2011-05-26 09:54:54 -07:00
image image/gif: simplify blockReader.Read. 2011-05-24 11:02:44 +10:00
index/suffixarray src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
io io: add ByteScanner, RuneScanner interfaces 2011-05-26 11:03:52 -07:00
json fix tree for reflect rename 2011-04-25 13:39:36 -04:00
log src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
math src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
mime mime/multipart: misc code/doc fixes 2011-05-25 19:21:05 -07:00
net net: If we stop polling, remove any pending events for the socket 2011-05-25 12:21:10 -07:00
netchan fix tree for reflect rename 2011-04-25 13:39:36 -04:00
os os: TestMkdirAll should not fail to delete _test/_TestMkdirAll_ on Windows 2011-05-27 09:52:15 +10:00
patch gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
path filepath: make EvalSymlinks work on Windows 2011-05-17 12:33:36 +10:00
rand go/printer, gofmt: fix alignment of "=" in const/var declarations 2011-05-09 15:16:34 -07:00
reflect reflect: make allocation test less fragile. 2011-05-17 11:15:14 -04:00
regexp regexp: add support for matching text read from things that implement 2011-02-03 13:58:40 -08:00
rpc http: remove finalURL from Client.Get; move to Response 2011-05-13 07:31:24 -07:00
runtime runtime: fix function args not checked warning on arm 2011-05-22 14:59:25 +10:00
scanner src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
smtp encoding/base64: add DecodeString and EncodeToString 2011-05-25 12:24:36 -07:00
sort src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
strconv strconv: add QuoteRune, which is analogous to Quote, but for runes rather than strings. 2011-05-25 15:04:07 +10:00
strings strings: implement UnreadByte, UnreadRune 2011-05-26 11:02:07 -07:00
sync runtime, sync/atomic: fix arm cas 2011-05-02 10:49:19 -04:00
syscall syscall: add routing messages support for BSD variants 2011-05-26 20:02:03 -04:00
syslog syslog: fix skipping of net tests 2011-04-28 14:16:41 -03:00
tabwriter src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
template template: support string, int and float literals 2011-05-19 09:24:27 -03:00
testing fix tree for reflect rename 2011-04-25 13:39:36 -04:00
time time: Remove unnecessary call to Nanoseconds() in after(). 2011-05-23 12:38:51 -07:00
try fix tree for reflect rename 2011-04-25 13:39:36 -04:00
unicode unicode: build maketables during testshort too 2011-05-14 16:54:49 -07:00
unsafe src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
utf8 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
utf16 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
websocket http: remove finalURL from Client.Get; move to Response 2011-05-13 07:31:24 -07:00
xml xml: fix reflect error 2011-04-28 15:43:42 -04:00
deps.bash build: add another --no-print-directory 2010-12-16 10:46:25 +11:00
Makefile encoding/line: delete package. 2011-05-24 16:05:26 +10:00