aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-16[release-branch.go1.21] go1.21rc1go1.21rc1Gopher Robot
2023-06-15[release-branch.go1.21] all: merge master (b7e7467) into release-branch.go1.21Michael Pratt
2023-06-15test/codegen: add fsqrt test for riscv64Meng Zhuo
2023-06-15text/template: set variables correctly in range assignmentIan Lance Taylor
2023-06-15cmd/api: skip TestIssue29837 when -short is setqmuntal
2023-06-15cmd/asm: fix encoding errors for FMOVD and FMOVS instructions on arm64eric fang
2023-06-14cmd/go: check for errors reading gccgo package listIan Lance Taylor
2023-06-14cmd/go: use gover.Local for $goversion in TestScriptBryan C. Mills
2023-06-14[release-branch.go1.21] update codereview.cfg for release-branch.go1.21Michael Pratt
2023-06-14crypto/x509: use synthetic root for platform testingRoland Shoemaker
2023-06-14slices: consistently use S ~[]EIan Lance Taylor
2023-06-14spec: explain in which situations function type arguments can be omittedRobert Griesemer
2023-06-14syscall: Fix Getwd on Windows to correctly handle long paths.Qi Xiao
2023-06-14net: fix panic when calling net.Listen or net.Dial on wasip1Achille Roussel
2023-06-14internal/xcoff: remove blank lines after final return statementsJes Cok
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-13all: update vendored dependenciesMichael Pratt
2023-06-13net: ensure net.Addr values match the connection type on wasip1Achille Roussel
2023-06-13go/types, types2: fix Hilbert test for stand-alone runRobert Griesemer
2023-06-13cmd/dist: more robust cleanupRuss Cox
2023-06-13doc/go1.21: document GOPPC64=power10 changesPaul E. Murphy
2023-06-13all: fix mismatched symbolscui fliter
2023-06-13database/sql: fix flake in TestContextCancelDuringRawBytesScanRuss Cox
2023-06-13cmd/internal/obj: make aix/ppc64 builds reproducibleRuss Cox
2023-06-13runtime: Use doas -n in TestSUID on OpenBSDJosh Rickmar
2023-06-13sort: comments directing new code to use the slices package when applicableEli Bendersky
2023-06-13spec: de-emphasize string(int) conversionsRobert Griesemer
2023-06-13spec: document new program initialization processRobert Griesemer
2023-06-13crypto/ecdsa: properly truncate P-521 hashesFilippo Valsorda
2023-06-13runtime/trace: disable frame pointer unwinding on plan9Philip Silva
2023-06-13slices: add benchmark for IsSorted vs. IntsAreSortedEli Bendersky
2023-06-13cmd/link: fix log formats for log.Fatal callsRuss Cox
2023-06-12net: test net.FileConn and net.FileListener with UDP sockets on wasip1Achille Roussel
2023-06-12doc/go1.21: clean up remaining TODOsMichael Pratt
2023-06-12cmd/dist: do not use user build cache in versioned treesRuss Cox
2023-06-12cmd/compile: use callsite as line number for argument marshalingKeith Randall
2023-06-12cmd/go/internal/modload: address comment and test issues from CL 496635Bryan C. Mills
2023-06-12go/build: check for invalid import paths againMichael Matloob
2023-06-12Revert "crypto/internal/nistec: refactor scalar multiplication"Filippo Valsorda
2023-06-12go/types, types2: use correct reverse inference approachRobert Griesemer
2023-06-12cmd/compile/internal/types2: add missing tests from go/typesRobert Griesemer
2023-06-12go/types, types2: use inexact unification when unifying against core typesRobert Griesemer
2023-06-12doc/go1.21: fix typochressie
2023-06-12cmd/go: omit checksums for go.mod files needed for go version lines more ofte...Bryan C. Mills
2023-06-11net/url: correct field name in Redacted doc commentIan Lance Taylor
2023-06-11doc/go1.21: add heading for cmp packageDmitri Shuralyov
2023-06-11cmp, builtin: document NaN behaviorIan Lance Taylor
2023-06-11context: fix doc tipo (s/timout/timeout)Ian Lance Taylor
2023-06-10runtime: fix typosJes Cok
2023-06-10syscall: implement Ptrace{Set,Get}Regs using PTRACE_{GET,SET}REGSET on all li...chenguoqi