aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-14api: promote next to go1.18go1.18beta1Cherry Mui
2021-12-14doc/go1.18: remove residual TODOsCherry Mui
2021-12-14cmd/compile: fix any in -G=0 modeRuss Cox
2021-12-14go/types, types2: record (top-level) union typesRobert Griesemer
2021-12-14cmd/compile: fix case where we didn't delay transformAssign in varDeclDan Scales
2021-12-13cmd/compile: avoid re-instantiating method that is already importedDan Scales
2021-12-13cmd/internal/obj: fix tail call in non-zero frame leaf function on MIPS and S...Cherry Mui
2021-12-13net/http: revert h2_bundle.go formatting change from CL 368254Bryan C. Mills
2021-12-13cmd/go: document -fuzzminimizetimeKatie Hockman
2021-12-13cmd/compile/internal/amd64: fix for coverage testingThan McIntosh
2021-12-13testing: update docs for fuzzcachedirKatie Hockman
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-13spec: fix conversion rules (match implementation)Robert Griesemer
2021-12-13net: refactor TestWriteToTimeoutBryan C. Mills
2021-12-13net: create unix sockets in unique directoriesBryan C. Mills
2021-12-13net: pass a testing.TB to newLocal* helpersBryan C. Mills
2021-12-13cmd/asm,cmd/compile: fix tail call in leaf functions on PPC64Paul E. Murphy
2021-12-13net: don't check "invalid.invalid" lookup errors in TestLookupHostCancelBryan C. Mills
2021-12-13net: do not try to remove the LocalAddr of a unix socketBryan C. Mills
2021-12-13net: remove erroneous Dial check in TestListenerCloseBryan C. Mills
2021-12-13cmd/compile: fix identity case relating to 'any' and shape typesDan Scales
2021-12-12net/netip: make Prefix.MarshalText format 4-in-6 IPs consistentlyMatt Layher
2021-12-12os: document error returned by pending I/O operations on CloseAustin Clements
2021-12-12runtime: run gdb with a timeout for TestGdbBacktraceAustin Clements
2021-12-12testenv: kill subprocess if SIGQUIT doesn't do itAustin Clements
2021-12-12testenv: abstract run-with-timeout into testenvAustin Clements
2021-12-12net/netip: make AddrPort.MarshalText format 4-in-6 IPs consistentlyBrad Fitzpatrick
2021-12-12net/netip: fix formatting of IPv4-in-6 address with zoneBrad Fitzpatrick
2021-12-10doc: document cmd/vet changes for 1.18 releaseTim King
2021-12-10net: ignore EADDRINUSE errors when dialing to IPv4 from IPv6 on FreeBSDBryan C. Mills
2021-12-10go/types: remove TODO that is no longer relevantHossein Zolfi
2021-12-09cmd/compile: preserve 'any' type alias in unified IRMatthew Dempsky
2021-12-09cmd/compile: fix type error reported on the wrong lineJason7602
2021-12-09crypto/x509: skip known TestSystemVerify flakes on windows-*-2008 buildersBryan C. Mills
2021-12-09net/http: update bundled golang.org/x/net/http2Filippo Valsorda
2021-12-09cmd/go: use -count=1 in test_fuzz_chatty.txtJulie Qiu
2021-12-09syscall: avoid writing to p when Pipe(p) failsRuss Cox
2021-12-09syscall: fix ForkLock spurious close(0) on pipe failureRuss Cox
2021-12-08doc: document the new types.Config.GoVersion fieldRobert Findley
2021-12-08runtime/pprof: increase systemstack calls in TestLabelSystemstackMichael Pratt
2021-12-08cmd/api: run half as many go list calls in parallelHeschi Kreinick
2021-12-08doc: document cmd/vet changes for generics in 1.18Robert Findley
2021-12-08cmd/compile: try to preserve IsStmt marks from OpConvertDavid Chase
2021-12-08doc: add in release note about compiler being roughly 15% slowerDan Scales
2021-12-08test: add extra typeswitch tests that cause duplicate casesDan Scales
2021-12-08cmd/go: fix hang in workspacesMichael Matloob
2021-12-08cmd/compile/internal/types2: sort to reduce computational complexity of initO...Robert Findley
2021-12-08go/types: sort to reduce computational complexity of initOrderRobert Findley
2021-12-08doc/go1.18: clarify additions to net package APIAustin Clements
2021-12-08build: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4Russ Cox