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
2021-12-02
[release-branch.go1.17] go1.17.4
go1.17.4
Heschi Kreinick
2021-12-02
[release-branch.go1.17] cmd/compile: only update source type when processing ...
Cuong Manh Le
2021-12-02
[release-branch.go1.17] net/http: update bundled golang.org/x/net/http2
Michael Anthony Knyszek
2021-12-01
[release-branch.go1.17] go/types: break cycles in invalid types
Robert Griesemer
2021-12-01
[release-branch.go1.17] net/http: do not send Transfer-Encoding: identity in ...
Damien Neil
2021-12-01
[release-branch.go1.17] net/http: do not cancel request context on response b...
Damien Neil
2021-12-01
[release-branch.go1.17] runtime: keep //go:cgo_unsafe_args arguments alive to...
Jason A. Donenfeld
2021-11-29
[release-branch.go1.17] time: fix looking for zone offset when date is close ...
zhouguangyuan
2021-11-24
[release-branch.go1.17] cmd/compile: fix case where init info of OAS node is ...
Dan Scales
2021-11-24
[release-branch.go1.17] runtime: use correct constant when computing nsec rem...
Jason A. Donenfeld
2021-11-24
[release-branch.go1.17] runtime: on windows, read nanotime with one instructi...
Jason A. Donenfeld
2021-11-24
[release-branch.go1.17] cmd/compile: fix fuse pass to do CFG surgery correctly
Keith Randall
2021-11-22
[release-branch.go1.17] cmd/go: forward the MallocNanoZone variable to script...
Bryan C. Mills
2021-11-10
[release-branch.go1.17] cmd/link: don't use label symbol for absolute address...
Cherry Mui
2021-11-09
[release-branch.go1.17] cmd/go: fix mod_get_direct
Cuong Manh Le
2021-11-04
[release-branch.go1.17] go1.17.3
go1.17.3
Than McIntosh
2021-11-03
[release-branch.go1.17] archive/zip: don't panic on (*Reader).Open
Jason7602
2021-11-01
[release-branch.go1.17] net/http: update bundled golang.org/x/net/http2
Dmitri Shuralyov
2021-10-29
[release-branch.go1.17] debug/macho: fail on invalid dynamic symbol table com...
Roland Shoemaker
2021-10-28
[release-branch.go1.17] cmd/go: update for //go:build lines
Russ Cox
2021-10-28
[release-branch.go1.17] cmd/link: increase reserved space for passing env on ...
Richard Musiol
2021-10-28
[release-branch.go1.17] cmd/link: disable weak reference in itab if build wit...
zhouguangyuan
2021-10-28
[release-branch.go1.17] runtime: consistently access pollDesc r/w Gs with ato...
Michael Pratt
2021-10-27
[release-branch.go1.17] cmd/compile: ensure constant shift amounts are in ran...
Keith Randall
2021-10-27
[release-branch.go1.17] cmd/compile: fix simplification rules on arm/arm64
Keith Randall
2021-10-25
[release-branch.go1.17] syscall: do not use handle lists on windows when NoIn...
Jason A. Donenfeld
2021-10-07
[release-branch.go1.17] go1.17.2
go1.17.2
Michael Anthony Knyszek
2021-10-07
[release-branch.go1.17] misc/wasm, cmd/link: do not let command line args ove...
Michael Knyszek
2021-10-06
[release-branch.go1.17] cmd/compile: fold handling OCONV logic to separate fu...
Cuong Manh Le
2021-09-28
[release-branch.go1.17] cmd/go: write go.mod requirements more consistently f...
Jay Conrod
2021-09-23
[release-branch.go1.17] text/template: initialize template before locking it
Ian Lance Taylor
2021-09-15
[release-branch.go1.17] runtime: in adjustTimers back up as far as necessary
Ian Lance Taylor
2021-09-15
[release-branch.go1.17] time: propagate "," separator for fractional seconds ...
korzhao
2021-09-09
[release-branch.go1.17] go1.17.1
go1.17.1
Than McIntosh
2021-09-08
[release-branch.go1.17] cmd/go/internal/modload: scan dependencies of root pa...
Bryan C. Mills
2021-09-01
[release-branch.go1.17] all: update golang.org/x/net to pull in CL 346890
Damien Neil
2021-09-01
[release-branch.go1.17] go/types: don't override x.mode before using it
Robert Griesemer
2021-09-01
[release-branch.go1.17] go/types: fix panic with nil package name
Rob Findley
2021-09-01
[release-branch.go1.17] cmd/go: ensure 'go get -u' can upgrade pruned (1.17+)...
Jay Conrod
2021-09-01
[release-branch.go1.17] crypto/rand, internal/syscall/unix: don't use getentr...
Tobias Klauser
2021-09-01
[release-branch.go1.17] cmd/link: do not use GO_LDSO when cross compile
Cherry Mui
2021-09-01
[release-branch.go1.17] cmd/compile: allow embed into any byte slice type
Keith Randall
2021-09-01
[release-branch.go1.17] cmd/compile: fix method expression lookup during import
Cuong Manh Le
2021-09-01
[release-branch.go1.17] archive/zip: prevent preallocation check from overflo...
Roland Shoemaker
2021-08-16
[release-branch.go1.17] go1.17
go1.17
Michael Anthony Knyszek
2021-08-15
[release-branch.go1.17] sync/atomic: fix documentation for CompareAndSwap
Jeff Wentworth
2021-08-13
[release-branch.go1.17] runtime: drop SIGPROF while in ARM < 7 kernel helpers
Michael Pratt
2021-08-13
[release-branch.go1.17] time: fix docs for new comma layouts
Russ Cox
2021-08-12
[release-branch.go1.17] all: merge master (5805efc) into release-branch.go1.17
Dmitri Shuralyov
2021-08-12
doc/go1.17: remove draft notice
Dmitri Shuralyov
[next]