| .. |
|
archive
|
archive/tar: style nit: s/nano_buf/nanoBuf/
|
2016-04-15 21:29:18 +00:00 |
|
bufio
|
all: replace magic 0x80 with named constant utf8.RuneSelf
|
2016-04-10 15:15:57 +00:00 |
|
builtin
|
…
|
|
|
bytes
|
all: remove unnecessary type conversions
|
2016-04-15 07:31:45 +00:00 |
|
cmd
|
cmd/compile: de-dup the gclocals symbols in compiler too
|
2016-04-27 22:07:17 +00:00 |
|
compress
|
compress/flate: use uncompressed if dynamic encoding is larger
|
2016-04-18 02:30:46 +00:00 |
|
container
|
container/heap: correct number of elements in BenchmarkDup
|
2016-04-20 15:26:05 +00:00 |
|
context
|
context: fix doc typo
|
2016-04-27 02:58:54 +00:00 |
|
crypto
|
crypto/md5: add s390x assembly implementation
|
2016-04-27 22:11:41 +00:00 |
|
database/sql
|
all: delete dead non-test code
|
2016-03-25 06:28:13 +00:00 |
|
debug
|
debug/pe: better error messages
|
2016-04-25 06:00:15 +00:00 |
|
encoding
|
encoding/json: add Encoder.DisableHTMLEscaping
|
2016-04-22 21:35:56 +00:00 |
|
errors
|
…
|
|
|
expvar
|
expvar: Ensure strings are written as valid JSON.
|
2016-04-06 03:52:39 +00:00 |
|
flag
|
flag: update test case (fix build)
|
2016-04-21 23:17:18 +00:00 |
|
fmt
|
fmt: remove extra space in doc for compound objects
|
2016-04-17 20:07:32 +00:00 |
|
go
|
cmd/compile: for now, keep parameter numbering in binary export format
|
2016-04-25 22:17:01 +00:00 |
|
hash
|
hash/crc32: use vector instructions on s390x
|
2016-04-22 18:07:15 +00:00 |
|
html
|
html/template, text/template: clarify Parse{Files,Glob} semantics
|
2016-04-22 02:01:54 +00:00 |
|
image
|
image/color: optimize RGBToYCbCr
|
2016-04-27 06:19:37 +00:00 |
|
index/suffixarray
|
…
|
|
|
internal
|
internal/trace: fix event ordering for coarse timestamps
|
2016-04-24 16:50:25 +00:00 |
|
io
|
io: document WriteString calls Write exactly once
|
2016-04-12 01:03:51 +00:00 |
|
log
|
…
|
|
|
math
|
math/big: more tests, documentation for Flot gob marshalling
|
2016-04-20 21:16:21 +00:00 |
|
mime
|
all: standardize RFC mention format
|
2016-04-12 21:07:52 +00:00 |
|
net
|
net: clarify DialContext's use of its provided context
|
2016-04-27 22:13:57 +00:00 |
|
os
|
all: remove unnecessary type conversions
|
2016-04-15 07:31:45 +00:00 |
|
path
|
all: use bytes.Equal, bytes.Contains and strings.Contains, again
|
2016-04-11 15:16:54 +00:00 |
|
reflect
|
reflect: fix strings of SliceOf-created types
|
2016-04-27 18:07:24 +00:00 |
|
regexp
|
regexp: add a harder regexp to the benchmarks
|
2016-04-27 16:40:22 +00:00 |
|
runtime
|
runtime: fix SetCgoTraceback doc indentation
|
2016-04-27 22:12:01 +00:00 |
|
sort
|
all: delete dead non-test code
|
2016-03-25 06:28:13 +00:00 |
|
strconv
|
strconv: fix ParseFloat for special forms of zero values
|
2016-04-19 22:39:43 +00:00 |
|
strings
|
all: remove unnecessary type conversions
|
2016-04-15 07:31:45 +00:00 |
|
sync
|
all: remove unnecessary type conversions
|
2016-04-15 07:31:45 +00:00 |
|
syscall
|
syscall: fix uint64->int cast of control message header
|
2016-04-27 20:10:09 +00:00 |
|
testing
|
testing: add matching of subtest
|
2016-04-21 19:58:31 +00:00 |
|
text
|
html/template, text/template: clarify Parse{Files,Glob} semantics
|
2016-04-22 02:01:54 +00:00 |
|
time
|
time: print zero duration as 0s, not 0
|
2016-04-21 22:07:59 +00:00 |
|
unicode
|
unicode: improve SimpleFold performance for ascii
|
2016-04-26 21:59:50 +00:00 |
|
unsafe
|
…
|
|
|
vendor/golang.org/x/net/http2/hpack
|
all: fix spelling mistakes
|
2016-04-03 17:03:15 +00:00 |
|
Make.dist
|
…
|
|
|
all.bash
|
…
|
|
|
all.bat
|
…
|
|
|
all.rc
|
…
|
|
|
androidtest.bash
|
…
|
|
|
bootstrap.bash
|
…
|
|
|
buildall.bash
|
…
|
|
|
clean.bash
|
…
|
|
|
clean.bat
|
…
|
|
|
clean.rc
|
…
|
|
|
cmp.bash
|
cmd/compile: switch to compact export format by default
|
2016-04-27 16:59:55 +00:00 |
|
iostest.bash
|
…
|
|
|
make.bash
|
cmd/dist: redo flag-passing for bootstrap
|
2016-03-18 19:00:03 +00:00 |
|
make.bat
|
…
|
|
|
make.rc
|
…
|
|
|
naclmake.bash
|
src: split nacltest.bash into naclmake.bash and keep nacltest.bash
|
2016-04-12 02:03:34 +00:00 |
|
nacltest.bash
|
src: split nacltest.bash into naclmake.bash and keep nacltest.bash
|
2016-04-12 02:03:34 +00:00 |
|
race.bash
|
…
|
|
|
race.bat
|
…
|
|
|
run.bash
|
…
|
|
|
run.bat
|
…
|
|
|
run.rc
|
…
|
|