index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-08-24
[release-branch.go1.9] go1.9
go1.9
Chris Broadfoot
2017-08-24
[release-branch.go1.9] doc: add go1.9 to golang.org/project
Chris Broadfoot
2017-08-24
[release-branch.go1.9] doc: document go1.9
Chris Broadfoot
2017-08-24
[release-branch.go1.9] doc/go1.9: fix typo in Moved GOROOT
Ryuji IWATA
2017-08-22
[release-branch.go1.9] cmd/compile: remove gc.Sysfunc calls from 387 backend
Josh Bleecher Snyder
2017-08-22
[release-branch.go1.9] doc/go1.9: fix typo in crypto/x509 of "Minor changes t...
Ian Lance Taylor
2017-08-18
[release-branch.go1.9] runtime: fix false positive race in profile label reading
Austin Clements
2017-08-18
[release-branch.go1.9] testing: don't fail all tests after racy test failure
Ian Lance Taylor
2017-08-18
[release-branch.go1.9] cmd/dist: update deps.go for current dependencies
Ian Lance Taylor
2017-08-18
[release-branch.go1.9] cmd/compile: add rules handling unsigned div/mod by co...
Cherry Zhang
2017-08-18
[release-branch.go1.9] runtime: fix usleep by correctly setting nanoseconds p...
pvoicu
2017-08-07
[release-branch.go1.9] go1.9rc2
go1.9rc2
Chris Broadfoot
2017-08-07
[release-branch.go1.9] all: merge master into release-branch.go1.9
Chris Broadfoot
2017-08-07
runtime: mapassign_* should use typedmemmove to update keys
Keith Randall
2017-08-06
all: remove some manual hyphenation
Josh Bleecher Snyder
2017-08-05
runtime: mark activeModules nosplit/nowritebarrier
Ian Lance Taylor
2017-08-05
math/bits: fix example for OnesCount64
Francesc Campoy Flores
2017-08-04
math/bits: add examples for OnesCount functions
Francesc Campoy
2017-08-04
misc/cgo/testsanitizers: also skip tsan11/tsan12 when using GCC
Ian Lance Taylor
2017-08-04
reflect: document how DeepEqual handles cycles
Ian Lance Taylor
2017-08-04
doc: mention handling of moved GOROOT in 1.9 release notes
Ian Lance Taylor
2017-08-04
doc: use better wording to explain type-aware completion
Jaana Burcu Dogan
2017-08-04
doc: replace paid with commercial
Jaana Burcu Dogan
2017-08-04
doc/1.9: add CL 43712, ReverseProxy of HTTP/2 trailers to the release notes.
Tristan Colgate
2017-08-04
doc: clarify that Gogland is for paid IntelliJ platform IDEs
Jaana Burcu Dogan
2017-08-04
doc/1.9: fix broken html link in CL 53030/53210
Dmitry Savintsev
2017-08-04
doc: fix bad link in go1.9 release notes
Alberto Donizetti
2017-08-03
doc/1.9: fix stray html in CL 53030
Dmitry Savintsev
2017-08-03
encoding/binary: add examples for varint functions
Axel Wagner
2017-08-03
doc/1.9: add CL 36696 for crypto/x509 to the release notes
Dmitry Savintsev
2017-08-03
doc: hide blog content for golang.google.cn
Andrew Bonventre
2017-08-03
internal/poll: don't add non-sockets to runtime poller
Ian Lance Taylor
2017-08-03
cmd/vet: don't exit with failure on type checking error
Ian Lance Taylor
2017-08-02
doc: hide video and share if being served from CN
Andrew Bonventre
2017-08-02
testsanitizers: check that tsan program runs, skip tsan10 on gcc
Ian Lance Taylor
2017-08-02
time: skip ZoneAbbr test in timezones with no abbreviation
Alberto Donizetti
2017-08-02
cmd/go: show examples with empty output in go test -list
Seiji Takahashi
2017-08-02
cmd/compile: set/unset base register for better assembly print
Cherry Zhang
2017-07-31
[release-branch.go1.9] runtime: map bitmap and spans during heap initialization
Austin Clements
2017-07-31
[release-branch.go1.9] runtime: fall back to small mmaps if we fail to grow r...
Austin Clements
2017-07-31
runtime: map bitmap and spans during heap initialization
Austin Clements
2017-07-31
runtime: fall back to small mmaps if we fail to grow reservation
Austin Clements
2017-07-30
.github: add .md extension to SUPPORT file
Gustav Westling
2017-07-28
plugin: mention that there are known bugs with plugins
Ian Lance Taylor
2017-07-27
[release-branch.go1.9] cmd/dist: skip moved GOROOT on Go's Windows builders w...
Brad Fitzpatrick
2017-07-27
cmd/dist: skip moved GOROOT on Go's Windows builders when not sharding tests
Brad Fitzpatrick
2017-07-26
test: add README
Josh Bleecher Snyder
2017-07-26
runtime/pprof: prevent a deadlock that SIGPROF might create on mips{,le}
Vladimir Stefanovic
2017-07-25
doc: list editor options by name, not plugin name
Jaana Burcu Dogan
2017-07-25
doc: cleanup editor page
Zac Bergquist
[next]