aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-21[release-branch.go1.23] go1.23rc1go1.23rc1Gopher Robot
2024-06-20[release-branch.go1.23] internal/godebugs: fix old value for httpservecontent...Damien Neil
2024-06-20[release-branch.go1.23] cmd/compile: support generic alias typeCuong Manh Le
2024-06-20[release-branch.go1.23] internal/syscall/unix: fix UTIME_OMIT for dragonflyKir Kolyshkin
2024-06-18[release-branch.go1.23] update codereview.cfg for release-branch.go1.23David Chase
2024-06-18net/http: keep Content-Encoding in Error, add GODEBUG for ServeContentDamien Neil
2024-06-18doc/next: update release notes for go list -m -jsonSam Thanawalla
2024-06-18all: update vendored golang.org/x/toolsDmitri Shuralyov
2024-06-18doc/next: add release notes for telemetry and the godebug directiveMichael Matloob
2024-06-18misc/ios: rework exec wrapper to only support simulatorRoland Shoemaker
2024-06-18cmd/go: fix go list -u -m all with too new retractions dependencySam Thanawalla
2024-06-18Revert "crypto/x509: reject serial numbers longer than 20 octets"Roland Shoemaker
2024-06-18doc: add note about x509sha1 removal in 1.24Roland Shoemaker
2024-06-18doc/next: improve wording for proposal 67061Dmitri Shuralyov
2024-06-17doc/next: add motivation and details links for range-over-func iteratorsthepudds
2024-06-17cmd/go: set GoVersion for files on the command line with vetSam Thanawalla
2024-06-17go/doc: added the predeclared identifiers clear, min, maxBriheet Singh Yadav
2024-06-16syscall: selectively update zerrors_* on openbsd/386, openbsd/arm and openbsd...Joel Sing
2024-06-14iter: add doc comment from proposalRuss Cox
2024-06-14cmd/compile: give the closure generated for rangefunc bodies a name.David Chase
2024-06-14cmd/go: fix problems with coverage percentage reporting w/ -coverpkgThan McIntosh
2024-06-14internal/coverage: refactor EmitPercent in preparation for bugfixThan McIntosh
2024-06-14cmd/go: fix handling of builtin packages in WriteCoverMetaFilesFileThan McIntosh
2024-06-13slices: add documentation on incomparable items in SortFuncBenson Margulies
2024-06-13cmd/go: fix "go test -n -cover" glitch with no-test packagesThan McIntosh
2024-06-13spec: adjust for-range prose to include iterator functions where missingRobert Griesemer
2024-06-13go/types, types2: typecheck cases even if switch expression is invalidRobert Griesemer
2024-06-13cmd/go: call telemetry.MaybeChild at start of go commandMichael Matloob
2024-06-13internal/coverage/cfile: harden the coverage snapshot testThan McIntosh
2024-06-13cmd/link: use path from "cc --print-prog-name ar" for c-archive buildmodeThan McIntosh
2024-06-13cmd: vendor golang.org/x/telemetry@8cad58bMichael Matloob
2024-06-13spec: allow range-over-func to omit iteration variablesRobert Griesemer
2024-06-13go/types, types2: allow range-over-func to omit iteration variablesRobert Griesemer
2024-06-12cmd/compile/internal: add a PGO devirt post-lookup cleanup hookThan McIntosh
2024-06-12doc/next: improve description of proposal 61308Dmitri Shuralyov
2024-06-12doc/next: reword map iterator function notesCherry Mui
2024-06-12net: add GODEBUG=netedns0=0 to disable sending EDNS0 headerIan Lance Taylor
2024-06-12cmd/link: put runtime.end in the last section of data segmentCherry Mui
2024-06-11os: always return syscall.ECHILD from Wait for done processMichael Pratt
2024-06-11crypto/tls: improve error log produced during TestBogoSuiteClide Stefani
2024-06-11doc/next: document GORISCV64 environment variableCherry Mui
2024-06-11doc/next: document GOARM64 environment variableCherry Mui
2024-06-11doc/next: document locking down linkname usagesCherry Mui
2024-06-11time: correct spelling, queing -> queuingJes Cok
2024-06-11time: add to format documentation about dangers of using RFC1123{,Z} for parsingDana Burkart
2024-06-11os: RemoveAll: fix error returnedKir Kolyshkin
2024-06-11os/user: make Lookup* functions properly handle ENOENTBen Hoyt
2024-06-11cmd/go: update link to RISC-V profile docCherry Mui
2024-06-11doc/next: resolve a TODO for openbsd/riscv64 portCherry Mui
2024-06-11doc/next: reword linker -bindnow release notesCherry Mui