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-08-06
encoding/binary: read at most MaxVarintLen64 bytes in ReadUvarint
Katie Hockman
2020-08-05
cmd/go: fix error stacks when there are scanner errors
Michael Matloob
2020-08-04
net/http: fix cancelation of requests with a readTrackingBody wrapper
Damien Neil
2020-08-02
runtime/race: fix ppc64le build
Keith Randall
2020-08-01
runtime/race: rebuild some .syso files to remove getauxval dependency
Keith Randall
2020-08-01
doc/go1.15: fix a few trivial inconsistencies
Toshihiro Shiino
2020-07-31
cmd/cgo: fix mangling of enum and union types
Matthew Dempsky
2020-07-31
runtime: validate candidate searchAddr in pageAlloc.find
Michael Anthony Knyszek
2020-07-30
testing: fix quotation marks
Katie Hockman
2020-07-30
cmd/compile: don't addLocalInductiveFacts if there is no direct edge from if ...
Cholerae Hu
2020-07-30
crypto/ed25519: remove s390x KDSA implementation
Michael Munday
2020-07-30
runtime: hold sched.lock over globrunqputbatch in runqputbatch
Michael Anthony Knyszek
2020-07-28
runtime: ensure startm new M is consistently visible to checkdead
Michael Pratt
2020-07-27
cmd/compile: add floating point load+op operations to addressing modes pass
Keith Randall
2020-07-27
cmd/link: don't mark shared library symbols reachable unconditionally
Cherry Zhang
2020-07-25
syscall: use correct file descriptor in dup2 fallback path
Ian Lance Taylor
2020-07-25
runtime, sync: add copyright headers to new files
Ian Lance Taylor
2020-07-24
doc/go1.15: surface the crypto/x509 CommonName deprecation note
Filippo Valsorda
2020-07-24
[release-branch.go1.15] go1.15rc1
go1.15rc1
Alexander Rakoczy
2020-07-23
doc/go1.15: announce GO386=387 deprecation
Austin Clements
2020-07-22
runtime: don't mlock on Ubuntu 5.4 systems
Ian Lance Taylor
2020-07-20
cmd/compile: add test for fixed ICE on untyped conversion
Alberto Donizetti
2020-07-17
doc/go1.15: add release notes for math/cmplx
Brian Kessler
2020-07-17
go/printer: remove exported StdFormat flag
Dmitri Shuralyov
2020-07-16
compress/flate: fix another deflate Reset inconsistency
Russ Cox
2020-07-16
compress/flate: fix deflate Reset consistency
Klaus Post
2020-07-15
cmd/link: skip TestOldLink if the old linker does not exist
Cherry Zhang
2020-07-14
net/http: synchronize "100 Continue" write and Handler writes
Russ Cox
2020-07-14
crypto/x509: respect VerifyOptions.KeyUsages on Windows
Filippo Valsorda
2020-07-14
html/template: add tests from text/template
Russ Cox
2020-07-13
cmd/go: include GOMODCACHE in 'go help environment'
Jay Conrod
2020-07-10
net: hangup TCP connection after Dial timeout in Plan 9
Fazlul Shahriar
2020-07-09
doc/go1.15: fix TODO about -buildmode=pie
Austin Clements
2020-07-09
net/textproto: correct documentation of empty line handling
Norman B. Lancaster
2020-07-09
doc/go1.15: add line for testing streaming change
Jean de Klerk
2020-07-08
crypto/x509/internal/macos: rename package to lowercase
Filippo Valsorda
2020-07-08
runtime: mark OpenBSD raise function nosplit
Ian Lance Taylor
2020-07-08
os: fix regression with handling of nil *File
Joe Tsai
2020-07-08
crypto: fix PKCS space in docs
Katie Hockman
2020-07-08
doc/editors.html: update VS Code Go extension url
Hana (Hyang-Ah) Kim
2020-07-08
A+C: add Kush Patel (corporate CLA for Hootsuite Inc)
Kush Patel
2020-07-07
crypto/tls: relax the docs of InsecureSkipVerify
Filippo Valsorda
2020-07-07
net: correct address when listening on IPv4zero tcp4/udp4 on Plan 9
Fazlul Shahriar
2020-07-07
crypto/x509/pkix: print non-standard parsed Names at the end
Filippo Valsorda
2020-07-07
doc/go1.15: add html/template and text/template docs
Filippo Valsorda
2020-07-07
go/build: rewrite TestDependencies to be cleaner, more correct
Russ Cox
2020-07-07
all: go get golang.org/x/net@ab3426394381
Russ Cox
2020-07-07
doc/go1.15: update Go 1.15 release notes using relnote
Carlos Amedee
2020-07-07
path/filepath: add explicit comment marking elided errors
Russ Cox
2020-07-06
cmd/go: display test binary output if invoked with -help
Ian Lance Taylor
[prev]
[next]