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-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
2017-07-25
doc: add Atom to editor guide
Zac Bergquist
2017-07-24
[release-branch.go1.9] go1.9rc1
go1.9rc1
Chris Broadfoot
2017-07-24
[release-branch.go1.9] cmd/compile: consider exported flag in namedata
Ian Lance Taylor
2017-07-24
cmd/compile: consider exported flag in namedata
Ian Lance Taylor
2017-07-24
cmd/link: use full link, not compile, to test for -no-?pie
Ian Lance Taylor
2017-07-24
.github: recommend 'go bug' when filing an issue
Josh Bleecher Snyder
2017-07-24
.github: add SUPPORT file
Josh Bleecher Snyder
2017-07-22
encoding/json: ignore embedded fields of pointers to unexported non-structs
Joe Tsai
2017-07-21
sync: delete a sentence from the Map docs
Brad Fitzpatrick
2017-07-21
net/http: document that after Hijack, Request.Body is invalid
Brad Fitzpatrick
2017-07-21
sync: update Map documentation with usage rule of thumb
Michael Stapelberg
[next]