| .. |
|
archive
|
archive/tar: fix numeric overflow issues in readGNUSparseMap0x1
|
2015-10-06 17:49:05 +00:00 |
|
bufio
|
bufio: fix scanning with a final empty token.
|
2015-09-25 21:46:13 +00:00 |
|
builtin
|
…
|
|
|
bytes
|
…
|
|
|
cmd
|
cmd/go: allow -buildmode=pie for android/amd64.
|
2015-10-28 20:55:29 +00:00 |
|
compress
|
compress/flate: improve inflate speed by reading more bits at a time
|
2015-10-19 00:01:31 +00:00 |
|
container
|
…
|
|
|
crypto
|
crypto/cipher: fix CTR infinite loop with large block sizes
|
2015-10-20 21:38:36 +00:00 |
|
database/sql
|
database/sql: use RWMutex for driver registration
|
2015-10-23 04:33:50 +00:00 |
|
debug
|
debug/gosym: clean up and modernize pclntab_test
|
2015-10-07 17:01:59 +00:00 |
|
encoding
|
encoding/xml: check for exported fields in embedded structs
|
2015-10-26 11:26:11 +00:00 |
|
errors
|
…
|
|
|
expvar
|
…
|
|
|
flag
|
…
|
|
|
fmt
|
fmt: Add support for capital '%X' format verb for scanning
|
2015-10-20 01:08:54 +00:00 |
|
go
|
cmd/compile/internal/gc: escape binary export data so it contains no '$'
|
2015-10-26 17:27:17 +00:00 |
|
hash
|
hash/crc32: add AMD64 optimized IEEE CRC calculation
|
2015-09-16 15:42:42 +00:00 |
|
html
|
html/template: include itself while cloning
|
2015-10-20 23:53:27 +00:00 |
|
image
|
image: add NYCbCrA types.
|
2015-10-11 11:07:25 +00:00 |
|
index/suffixarray
|
…
|
|
|
internal
|
go/format, cmd/gofmt: avoid dependency on internal package format
|
2015-09-30 16:32:47 +00:00 |
|
io
|
io: simplify documentation for ByteReader
|
2015-10-06 02:21:29 +00:00 |
|
log
|
log/syslog: disable unix/unixgram tests on android
|
2015-10-21 17:56:51 +00:00 |
|
math
|
math: fix normalization bug in pure-Go sqrt
|
2015-10-23 18:29:10 +00:00 |
|
mime
|
mime: Remove an allocation in word decoding.
|
2015-10-18 17:31:52 +00:00 |
|
net
|
net/http/httputil: add hook for managing io.Copy buffers per request
|
2015-10-28 05:53:28 +00:00 |
|
os
|
os/exec: make Cmd.Output include stderr in ExitError
|
2015-10-22 14:08:10 +00:00 |
|
path
|
path/filepath: test EvalSymlinks returns canonical path on windows
|
2015-10-22 04:35:50 +00:00 |
|
reflect
|
reflect: Comment fix
|
2015-10-27 15:46:29 +00:00 |
|
regexp
|
regexp: fix slice bounds out of range panics
|
2015-10-23 03:30:25 +00:00 |
|
runtime
|
runtime: c-shared entrypoint for linux/arm64
|
2015-10-28 21:21:33 +00:00 |
|
sort
|
…
|
|
|
strconv
|
strconv: slightly simplified roundShortest; better comments
|
2015-09-23 21:14:29 +00:00 |
|
strings
|
strings: Add examples for HasPrefix and HasSuffix
|
2015-10-23 01:57:15 +00:00 |
|
sync
|
…
|
|
|
syscall
|
syscall: define common notes on Plan 9
|
2015-10-26 22:12:46 +00:00 |
|
testing
|
…
|
|
|
text
|
text/template: remove redundant indirect
|
2015-10-28 02:51:40 +00:00 |
|
time
|
…
|
|
|
unicode
|
unicode/utf8: added benchmarks
|
2015-10-26 10:42:38 +00:00 |
|
unsafe
|
…
|
|
|
vendor/golang.org/x/net/http2/hpack
|
net/http: update copy of http2
|
2015-10-21 00:28:55 +00:00 |
|
Make.dist
|
…
|
|
|
all.bash
|
…
|
|
|
all.bat
|
…
|
|
|
all.rc
|
…
|
|
|
androidtest.bash
|
androidtest.bash: set GOARM=7
|
2015-10-26 15:20:02 +00:00 |
|
bootstrap.bash
|
…
|
|
|
buildall.bash
|
…
|
|
|
clean.bash
|
…
|
|
|
clean.bat
|
…
|
|
|
clean.rc
|
…
|
|
|
iostest.bash
|
…
|
|
|
make.bash
|
…
|
|
|
make.bat
|
…
|
|
|
make.rc
|
…
|
|
|
nacltest.bash
|
…
|
|
|
race.bash
|
…
|
|
|
race.bat
|
…
|
|
|
run.bash
|
…
|
|
|
run.bat
|
…
|
|
|
run.rc
|
…
|
|