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-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
2021-08-12
CONTRIBUTORS: update for the Go 1.17 release
Carlos Amedee
2021-08-12
os/exec: re-enable LookPathTest/16
Dmitri Shuralyov
2021-08-11
src/make.*: make --no-clean flag a no-op that prints a warning
Matthew Dempsky
2021-08-11
doc/go1.17: linker passes -I to extld as -Wl,--dynamic-linker
Ian Lance Taylor
2021-08-10
doc: use "high address/low address" instead of "top/bottom"
fanzha02
2021-08-09
cmd/go: with -mod=vendor, don't panic if there are duplicate requirements
Jay Conrod
2021-08-09
runtime/cgo: when using msan explicitly unpoison cgoCallers
Ian Lance Taylor
2021-08-08
doc: add example for conversion from slice expressions to array ptr
Cuong Manh Le
2021-08-07
doc/go1.17: fix a typo introduced in CL 335135
Bryan C. Mills
2021-08-06
make.bash: do not overwrite GO_LDSO if already set
Cherry Mui
2021-08-06
doc/go1.17: clarify Modules changes
Bryan C. Mills
2021-08-06
runtime: allow arm64 SEH to be called if illegal instruction
Jason A. Donenfeld
2021-08-05
runtime: warn that KeepAlive is not an unsafe.Pointer workaround
Matthew Dempsky
2021-08-04
net/http: speed up and deflake TestCancelRequestWhenSharingConnection
Damien Neil
2021-08-02
[release-branch.go1.17] go1.17rc2
go1.17rc2
Alexander Rakoczy
2021-08-02
io/fs: don't use absolute path in DirEntry.Name doc
Ian Lance Taylor
2021-08-02
[release-branch.go1.17] all: merge master (b8ca6e5) into release-branch.go1.17
Alexander Rakoczy
2021-07-31
all: gofmt
Josh Bleecher Snyder
2021-07-30
net/http/httputil: close incoming ReverseProxy request body
Damien Neil
2021-07-29
runtime: avoid possible preemption when returning from Go to C
Ian Lance Taylor
2021-07-28
cmd/go: fix go.mod file name printed in error messages for replacements
Jay Conrod
2021-07-28
runtime: don't crash on nil pointers in checkptrAlignment
Matthew Dempsky
2021-07-27
cmd/go: use .mod instead of .zip to determine if version has go.mod file
Jay Conrod
2021-07-27
cmd/go: add missing flag in UsageLine
180909
2021-07-27
testing: clarify T.Name returns a distinct name of the running test
Changkun Ou
2021-07-27
go/types: preserve untyped constants on the RHS of a shift expression
Rob Findley
2021-07-26
runtime: correct variable name in comment
Koichi Shiraishi
2021-07-26
runtime: remove adjustTimers counter
Ian Lance Taylor
2021-07-26
cmd/vet: add missing copyright header
180909
2021-07-26
doc: clarify non-nil zero length slice to array pointer conversion
Cuong Manh Le
2021-07-26
crypto/x509: update iOS bundled roots to version 55188.120.1.0.1
Dmitri Shuralyov
2021-07-25
spec: use consistent capitalization for rune literal hex constants
Ian Lance Taylor
2021-07-23
doc/1.17: fix two dead rfc links
Alberto Donizetti
2021-07-22
cmd/compile: do not change field offset in ABI analysis
Cherry Mui
2021-07-22
runtime: don't clear timerModifiedEarliest if adjustTimers is 0
Ian Lance Taylor
2021-07-22
runtime: move mem profile sampling into m-acquired section
David Chase
2021-07-21
reflect: add missing copyright header
wdvxdr
2021-07-21
reflect: add Value.CanConvert
Ian Lance Taylor
2021-07-20
cmd/go: don't add C compiler ID to hash for standard library
Ian Lance Taylor
2021-07-20
runtime/debug: skip TestPanicOnFault on netbsd/arm
Benny Siegert
2021-07-19
spec: correct example comment in Conversions from slice to array
Piers
2021-07-19
time: correct typo in documentation for UnixMicro
helloPiers
2021-07-19
cmd/compile: fix off-by-one error in traceback argument counting
Cherry Mui
2021-07-19
cmd/compile: fix typo in fatal message of builtinCall
Leonard Wang
[next]