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
2019-02-25
[release-branch.go1.12] go1.12
go1.12
Andrew Bonventre
2019-02-25
[release-branch.go1.12] doc: document Go 1.12
Andrew
2019-02-25
[release-branch.go1.12] doc/go1.12: remove draft notice
Andrew
2019-02-25
[release-branch.go1.12] doc/go1.12: change go install to go get
Andrew
2019-02-25
[release-branch.go1.12] cmd/compile: call ginsnop, not ginsnop2 on ppc64le fo...
Lynn Boger
2019-02-25
[release-branch.go1.12] cmd/compile: guard against loads with negative offset...
Cherry Zhang
2019-02-22
[release-branch.go1.12] crypto/rc4: remove false guarantees from Reset docs a...
Filippo Valsorda
2019-02-22
[release-branch.go1.12] cmd/compile: flow interface data to heap if CONVIFACE...
Cherry Zhang
2019-02-21
[release-branch.go1.12] crypto/tls: don't select RSA-PSS for client certifica...
Filippo Valsorda
2019-02-17
[release-branch.go1.12] database/sql/driver: fix typo
Zhou Peng
2019-02-16
[release-branch.go1.12] doc/go1.12: document net/url.Parse now rejecting ASCI...
Brad Fitzpatrick
2019-02-15
[release-branch.go1.12] cmd/go: add newline after module-requires-version mes...
Ian Lance Taylor
2019-02-15
[release-branch.go1.12] syscall: skip TestSyscallNoError when temp dir is mou...
Brad Fitzpatrick
2019-02-14
[release-branch.go1.12] net/http/httptrace: fix typo
berkant ipek
2019-02-14
[release-branch.go1.12] doc/go1.12: soften, expand crypto/rc4 assembly remova...
Brad Fitzpatrick
2019-02-14
[release-branch.go1.12] doc/go1.12: note that Go 1.12 is the last release to ...
Brad Fitzpatrick
2019-02-13
[release-branch.go1.12] os: don't return ENOENT if directory removed before F...
Ian Lance Taylor
2019-02-13
[release-branch.go1.12] crypto/tls, runtime: document GODEBUG TLS 1.3 option
Brad Fitzpatrick
2019-02-13
[release-branch.go1.12] runtime: scan gp._panic in stack scan
Cherry Zhang
2019-02-13
[release-branch.go1.12] doc: don't use "go tool vet" as an example
Ian Lance Taylor
2019-02-11
[release-branch.go1.12] go1.12rc1
go1.12rc1
Andrew Bonventre
2019-02-11
cmd/go/internal/modcmd: use replaced paths to break cycles in 'go mod tidy'
Bryan C. Mills
2019-02-10
doc: remove last pieces of advice to set GOROOT
Daniel MartÃ
2019-02-09
sync/atomic: add 32-bit MIPS to the 64-bit alignment requirement
Ian Lance Taylor
2019-02-09
doc: fix typos
alkesh26
2019-02-08
database/sql: document Stmt lifetime
Justin Li
2019-02-07
crypto/tls: disable RSA-PSS in TLS 1.2
Filippo Valsorda
2019-02-07
crypto/tls: make TLS 1.3 opt-in
Filippo Valsorda
2019-02-07
crypto/x509: consider parents by Subject if AKID has no match
Filippo Valsorda
2019-02-06
test/chan: fix broken link to Squinting at Power Series
Yasser Abdolmaleki
2019-02-05
crypto/x509: improve CertificateRequest docs
Filippo Valsorda
2019-02-05
doc: fix a typo
alkesh26
2019-02-05
doc: go1.12: document FreeBSD 12.0 requires COMPAT_FREEBSD11
Yuval Pavel Zholkover
2019-02-04
cmd/go: clarify @none effect on dependants modules
Alberto Donizetti
2019-02-04
crypto/aes: replace broken extenal link to FIPS 197
spring1843
2019-02-04
cmd/cgo: don't copy a simple variable x in &x[0]
Ian Lance Taylor
2019-02-01
cmd/compile: fix crash when memmove argument is not the right type
Keith Randall
2019-02-01
reflect: eliminate write barrier for copying result in callReflect
Cherry Zhang
2019-02-01
doc: go1.12: update notes on go directive
Ian Lance Taylor
2019-02-01
cmd/cgo: ignore unrecognized GCC warning group pragmas
Yuval Pavel Zholkover
2019-01-31
runtime: add credit system for scavenging
Michael Anthony Knyszek
2019-01-31
runtime: scavenge memory upon allocating from scavenged memory
Michael Anthony Knyszek
2019-01-30
cmd/cgo: disable GCC 9 warnings triggered by cgo code
Ian Lance Taylor
2019-01-30
CONTRIBUTORS: second round of updates for Go 1.12
Dmitri Shuralyov
2019-01-30
doc: note go tool tour removal in 1.12 release notes
Alberto Donizetti
2019-01-30
os: treat EACCES as a permission error in RemoveAll
Ian Lance Taylor
2019-01-30
os: restore RemoveAll docs by making a single copy
Ian Lance Taylor
2019-01-30
doc: remove meaningless word from Go 1.12 release notes
Ian Lance Taylor
2019-01-30
os: make openFdAt act like openFileNolog
Ian Lance Taylor
2019-01-29
net/url, net/http: relax CTL-in-URL validation to only ASCII CTLs
Brad Fitzpatrick
[next]