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-03-14
[release-branch.go1.12] go1.12.1
go1.12.1
Andrew Bonventre
2019-03-14
[release-branch.go1.12] doc: document Go 1.12.1
Andrew Bonventre
2019-03-14
[release-branch.go1.12] doc: document Go 1.11.6
Andrew Bonventre
2019-03-14
Revert "[release-branch.go1.12] cmd/go: fix the default build output name for...
Bryan C. Mills
2019-03-13
[release-branch.go1.12] cmd/cgo: use explicit type for arg with bad pointer t...
Ian Lance Taylor
2019-03-13
[release-branch.go1.12] cmd/go: fix the default build output name for version...
Hana Kim
2019-03-13
[release-branch.go1.12] text/template: error on method calls on nil interfaces
Daniel Martí
2019-03-13
[release-branch.go1.12] cmd/compile: make KeepAlive work on stack object
Cherry Zhang
2019-03-13
[release-branch.go1.12] cmd/cgo: simplify and fix handling of untyped constants
Rémy Oudompheng
2019-03-13
[release-branch.go1.12] fmtsort: sort interfaces deterministically
lukechampine
2019-03-13
[release-branch.go1.12] cmd/compile: fix ordering for short-circuiting ops
Keith Randall
2019-03-13
[release-branch.go1.12] cmd/go: avoid link errors when -coverpkg covers main ...
Jay Conrod
2019-03-13
[release-branch.go1.12] doc/go1.12: new go line in go.mod can break builds wi...
Ian Lance Taylor
2019-03-08
[release-branch.go1.12] cmd/go/internal/modfetch: handle codeRoot == path for...
Bryan C. Mills
2019-03-05
[release-branch.go1.12] path/filepath: don't discard .. in EvalSymlinks
Ian Lance Taylor
2019-03-05
[release-branch.go1.12] os: remove unreadable directories in RemoveAll
Baokun Lee
2019-03-03
[release-branch.go1.12] doc: fix bad lib/time link in 1.12 release notes
Alberto Donizetti
2019-03-01
[release-branch.go1.12] runtime: scan defer closure in stack scan
Cherry Zhang
2019-03-01
[release-branch.go1.12] cmd/go/internal/cache: disable builds if GOCACHE is n...
Baokun Lee
2019-02-27
[release-branch.go1.12] doc: add 1.10.8 and 1.11.5 to the releases list
Alberto Donizetti
2019-02-26
[release-branch.go1.12] path/filepath: revert "fix Windows-specific Clean bug"
Ian Lance Taylor
2019-02-26
[release-branch.go1.12] doc: add 1.12 to the project history
Alberto Donizetti
2019-02-26
[release-branch.go1.12] cmd/internal/obj/arm64: fix the bug assembling TSTW
fanzha02
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
[next]