| 2023-07-11 | Bryan C. Mills | net/http/fcgi: eliminate goroutine leaks in tests | commit | commitdiff | tree | 
| 2023-07-11 | Bryan C. Mills | os/exec: ignore context.Canceled errors in TestConcurre... | commit | commitdiff | tree | 
| 2023-07-11 | Jonathan Amsterdam | log/slog: replace nil contexts with context.Background() | commit | commitdiff | tree | 
| 2023-07-11 | Jonathan Amsterdam | log/slog: change XXXCtx functions to XXXContext | commit | commitdiff | tree | 
| 2023-07-11 | Bryan C. Mills | time: increase arbitrary upper bound in TestReset to 10s | commit | commitdiff | tree | 
| 2023-07-11 | Matthieu Baerts | net: mptcp: force using MPTCP with GODEBUG | commit | commitdiff | tree | 
| 2023-07-10 | Bryan C. Mills | syscall: serialize locks on ForkLock on platforms where... | commit | commitdiff | tree | 
| 2023-07-10 | Cuong Manh Le | test: add test cases for index value with range array... | commit | commitdiff | tree | 
| 2023-07-10 | Cuong Manh Le | cmd/compile: fix clear on slice with zero size elem | commit | commitdiff | tree | 
| 2023-07-10 | Keith Randall | cmd/compile: don't ICE on unaligned offsets for pointer... | commit | commitdiff | tree | 
| 2023-07-07 | qmuntal | os: support reading empty root directories on Windows | commit | commitdiff | tree | 
| 2023-07-07 | Than McIntosh | src/database/sql: run gofmt | commit | commitdiff | tree | 
| 2023-07-07 | Robert Findley | go/types, types2: do not mutate arguments in NewChecker | commit | commitdiff | tree | 
| 2023-07-07 | Michael Munday | math: add test that covers riscv64 fnm{add,sub} codegen | commit | commitdiff | tree | 
| 2023-07-07 | Jonathan Amsterdam | log/slog: handle recursively empty groups | commit | commitdiff | tree | 
| 2023-07-06 | Achille Roussel | os: do not skip directory entries with zero inodes... | commit | commitdiff | tree | 
| 2023-07-06 | Cherry Mui | runtime: print output on failure in TestMemPprof | commit | commitdiff | tree | 
| 2023-07-06 | Ian Lance Taylor | net: only build cgo_stub.go on unix or wasip1 | commit | commitdiff | tree | 
| 2023-07-06 | Russ Cox | cmd/go: pass GoVersion in vet config | commit | commitdiff | tree | 
| 2023-07-06 | Russ Cox | go/types: record Config.GoVersion for reporting in... | commit | commitdiff | tree | 
| 2023-07-06 | Merrick Clay | log/slog: fix faulty test | commit | commitdiff | tree | 
| 2023-07-05 | Meng Zhuo | cmd/compile: fix FMA negative commutativity of riscv64 | commit | commitdiff | tree | 
| 2023-07-05 | Michael Munday | math: fix portable FMA when x*y < 0 and x*y == -z | commit | commitdiff | tree | 
| 2023-07-05 | zikaeroh | database/sql: prevent internal context error from being... | commit | commitdiff | tree | 
| 2023-07-05 | Michael Anthony... | runtime,runtime/metrics: clarify OS stack metrics | commit | commitdiff | tree | 
| 2023-07-04 | Keith Randall | runtime: have ReadMemStats do a nil check before switch... | commit | commitdiff | tree | 
| 2023-07-04 | Oleksandr Redko | os, syscall: update unreachable link about =C: envs | commit | commitdiff | tree | 
| 2023-07-04 | Meng Zhuo | test/codegen: enable Mul2 DivPow2 test for riscv64 | commit | commitdiff | tree | 
| 2023-06-30 | Michael Pratt | runtime: check GOFLAGS not GCFLAGS | commit | commitdiff | tree | 
| 2023-06-29 | Chris O'Hara | net: enable pure Go resolver for wasip1 | commit | commitdiff | tree | 
| 2023-06-29 | Chris O'Hara | syscall: stub Getrlimit on wasip1 | commit | commitdiff | tree | 
| 2023-06-29 | Jes Cok | cmd/asm/internal/lex: fix comment, remove the first... | commit | commitdiff | tree | 
| 2023-06-29 | Robert Griesemer | cmd/compile/internal/types2: make TestIssue43124 match... | commit | commitdiff | tree | 
| 2023-06-29 | Damien Neil | net/http: validate Host header before sending | commit | commitdiff | tree | 
| 2023-06-29 | Than McIntosh | cmd/{go,compile}: run gofmt | commit | commitdiff | tree | 
| 2023-06-29 | Chris O'Hara | runtime: run wasip1 tests with wazero | commit | commitdiff | tree | 
| 2023-06-29 | Ben Hoyt | slices, maps: add examples; doc comment fixes | commit | commitdiff | tree | 
| 2023-06-29 | Mark Ryan | internal/bytealg: fix alignment code in equal_riscv64.s | commit | commitdiff | tree | 
| 2023-06-28 | Cuong Manh Le | cmd/compile: handle min/max correctly in mayCall | commit | commitdiff | tree | 
| 2023-06-28 | Matthew Dempsky | cmd/compile/internal/ssagen: fix min/max codegen, again | commit | commitdiff | tree | 
| 2023-06-28 | Russ Cox | cmd/go: enable slog vet check during 'go test' | commit | commitdiff | tree | 
| 2023-06-27 | Ian Lance Taylor | cmd/dist, internal/abi: support bootstrapping with... | commit | commitdiff | tree | 
| 2023-06-27 | Hiro | runtime: fix trace.Stop deadlock when built with faketime | commit | commitdiff | tree | 
| 2023-06-27 | Cuong Manh Le | cmd/compile: fix bad order of evaluation for min/max... | commit | commitdiff | tree | 
| 2023-06-27 | Joe Tsai | encoding: document that base32 and base64 do not use... | commit | commitdiff | tree | 
| 2023-06-27 | qmuntal | syscall: clarify which handles are affected by SysProcA... | commit | commitdiff | tree | 
| 2023-06-27 | Chris O'Hara | syscall: try non-blocking stdio on wasip1 | commit | commitdiff | tree | 
| 2023-06-26 | Robert Griesemer | go/types, types2: replace TODO with clarifying comment | commit | commitdiff | tree | 
| 2023-06-26 | Tobias Klauser | slices: add godoc links | commit | commitdiff | tree | 
| 2023-06-26 | Robert Griesemer | go/types, types2: fix interface unification | commit | commitdiff | tree | 
| 2023-06-26 | Cuong Manh Le | types2, go/types: record final type for min/max arguments | commit | commitdiff | tree | 
| 2023-06-26 | Robert Griesemer | go/types, types2: more readable inference trace | commit | commitdiff | tree | 
| 2023-06-26 | Kota | doc/go1.21: document changes in crypto/x509 | commit | commitdiff | tree | 
| 2023-06-26 | Ian Lance Taylor | doc/go1.21: context.Background and TODO may now appear... | commit | commitdiff | tree | 
| 2023-06-24 | Keith Randall | cmd/compile: fix min/max builtin code generation | commit | commitdiff | tree | 
| 2023-06-24 | Ian Lance Taylor | slices: clarify MinFunc/MaxFunc result for equal elements | commit | commitdiff | tree | 
| 2023-06-23 | Roland Shoemaker | crypto/x509: rename duplicated test | commit | commitdiff | tree | 
| 2023-06-23 | Jelle van den... | runtime: set raceignore to zero when starting a new... | commit | commitdiff | tree | 
| 2023-06-23 | Filippo Valsorda | crypto: document non-determinism of GenerateKey | commit | commitdiff | tree | 
| 2023-06-23 | Cuong Manh Le | cmd/compile: scanning closures body when visiting wrapp... | commit | commitdiff | tree | 
| 2023-06-23 | Cuong Manh Le | log/slog: fix broken link to AnyValue in comment | commit | commitdiff | tree | 
| 2023-06-23 | Christopher... | log/slog: fix broken link to Record.Clone in package... | commit | commitdiff | tree | 
| 2023-06-22 | Bryan C. Mills | cmd/go: impersonate 'go tool dist list' if 'go tool... | commit | commitdiff | tree | 
| 2023-06-22 | Bryan C. Mills | internal/platform,cmd/dist: export the list of supporte... | commit | commitdiff | tree | 
| 2023-06-22 | Than McIntosh | cmd/{go,cover}: enable response file args for cmd/cover | commit | commitdiff | tree | 
| 2023-06-22 | Oleksandr Redko | internal/fuzz: fix typo in comment | commit | commitdiff | tree | 
| 2023-06-22 | Roland Shoemaker | crypto/x509: tolerate multiple matching chains in testV... | commit | commitdiff | tree | 
| 2023-06-21 | Ian Lance Taylor | net/mail: permit more characters in mail headers | commit | commitdiff | tree | 
| 2023-06-21 | Ian Lance Taylor | test: add test that caused a gofrontend crash | commit | commitdiff | tree | 
| 2023-06-21 | Ian Lance Taylor | doc/go1.21: correct GOOS to GOARCH (another location) | commit | commitdiff | tree | 
| 2023-06-21 | Ian Lance Taylor | doc/go1.21: correct GOOS to GOARCH | commit | commitdiff | tree | 
| 2023-06-21 | Robert Griesemer | go/types, types2: avoid spurious "declared and not... | commit | commitdiff | tree | 
| 2023-06-21 | Michael Anthony... | runtime: relate GODEBUG=gctrace output to runtime/metrics | commit | commitdiff | tree | 
| 2023-06-21 | Russ Cox | cmd/go: shorten longest 5 tests | commit | commitdiff | tree | 
| 2023-06-21 | cuiweixie | cmd/compile/internal/ir: typo | commit | commitdiff | tree | 
| 2023-06-20 | Jonathan Amsterdam | log/slog: fix HandlerOptions.ReplaceAttr doc | commit | commitdiff | tree | 
| 2023-06-20 | Ian Lance Taylor | encoding/binary: on invalid type return -1 from Size | commit | commitdiff | tree | 
| 2023-06-20 | Ian Lance Taylor | cmd/go: add comment for intentional misspelling | commit | commitdiff | tree | 
| 2023-06-20 | Russ Cox | cmd/go: do not index std as a module in modcache | commit | commitdiff | tree | 
| 2023-06-20 | Russ Cox | cmd/go: restore go.mod files during toolchain selection | commit | commitdiff | tree | 
| 2023-06-20 | Russ Cox | cmd/distpack: rename go.mod to _go.mod in toolchain... | commit | commitdiff | tree | 
| 2023-06-20 | Russ Cox | cmd/go: disable sumdb less often for toolchain downloads | commit | commitdiff | tree | 
| 2023-06-20 | David Chase | internal/bisect: add 'q' hash option for quiet hash... | commit | commitdiff | tree | 
| 2023-06-20 | Olivier Mengué | runtime/trace: add godoc links | commit | commitdiff | tree | 
| 2023-06-19 | James Yang | cmd/go/internal/modfetch: fix retractions slice initial... | commit | commitdiff | tree | 
| 2023-06-17 | Moritz Poldrack | os/exec: document a method to check if a process is... | commit | commitdiff | tree | 
| 2023-06-16 | Bryan C. Mills | cmd/internal/moddeps: allow the "misc" module to be... | commit | commitdiff | tree | 
| 2023-06-16 | Bryan C. Mills | cmd/compile/internal/syntax: skip GOROOT/misc in TestSt... | commit | commitdiff | tree | 
| 2023-06-16 | Bryan C. Mills | cmd/internal/testdir: skip Test if GOROOT/test does... | commit | commitdiff | tree | 
| 2023-06-16 | Bryan C. Mills | go/types: skip tests that require GOROOT/test if it... | commit | commitdiff | tree | 
| 2023-06-16 | Bryan C. Mills | go/internal/gcimporter: skip TestImportTypeparamTests... | commit | commitdiff | tree | 
| 2023-06-16 | Bryan C. Mills | cmd/go/internal/test: don't wait for previous test... | commit | commitdiff | tree | 
| 2023-06-16 | Bryan C. Mills | path/filepath: avoid assuming that GOROOT/test is present | commit | commitdiff | tree | 
| 2023-06-16 | Paul E. Murphy | cmd/cgo/internal/testshared: disable gccgo tests on... | commit | commitdiff | tree | 
| 2023-06-16 | Paul E. Murphy | cmd/cgo/internal/testshared: strip newline from gccgo... | commit | commitdiff | tree | 
| 2023-06-16 | Jes Cok | compress/bzip2: fix typo | commit | commitdiff | tree | 
| 2023-06-16 | Al Cutter | net/http: check RemoteAddr isn't nil before dereferencing | commit | commitdiff | tree | 
| 2023-06-16 | Dmitri Shuralyov | net/http: close req.Body only when it's non-nil on js | commit | commitdiff | tree | 
| 2023-06-16 | Achille Roussel | testing/fstest: fix the Glob test when dir entries... | commit | commitdiff | tree | 
| 2023-06-16 | Michael Anthony... | reflect: fix ArenaNew to match documentation | commit | commitdiff | tree | 
| next |