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-14
api: promote next to go1.18
go1.18beta1
Cherry Mui
2021-12-14
doc/go1.18: remove residual TODOs
Cherry Mui
2021-12-14
cmd/compile: fix any in -G=0 mode
Russ Cox
2021-12-14
go/types, types2: record (top-level) union types
Robert Griesemer
2021-12-14
cmd/compile: fix case where we didn't delay transformAssign in varDecl
Dan Scales
2021-12-13
cmd/compile: avoid re-instantiating method that is already imported
Dan Scales
2021-12-13
cmd/internal/obj: fix tail call in non-zero frame leaf function on MIPS and S...
Cherry Mui
2021-12-13
net/http: revert h2_bundle.go formatting change from CL 368254
Bryan C. Mills
2021-12-13
cmd/go: document -fuzzminimizetime
Katie Hockman
2021-12-13
cmd/compile/internal/amd64: fix for coverage testing
Than McIntosh
2021-12-13
testing: update docs for fuzzcachedir
Katie Hockman
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-13
spec: fix conversion rules (match implementation)
Robert Griesemer
2021-12-13
net: refactor TestWriteToTimeout
Bryan C. Mills
2021-12-13
net: create unix sockets in unique directories
Bryan C. Mills
2021-12-13
net: pass a testing.TB to newLocal* helpers
Bryan C. Mills
2021-12-13
cmd/asm,cmd/compile: fix tail call in leaf functions on PPC64
Paul E. Murphy
2021-12-13
net: don't check "invalid.invalid" lookup errors in TestLookupHostCancel
Bryan C. Mills
2021-12-13
net: do not try to remove the LocalAddr of a unix socket
Bryan C. Mills
2021-12-13
net: remove erroneous Dial check in TestListenerClose
Bryan C. Mills
2021-12-13
cmd/compile: fix identity case relating to 'any' and shape types
Dan Scales
2021-12-12
net/netip: make Prefix.MarshalText format 4-in-6 IPs consistently
Matt Layher
2021-12-12
os: document error returned by pending I/O operations on Close
Austin Clements
2021-12-12
runtime: run gdb with a timeout for TestGdbBacktrace
Austin Clements
2021-12-12
testenv: kill subprocess if SIGQUIT doesn't do it
Austin Clements
2021-12-12
testenv: abstract run-with-timeout into testenv
Austin Clements
2021-12-12
net/netip: make AddrPort.MarshalText format 4-in-6 IPs consistently
Brad Fitzpatrick
2021-12-12
net/netip: fix formatting of IPv4-in-6 address with zone
Brad Fitzpatrick
2021-12-10
doc: document cmd/vet changes for 1.18 release
Tim King
2021-12-10
net: ignore EADDRINUSE errors when dialing to IPv4 from IPv6 on FreeBSD
Bryan C. Mills
2021-12-10
go/types: remove TODO that is no longer relevant
Hossein Zolfi
2021-12-09
cmd/compile: preserve 'any' type alias in unified IR
Matthew Dempsky
2021-12-09
cmd/compile: fix type error reported on the wrong line
Jason7602
2021-12-09
crypto/x509: skip known TestSystemVerify flakes on windows-*-2008 builders
Bryan C. Mills
2021-12-09
net/http: update bundled golang.org/x/net/http2
Filippo Valsorda
2021-12-09
cmd/go: use -count=1 in test_fuzz_chatty.txt
Julie Qiu
2021-12-09
syscall: avoid writing to p when Pipe(p) fails
Russ Cox
2021-12-09
syscall: fix ForkLock spurious close(0) on pipe failure
Russ Cox
2021-12-08
doc: document the new types.Config.GoVersion field
Robert Findley
2021-12-08
runtime/pprof: increase systemstack calls in TestLabelSystemstack
Michael Pratt
2021-12-08
cmd/api: run half as many go list calls in parallel
Heschi Kreinick
2021-12-08
doc: document cmd/vet changes for generics in 1.18
Robert Findley
2021-12-08
cmd/compile: try to preserve IsStmt marks from OpConvert
David Chase
2021-12-08
doc: add in release note about compiler being roughly 15% slower
Dan Scales
2021-12-08
test: add extra typeswitch tests that cause duplicate cases
Dan Scales
2021-12-08
cmd/go: fix hang in workspaces
Michael Matloob
2021-12-08
cmd/compile/internal/types2: sort to reduce computational complexity of initO...
Robert Findley
2021-12-08
go/types: sort to reduce computational complexity of initOrder
Robert Findley
2021-12-08
doc/go1.18: clarify additions to net package API
Austin Clements
2021-12-08
build: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4
Russ Cox
[next]