aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-06-09cmd/go: don't assume ImportStack always set on PackageErrorMichael Matloob
2023-06-09cmd/link: mangle certain instantiated function name in plugin modeCherry Mui
2023-06-09crypto/tls: make SessionState.Extra a slice of byte slicesFilippo Valsorda
2023-06-09cmd/go: fix TestScript/gotoolchain* when go.env doesn't set GOTOOLCHAIN=autoqmuntal
2023-06-09all: fix function names in commentscui fliter
2023-06-09net: update SOCK_CLOEXEC commentIan Lance Taylor
2023-06-09Revert "net: remove fallback path in sysSocket"Ian Lance Taylor
2023-06-09doc/go1.21: remove CL 472195 TODOIan Lance Taylor
2023-06-08runtime: apply looser bound to /gc/heap/live:bytes in testMichael Anthony Knyszek
2023-06-08go1.21: document crypto/tls additionsDamien Neil
2023-06-08doc/go1.21: more crypto release notesFilippo Valsorda
2023-06-08doc/go1.21: NOFRAME heuristic changesqmuntal
2023-06-08doc/go1.21: mention NewFile on non-blocking descriptorIan Lance Taylor
2023-06-08doc/go1.21: mention html/template.ErrJSTemplateIan Lance Taylor
2023-06-08doc/go1.21: mention new cmp packageIan Lance Taylor
2023-06-08doc/go1.21: run relnotes againIan Lance Taylor
2023-06-08cmd/compile: typocuiweixie
2023-06-08go/types: fix method set computation if receiver is a named pointerRobert Griesemer
2023-06-08go/printer: error out of Fprint when it would write a '//line' directive with...Bryan C. Mills