| 2024-07-15 | Cuong Manh Le | strings: re-introduce noescape wrapper | commit | commitdiff | tree | 
| 2024-07-15 | Sean Liao | net/http: document io.Seeker requirement for fs.FS... | commit | commitdiff | tree | 
| 2024-07-12 | Rob Findley | cmd: vendor golang.org/x/telemetry@268b4a8ec2d7 | commit | commitdiff | tree | 
| 2024-07-12 | Tim King | go/types: fix assertion failure when range over int... | commit | commitdiff | tree | 
| 2024-07-12 | Joel Sing | os: clean up after TestIssue60181 | commit | commitdiff | tree | 
| 2024-07-11 | Ian Lance Taylor | unsafe: say "functions like syscall.Syscall", not only... | commit | commitdiff | tree | 
| 2024-07-11 | cuishuang | all: make struct comments match struct names | commit | commitdiff | tree | 
| 2024-07-11 | Kir Kolyshkin | strings: more cross-references in docstrings | commit | commitdiff | tree | 
| 2024-07-11 | Jonathan Hall | database/sql/driver: fix name in comment | commit | commitdiff | tree | 
| 2024-07-11 | Diogo Pinela | os: clarify that IsNotExist, IsExist, IsPermission... | commit | commitdiff | tree | 
| 2024-07-10 | Clide Stefani | crypto/tls: add support for -expect-no-hrr to bogo_shim... | commit | commitdiff | tree | 
| 2024-07-10 | Jorropo | math: remove riscv64 assembly implementations of rounding | commit | commitdiff | tree | 
| 2024-07-10 | Sean Liao | context: handle nil values for valueCtx.String() | commit | commitdiff | tree | 
| 2024-07-09 | Nick Ripley | runtime: avoid multiple records with identical stacks... | commit | commitdiff | tree | 
| 2024-07-09 | Clide Stefani | crypto/tls: add support for -reject-alpn and -decline... | commit | commitdiff | tree | 
| 2024-07-09 | Manuel Sabin | crypto/internal/cryptotest: add common tests for the... | commit | commitdiff | tree | 
| 2024-07-08 | Julian Dax | testing: remove call to os.Exit in documentation for... | commit | commitdiff | tree | 
| 2024-07-08 | Ian Lance Taylor | unsafe: clarify when String bytes can be modified | commit | commitdiff | tree | 
| 2024-07-07 | qiulaidongfeng | cmd/dist: remove iter,slices,maps test on GOEXPERIMENT... | commit | commitdiff | tree | 
| 2024-07-07 | Cuong Manh Le | io: add test for Pipe constructor allocations | commit | commitdiff | tree | 
| 2024-07-07 | Dmitri Shuralyov | os/exec: only use cachedLookExtensions if Cmd.Path... | commit | commitdiff | tree | 
| 2024-07-05 | Cuong Manh Le | cmd/compile: correct RewriteMultiValueCall fatal message | commit | commitdiff | tree | 
| 2024-07-05 | Cuong Manh Le | cmd/compile: fix ICE when compiling global a, b = f() | commit | commitdiff | tree | 
| 2024-07-03 | Cherry Mui | cmd/link: don't disable memory profiling when pprof... | commit | commitdiff | tree | 
| 2024-07-03 | Ian Lance Taylor | cmd/cgo: read CGO_LDFLAGS environment variable | commit | commitdiff | tree | 
| 2024-07-03 | Cuong Manh Le | cmd/compile: fix mis-compilation when switching over... | commit | commitdiff | tree | 
| 2024-07-03 | Cuong Manh Le | cmd/compile: emit error message on mismatch import... | commit | commitdiff | tree | 
| 2024-07-03 | Ian Lance Taylor | cmd/link: document -checklinkname option | commit | commitdiff | tree | 
| 2024-07-02 | Darin Krauss | time: fix time zone parsing when format includes time... | commit | commitdiff | tree | 
| 2024-07-02 | Kir Kolyshkin | os: add TODO about removing test exception | commit | commitdiff | tree | 
| 2024-07-01 | Michael Matloob | cmd/go/internal/workcmd: remove a potentially confusing... | commit | commitdiff | tree | 
| 2024-07-01 | Than McIntosh | cmd/link: align .reloc block starts by 32 bits for... | commit | commitdiff | tree | 
| 2024-07-01 | Mohamed Yousif | cmd/go: update go clean help message | commit | commitdiff | tree | 
| 2024-07-01 | Dmitri Shuralyov | sync: refer to Locker interface methods in RWMutex... | commit | commitdiff | tree | 
| 2024-07-01 | Tom Levy | runtime: fix nil pointer in TestGoroutineParallelism2... | commit | commitdiff | tree | 
| 2024-06-28 | Alessandro... | cmd/compile: drop internal range-over-func vars from... | commit | commitdiff | tree | 
| 2024-06-28 | Jes Cok | net/http: avoid appending an existing trailing slash... | commit | commitdiff | tree | 
| 2024-06-28 | Keith Randall | cmd/compile: don't elide zero extension on top of signe... | commit | commitdiff | tree | 
| 2024-06-27 | Michael Matloob | cmd/go/internal/help: add documentation for language... | commit | commitdiff | tree | 
| 2024-06-27 | Jes Cok | slices: update docs for All, Backward, Values | commit | commitdiff | tree | 
| 2024-06-26 | Cherry Mui | cmd/link: don't skip code sign even if dsymutil didn... | commit | commitdiff | tree | 
| 2024-06-26 | Cherry Mui | cmd/link: don't let dsymutil delete our temp directory | commit | commitdiff | tree | 
| 2024-06-26 | Kir Kolyshkin | os: rewrite TestChtimesWithZeroTimes | commit | commitdiff | tree | 
| 2024-06-25 | Damien Neil | crypto/tls: apply QUIC session event flag to QUICResume... | commit | commitdiff | tree | 
| 2024-06-25 | Joel Sing | cmd/internal/obj/arm64: fix return with register | commit | commitdiff | tree | 
| 2024-06-25 | func25 | cmd/compile: update README to reflect dead code elimina... | commit | commitdiff | tree | 
| 2024-06-24 | Dmitri Shuralyov | cmd: run go mod tidy after CL 593684 | commit | commitdiff | tree | 
| 2024-06-24 | Hana (Hyang... | cmd/vendor: vendor x/telemetry@38a4430 | commit | commitdiff | tree | 
| 2024-06-24 | Damien Neil | net/http: document that Request.Clone does not deep... | commit | commitdiff | tree | 
| 2024-06-24 | Filippo Valsorda | crypto/tls: replay test recordings without network | commit | commitdiff | tree | 
| 2024-06-24 | Kir Kolyshkin | os: TestChtimes: separate hasNoatime | commit | commitdiff | tree | 
| 2024-06-24 | Sebastian Nickolls | cmd/internal/obj/arm64: Enable arm64 assembler tests... | commit | commitdiff | tree | 
| 2024-06-24 | Brad Fitzpatrick | net/netip: add test that Compare and reflect.DeepEqual... | commit | commitdiff | tree | 
| 2024-06-24 | Ian Lance Taylor | net/netip: unexport fields of addrDetail | commit | commitdiff | tree | 
| 2024-06-23 | Davis Goodin | cmd/link/internal/ld: handle "\r" in MinGW "--print... | commit | commitdiff | tree | 
| 2024-06-22 | Cherry Mui | cmd/link: handle dynamic import variables on Darwin... | commit | commitdiff | tree | 
| 2024-06-21 | Michael Matloob | cmd: vendor golang.org/x/telemetry@a740542 | commit | commitdiff | tree | 
| 2024-06-21 | Gopher Robot | doc/next: delete | commit | commitdiff | tree | 
| 2024-06-21 | Michael Matloob | cmd/internal: separate counter package from telemetry... | commit | commitdiff | tree | 
| 2024-06-21 | Michael Matloob | cmd/vendor: pull in golang.org/x/telemetry@b4de734 | commit | commitdiff | tree | 
| 2024-06-21 | Ian Lance Taylor | iter: minor doc comment updates | commit | commitdiff | tree | 
| 2024-06-21 | Ian Lance Taylor | cmd/cgo: fail on v, err := C.fn when fn is a builtin... | commit | commitdiff | tree | 
| 2024-06-21 | Kir Kolyshkin | os: improve newFile, rm newDir | commit | commitdiff | tree | 
| 2024-06-21 | Jes Cok | encoding/json: clarify the map's key type for Unmarshal | commit | commitdiff | tree | 
| 2024-06-21 | Cuong Manh Le | types2, go/types: correct NewTypeParam documentation | commit | commitdiff | tree | 
| 2024-06-21 | Rob Pike | text/template/parse: fix handling of assignment/declara... | commit | commitdiff | tree | 
| 2024-06-21 | Clide Stefani | crypto/tls: add support for -expect-version to bogo_shi... | commit | commitdiff | tree | 
| 2024-06-21 | Austin Clements | sync/atomic: correct result names for Or methods | commit | commitdiff | tree | 
| 2024-06-21 | Russ Cox | time: provide non-default metric for asynctimerchan | commit | commitdiff | tree | 
| 2024-06-20 | Damien Neil | internal/godebugs: fix old value for httpservecontentke... | commit | commitdiff | tree | 
| 2024-06-20 | Cuong Manh Le | cmd/compile: support generic alias type | commit | commitdiff | tree | 
| 2024-06-18 | Kir Kolyshkin | internal/syscall/unix: fix UTIME_OMIT for dragonfly | commit | commitdiff | tree | 
| 2024-06-18 | Damien Neil | net/http: keep Content-Encoding in Error, add GODEBUG... | commit | commitdiff | tree | 
| 2024-06-18 | Sam Thanawalla | doc/next: update release notes for go list -m -json | commit | commitdiff | tree | 
| 2024-06-18 | Dmitri Shuralyov | all: update vendored golang.org/x/tools | commit | commitdiff | tree | 
| 2024-06-18 | Michael Matloob | doc/next: add release notes for telemetry and the godeb... | commit | commitdiff | tree | 
| 2024-06-18 | Roland Shoemaker | misc/ios: rework exec wrapper to only support simulator | commit | commitdiff | tree | 
| 2024-06-18 | Sam Thanawalla | cmd/go: fix go list -u -m all with too new retractions... | commit | commitdiff | tree | 
| 2024-06-18 | Roland Shoemaker | Revert "crypto/x509: reject serial numbers longer than... | commit | commitdiff | tree | 
| 2024-06-18 | Roland Shoemaker | doc: add note about x509sha1 removal in 1.24 | commit | commitdiff | tree | 
| 2024-06-18 | Dmitri Shuralyov | doc/next: improve wording for proposal 67061 | commit | commitdiff | tree | 
| 2024-06-17 | thepudds | doc/next: add motivation and details links for range... | commit | commitdiff | tree | 
| 2024-06-17 | Sam Thanawalla | cmd/go: set GoVersion for files on the command line... | commit | commitdiff | tree | 
| 2024-06-17 | Briheet Singh... | go/doc: added the predeclared identifiers clear, min... | commit | commitdiff | tree | 
| 2024-06-16 | Joel Sing | syscall: selectively update zerrors_* on openbsd/386... | commit | commitdiff | tree | 
| 2024-06-14 | Russ Cox | iter: add doc comment from proposal | commit | commitdiff | tree | 
| 2024-06-14 | David Chase | cmd/compile: give the closure generated for rangefunc... | commit | commitdiff | tree | 
| 2024-06-14 | Than McIntosh | cmd/go: fix problems with coverage percentage reporting... | commit | commitdiff | tree | 
| 2024-06-14 | Than McIntosh | internal/coverage: refactor EmitPercent in preparation... | commit | commitdiff | tree | 
| 2024-06-14 | Than McIntosh | cmd/go: fix handling of builtin packages in WriteCoverM... | commit | commitdiff | tree | 
| 2024-06-13 | Benson Margulies | slices: add documentation on incomparable items in... | commit | commitdiff | tree | 
| 2024-06-13 | Than McIntosh | cmd/go: fix "go test -n -cover" glitch with no-test... | commit | commitdiff | tree | 
| 2024-06-13 | Robert Griesemer | spec: adjust for-range prose to include iterator functi... | commit | commitdiff | tree | 
| 2024-06-13 | Robert Griesemer | go/types, types2: typecheck cases even if switch expres... | commit | commitdiff | tree | 
| 2024-06-13 | Michael Matloob | cmd/go: call telemetry.MaybeChild at start of go command | commit | commitdiff | tree | 
| 2024-06-13 | Than McIntosh | internal/coverage/cfile: harden the coverage snapshot... | commit | commitdiff | tree | 
| 2024-06-13 | Than McIntosh | cmd/link: use path from "cc --print-prog-name ar" for... | commit | commitdiff | tree | 
| 2024-06-13 | Michael Matloob | cmd: vendor golang.org/x/telemetry@8cad58b | commit | commitdiff | tree | 
| 2024-06-13 | Robert Griesemer | spec: allow range-over-func to omit iteration variables | commit | commitdiff | tree | 
| 2024-06-13 | Robert Griesemer | go/types, types2: allow range-over-func to omit iterati... | commit | commitdiff | tree | 
| next |