..
archive
archive/zip: add test for Modified vs ModTime behavior
2017-12-01 00:22:21 +00:00
bufio
…
builtin
builtin: improve docs for make slice
2017-11-18 01:48:52 +00:00
bytes
bytes: mention strings.Builder in Buffer.String docs
2017-11-30 01:46:50 +00:00
cmd
cmd/go, testing: test names don't have to be alphanumeric
2018-01-04 01:52:55 +00:00
compress
…
container
…
context
…
crypto
crypto/tls: document VerifyPeerCertificate behavior in relation to ClientAuth
2017-12-31 22:37:29 +00:00
database /sql
database/sql: fix nil pointer use within withLock
2018-01-03 18:18:40 +00:00
debug
debug/gosym: update docs for changes in Go 1.3
2017-11-30 22:49:27 +00:00
encoding
encoding/xml: remove duplicate test of element presence
2017-12-31 02:09:26 +00:00
errors
…
expvar
…
flag
flag: clarify comment to avoid shell syntax confusion
2017-12-06 04:36:03 +00:00
fmt
…
go
go/types: document Typ slice
2017-12-20 23:42:22 +00:00
hash
hash: add MarshalBinary/UnmarshalBinary round trip + golden test for all implementations
2017-12-06 07:45:46 +00:00
html
html/template: add srcset content type
2017-12-14 19:54:38 +00:00
image
Revert "go/printer: forbid empty line before first comment in block"
2017-12-01 01:12:26 +00:00
index /suffixarray
…
internal
cmd/trace: init goroutine info entries with GoCreate event
2017-12-20 23:04:21 +00:00
io
…
log
…
math
math: correct result for Pow(x, ±.5)
2018-01-02 18:10:43 +00:00
mime
…
net
net: set CLOEXEC on sockets used for capability probes
2018-01-03 22:46:08 +00:00
os
os: document that StartProcess's argv starts with the binary name
2017-12-30 21:59:34 +00:00
path
…
plugin
plugin: document support for macOS
2017-12-12 00:59:50 +00:00
reflect
reflect: explicitly state that Type values can be used as map keys
2018-01-02 13:39:20 +00:00
regexp
Revert "go/printer: forbid empty line before first comment in block"
2017-12-01 01:12:26 +00:00
runtime
runtime: always use 1MB stacks on 32-bit Windows
2018-01-03 18:49:57 +00:00
sort
…
strconv
…
strings
strings: fix two Builder bugs allowing mutation of strings, remove ReadFrom
2017-12-11 19:20:05 +00:00
sync
sync: throw, not panic, for unlock of unlocked mutex
2017-12-08 13:40:21 +00:00
syscall
syscall: make Seek use SetFilePointerEx on Windows, allowing large seek offsets
2017-12-07 19:32:24 +00:00
testing
cmd/go, testing: test names don't have to be alphanumeric
2018-01-04 01:52:55 +00:00
text
…
time
time: revert CL 78735 (was: space padding using underscore)
2018-01-03 20:50:44 +00:00
unicode
Revert "go/printer: forbid empty line before first comment in block"
2017-12-01 01:12:26 +00:00
unsafe
…
vendor/golang_org /x
vendor: update golang.org/x/net/nettest from upstream
2017-11-29 19:55:02 +00:00
Make.dist
…
all.bash
…
all.bat
…
all.rc
…
androidtest.bash
…
bootstrap.bash
build: add alternate output format for bootstrap.bash, as used by builders
2017-11-30 17:37:23 +00:00
buildall.bash
…
clean.bash
…
clean.bat
…
clean.rc
…
cmp.bash
…
iostest.bash
…
make.bash
…
make.bat
…
make.rc
…
naclmake.bash
…
nacltest.bash
…
race.bash
…
race.bat
…
run.bash
…
run.bat
…
run.rc
…