| .. |
|
archive
|
archive/zip: improve Writer.Create documentation on how to add directories
|
2018-02-26 19:58:48 +00:00 |
|
bufio
|
…
|
|
|
builtin
|
builtin: improve docs for make slice
|
2017-11-18 01:48:52 +00:00 |
|
bytes
|
internal/bytealg: move short string Index implementations into bytealg
|
2018-03-04 19:49:44 +00:00 |
|
cmd
|
cmd/compile: reject type switch with guarded declaration and no cases
|
2018-03-13 22:02:46 +00:00 |
|
compress
|
compress/gzip, compress/zlib: fix Writer documentation inconsistencies
|
2018-03-13 20:58:19 +00:00 |
|
container
|
container/list: document nil values more
|
2018-01-08 18:06:27 +00:00 |
|
context
|
…
|
|
|
crypto
|
all: fix non-standard "DO NOT EDIT" comments for generated files
|
2018-03-10 17:50:11 +00:00 |
|
database/sql
|
database/sql: fix typo in comment
|
2018-03-07 15:42:31 +00:00 |
|
debug
|
debug/pe: use bytes.IndexByte instead of a loop
|
2018-03-07 16:12:08 +00:00 |
|
encoding
|
all: fix non-standard "DO NOT EDIT" comments for generated files
|
2018-03-10 17:50:11 +00:00 |
|
errors
|
…
|
|
|
expvar
|
…
|
|
|
flag
|
flag: clarify comment to avoid shell syntax confusion
|
2017-12-06 04:36:03 +00:00 |
|
fmt
|
fmt: change some unexported method names to camel case
|
2018-02-27 20:12:04 +00:00 |
|
go
|
go/token: add example for retrieving Position from Pos
|
2018-03-13 03:02:15 +00:00 |
|
hash
|
crypto: remove hand encoded amd64 instructions
|
2018-03-01 19:20:53 +00:00 |
|
html
|
all: fix misspellings
|
2018-02-20 21:02:58 +00:00 |
|
image
|
all: fix non-standard "DO NOT EDIT" comments for generated files
|
2018-03-10 17:50:11 +00:00 |
|
index/suffixarray
|
…
|
|
|
internal
|
internal/poll: if poller init fails, assume blocking mode
|
2018-03-06 23:21:25 +00:00 |
|
io
|
…
|
|
|
log
|
…
|
|
|
math
|
math/big: optimize shlVU and shrVU on arm64
|
2018-03-12 14:42:11 +00:00 |
|
mime
|
mime/multipart: test for presence of filename instead of content-type
|
2018-03-10 00:33:10 +00:00 |
|
net
|
net: avoid unnecessary type conversions
|
2018-03-10 20:59:45 +00:00 |
|
os
|
os: use WIN32_FIND_DATA.Reserved0 to identify symlinks
|
2018-03-07 08:51:04 +00:00 |
|
path
|
path/filepath: use a temp dir in path_test.go
|
2018-03-05 23:38:39 +00:00 |
|
plugin
|
plugin: document support for macOS
|
2017-12-12 00:59:50 +00:00 |
|
reflect
|
reflect: avoid calling common if type is known to be *rtype
|
2018-02-22 07:18:15 +00:00 |
|
regexp
|
regexp: Regexp shouldn't keep references to inputs
|
2018-02-23 16:58:48 +00:00 |
|
runtime
|
Revert "runtime: convert g.waitreason from string to uint8"
|
2018-03-13 15:21:21 +00:00 |
|
sort
|
all: fix non-standard "DO NOT EDIT" comments for generated files
|
2018-03-10 17:50:11 +00:00 |
|
strconv
|
all: fix non-standard "DO NOT EDIT" comments for generated files
|
2018-03-10 17:50:11 +00:00 |
|
strings
|
internal/bytealg: move short string Index implementations into bytealg
|
2018-03-04 19:49:44 +00:00 |
|
sync
|
sync: enable profiling of RWMutex
|
2018-02-14 15:38:42 +00:00 |
|
syscall
|
runtime: rename vdso symbols to use camel case
|
2018-03-05 19:12:32 +00:00 |
|
testing
|
testing: gracefully handle subtest failing parent’s T
|
2018-03-01 10:17:22 +00:00 |
|
text
|
text/scanner: add examples
|
2018-03-10 02:01:58 +00:00 |
|
time
|
time: add support for parsing timezones denoted by sign and offset
|
2018-03-08 17:15:35 +00:00 |
|
unicode
|
Revert "go/printer: forbid empty line before first comment in block"
|
2017-12-01 01:12:26 +00:00 |
|
unsafe
|
unsafe: fix reference to string header
|
2018-02-26 18:35:46 +00:00 |
|
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
|
androidtest.bash: don't require GOARCH set
|
2018-03-07 14:01:43 +00:00 |
|
bootstrap.bash
|
bootstrap.bash: only fetch git revision if we need it
|
2018-01-30 15:11:56 +00:00 |
|
buildall.bash
|
…
|
|
|
clean.bash
|
…
|
|
|
clean.bat
|
…
|
|
|
clean.rc
|
…
|
|
|
cmp.bash
|
…
|
|
|
iostest.bash
|
iostest.bash: don't build std library twice
|
2018-03-06 16:08:20 +00:00 |
|
make.bash
|
…
|
|
|
make.bat
|
build: small cleanup in error message in make.bat
|
2018-02-26 10:27:14 +00:00 |
|
make.rc
|
…
|
|
|
naclmake.bash
|
nacl*.bash: pass flags to make.bash
|
2018-02-14 17:09:31 +00:00 |
|
nacltest.bash
|
nacl*.bash: pass flags to make.bash
|
2018-02-14 17:09:31 +00:00 |
|
race.bash
|
…
|
|
|
race.bat
|
…
|
|
|
run.bash
|
…
|
|
|
run.bat
|
…
|
|
|
run.rc
|
…
|
|