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 |
2024-06-12 |
Than McIntosh | cmd/compile/internal: add a PGO devirt post-lookup... |
commit | commitdiff | tree |
2024-06-12 |
Dmitri Shuralyov | doc/next: improve description of proposal 61308 |
commit | commitdiff | tree |
2024-06-12 |
Cherry Mui | doc/next: reword map iterator function notes |
commit | commitdiff | tree |
2024-06-12 |
Ian Lance Taylor | net: add GODEBUG=netedns0=0 to disable sending EDNS0... |
commit | commitdiff | tree |
2024-06-12 |
Cherry Mui | cmd/link: put runtime.end in the last section of data... |
commit | commitdiff | tree |
2024-06-11 |
Michael Pratt | os: always return syscall.ECHILD from Wait for done... |
commit | commitdiff | tree |
2024-06-11 |
Clide Stefani | crypto/tls: improve error log produced during TestBogoSuite |
commit | commitdiff | tree |
2024-06-11 |
Cherry Mui | doc/next: document GORISCV64 environment variable |
commit | commitdiff | tree |
2024-06-11 |
Cherry Mui | doc/next: document GOARM64 environment variable |
commit | commitdiff | tree |
2024-06-11 |
Cherry Mui | doc/next: document locking down linkname usages |
commit | commitdiff | tree |
2024-06-11 |
Jes Cok | time: correct spelling, queing -> queuing |
commit | commitdiff | tree |
2024-06-11 |
Dana Burkart | time: add to format documentation about dangers of... |
commit | commitdiff | tree |
2024-06-11 |
Kir Kolyshkin | os: RemoveAll: fix error returned |
commit | commitdiff | tree |
2024-06-11 |
Ben Hoyt | os/user: make Lookup* functions properly handle ENOENT |
commit | commitdiff | tree |
2024-06-11 |
Cherry Mui | cmd/go: update link to RISC-V profile doc |
commit | commitdiff | tree |
2024-06-11 |
Cherry Mui | doc/next: resolve a TODO for openbsd/riscv64 port |
commit | commitdiff | tree |
2024-06-11 |
Cherry Mui | doc/next: reword linker -bindnow release notes |
commit | commitdiff | tree |
2024-06-11 |
Robert Griesemer | go/types, types2: add missing Unalias calls in type... |
commit | commitdiff | tree |
2024-06-10 |
Michael Pratt | os: overhaul handling of PID vs pidfd within Process |
commit | commitdiff | tree |
2024-06-10 |
Than McIntosh | cmd/compile/internal/ssa: fix DWARF location expr for... |
commit | commitdiff | tree |
2024-06-10 |
Robert Griesemer | cmd/compile/internal/syntax: return correct start pos... |
commit | commitdiff | tree |
2024-06-10 |
Andrew W. Phillips | cmd/go/internal/work: avoid panic for a repeated /... |
commit | commitdiff | tree |
2024-06-10 |
Jes Cok | cmd/compile/internal/types2: fix typo in comment for... |
commit | commitdiff | tree |
2024-06-07 |
Rodrigo Orselli | sync: include links to the Go memory model in package... |
commit | commitdiff | tree |
2024-06-07 |
Kir Kolyshkin | syscall: rm go:linkname from origRlimitNofile |
commit | commitdiff | tree |
2024-06-07 |
qiulaidongfeng | os/exec: on Windows look for extensions in Run if not... |
commit | commitdiff | tree |
2024-06-07 |
Michael Anthony... | iter: don't iterate if stop is called before next on... |
commit | commitdiff | tree |
2024-06-07 |
Michael Anthony... | iter: propagate runtime.Goexit from iterator passed... |
commit | commitdiff | tree |
2024-06-07 |
Michael Anthony... | iter: propagate panics from the iterator passed to... |
commit | commitdiff | tree |
2024-06-07 |
Paul E. Murphy | cmd/compile/ssa: fix (MOVWZreg (RLWINM)) folding on... |
commit | commitdiff | tree |
2024-06-07 |
qiulaidongfeng | cmd/go: avoid when go.env contain GOTOOLCHAIN=local... |
commit | commitdiff | tree |
2024-06-07 |
Ian Lance Taylor | cmd/go: add pointer to build flags in "go get" docs |
commit | commitdiff | tree |
2024-06-07 |
Ian Lance Taylor | os/signal: remove SIGSYS from list of signals that... |
commit | commitdiff | tree |
2024-06-07 |
Chance Zibolski | net/http: check GetConfigForClient in server.ServeTLS |
commit | commitdiff | tree |
2024-06-07 |
Cherry Mui | cmd/compile: generate args_stackmap for ABI0 assembly... |
commit | commitdiff | tree |
2024-06-07 |
Cherry Mui | cmd/link: don't include deadcoded function symbols... |
commit | commitdiff | tree |
2024-06-07 |
Anuraag Agrawal | runtime: add a note on SetFinalizer doc about method... |
commit | commitdiff | tree |
2024-06-06 |
Damien Neil | net/http: send body or close connection on expect-100... |
commit | commitdiff | tree |
2024-06-06 |
Michael Matloob | cmd/go/internal/modget: print a fatal error if -d=false |
commit | commitdiff | tree |
2024-06-06 |
Michael Matloob | cmd/go/internal/modload: add line numbers to godebug... |
commit | commitdiff | tree |
2024-06-06 |
Michael Matloob | cmd/go/internal/modload: respect overlays when loading... |
commit | commitdiff | tree |
2024-06-06 |
Robert Griesemer | math/big: better doc string for Float.Copy, add example... |
commit | commitdiff | tree |
2024-06-05 |
Keith Randall | runtime: soften up the GCTestIsReachable test a bit |
commit | commitdiff | tree |
2024-06-05 |
Robert Griesemer | doc: document new default for GODEBUG gotypesalias... |
commit | commitdiff | tree |
next |