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
2020-02-25
[release-branch.go1.14] go1.14
go1.14
Carlos Amedee
2020-02-25
[release-branch.go1.14] doc: add Go 1.14 to release history
Carlos Amedee
2020-02-24
[release-branch.go1.14] doc/go1.14: document that freebsd/arm64 requires Free...
Tobias Klauser
2020-02-24
[release-branch.go1.14] doc/go1.14: remove draft notice
Dmitri Shuralyov
2020-02-24
[release-branch.go1.14] crypto/cipher: require non-zero nonce size for AES-GCM
Katie Hockman
2020-02-24
[release-branch.go1.14] hash/maphash: don't discard data on random seed init
vovapi
2020-02-21
[release-branch.go1.14] CONTRIBUTORS: second round of updates for Go 1.14
Dmitri Shuralyov
2020-02-21
[release-branch.go1.14] doc/go1.14: document the change to json.Number decoding
Daniel MartÃ
2020-02-21
[release-branch.go1.14] all: merge master into release-branch.go1.14
Dmitri Shuralyov
2020-02-18
doc/go1.14: highlight the addition of hash/maphash package
Dmitri Shuralyov
2020-02-18
doc/go1.14: remove TODO comment for CL 200439
Dmitri Shuralyov
2020-02-18
cmd/link, runtime: skip holes in func table
Cherry Zhang
2020-02-17
doc/go1.14: add missing period at sentence end
Alberto Donizetti
2020-02-15
testing: remove obsolete comment in testing.(*T) docs
Ian Lance Taylor
2020-02-13
[release-branch.go1.14] all: merge master into release-branch.go1.14
Dmitri Shuralyov
2020-02-13
runtime: correct caller PC/SP offsets in walltime1/nanotime1
Cherry Zhang
2020-02-13
runtime: zero upper bit of Y registers in asyncPreempt on darwin/amd64
Cherry Zhang
2020-02-13
hash/maphash: mention the results are 64-bit integers
Keith Randall
2020-02-13
runtime: fix fallback logic for aeshash on 32/64 bit
Keith Randall
2020-02-12
cmd/go: eliminate empty '()' when passing -mod=readonly explicitly to 'go list'
Bryan C. Mills
2020-02-12
cmd/go/internal/modcmd: remove dead function addModFlag
Jay Conrod
2020-02-12
cmd/go/internal/web: fix a typo
Kanta Ebihara
2020-02-12
go/build: populate partial package information in importGo
Dmitri Shuralyov
2020-02-11
hash/maphash: mention that hash values do not persist in package docs
Ian Lance Taylor
2020-02-11
crypto/elliptic: document the Name and names of each curve
Filippo Valsorda
2020-02-10
doc/go1.14: add a couple minor crypto release notes
Filippo Valsorda
2020-02-10
go/doc: clarify that NewFromFiles caller must filter by GOOS/GOARCH
Dmitri Shuralyov
2020-02-10
doc: move doc/modules.md to x/website
Jay Conrod
2020-02-08
doc/go1.14: rearrange in alphabetical order
Toshihiro Shiino
2020-02-08
doc/go1.14: add link to TempFile in io/ioutil
Toshihiro Shiino
2020-02-08
doc/go1.14: fix inconsistent markup
Toshihiro Shiino
2020-02-07
runtime/race: update reference to compiler-rt sources
Ian Lance Taylor
2020-02-07
runtime: avoid double notewakeup in netpoll stub code
Ian Lance Taylor
2020-02-07
doc: fill in 'go mod init' section of module documentation
Jay Conrod
2020-02-07
doc: fill in 'go mod download' section of module documentation
Jay Conrod
2020-02-07
doc: fill in 'go list -m' section in module documentation
Jay Conrod
2020-02-07
doc: fill in 'Module-aware commands' section in module documentation
Jay Conrod
2020-02-07
doc: add section on module paths to module documentation
Jay Conrod
2020-02-07
doc: add section on go.mod file syntax
Jay Conrod
2020-02-07
Revert "cmd/link: code cleanup in macho_combine_dwarf.go"
Than McIntosh
2020-02-07
cmd/link: code cleanup in macho_combine_dwarf.go
Tamir Duberstein
2020-02-06
[release-branch.go1.14] all: merge master into release-branch.go1.14
Carlos Amedee
2020-02-06
testing: make Cleanup work for benchmarks too.
Roger Peppe
2020-02-06
doc/go1.14: disable text/template processing in HTML page
Dmitri Shuralyov
2020-02-05
doc/go1.14: quote {{ and }} in text/template note
Ian Lance Taylor
2020-02-05
[release-branch.go1.14] math/big: reintroduce pre-Go 1.14 mention in GCD docs
Filippo Valsorda
2020-02-05
doc/go1.14: mention better error checking in text/template
Ian Lance Taylor
2020-02-05
doc/go1.14: document io/ioutil.TempDir's predictable prefix+suffix
Emmanuel T Odeke
2020-02-05
[release-branch.go1.14] crypto/x509: fix godoc for MarshalPKCS8PrivateKey
Katie Hockman
2020-02-05
crypto/x509: fix godoc for MarshalPKCS8PrivateKey
Katie Hockman
[next]