2024-08-13 |
Carlos Amedee | [release-branch.go1.23] revert "go/types, types2: only... |
commit | commitdiff | tree |
2024-08-12 |
Michael Matloob | [release-branch.go1.23] go/types, types2: only use... |
commit | commitdiff | tree |
2024-08-02 |
Filippo Valsorda | [release-branch.go1.23] crypto/tls: fix testHandshake... |
commit | commitdiff | tree |
2024-07-26 |
Cuong Manh Le | [release-branch.go1.23] types2, go/types: fix instantia... |
commit | commitdiff | tree |
2024-07-26 |
Robert Griesemer | [release-branch.go1.23] cmd/compile: more informative... |
commit | commitdiff | tree |
2024-07-24 |
Damien Neil | [release-branch.go1.23] os: document CopyFS behavior... |
commit | commitdiff | tree |
2024-07-22 |
Dmitri Shuralyov | [release-branch.go1.23] all: merge master (5e8a731... |
commit | commitdiff | tree |
2024-07-22 |
Will Faught | README: fix CC BY license name |
commit | commitdiff | tree |
2024-07-22 |
Sean Liao | slices: explicitly document nil and empty slice equality |
commit | commitdiff | tree |
2024-07-22 |
Cherry Mui | cmd/compile: don't inline runtime functions in -d=check... |
commit | commitdiff | tree |
2024-07-19 |
Cuong Manh Le | runtime: mark lockWithRankMayAcquire as nosplit |
commit | commitdiff | tree |
2024-07-17 |
Sean Liao | maps: document handling of non-reflexive keys |
commit | commitdiff | tree |
2024-07-17 |
Rob Findley | cmd: vendor golang.org/x/telemetry@0b706e1 |
commit | commitdiff | tree |
2024-07-17 |
Ian Lance Taylor | os: don't try to signal PID -1 on Unix |
commit | commitdiff | tree |
2024-07-17 |
Nick Ripley | runtime: avoid multiple records with identical stacks... |
commit | commitdiff | tree |
2024-07-17 |
Cherry Mui | cmd/cgo/internal/testcarchive: remove 1-minute timeout |
commit | commitdiff | tree |
2024-07-17 |
withsky | math/big: fix comment typo in natdiv.go |
commit | commitdiff | tree |
2024-07-17 |
Zxilly | internal/bytealg: extend memchr result correctly on... |
commit | commitdiff | tree |
2024-07-16 |
Than McIntosh | cmd/internal/cov: close counter data files eagerly |
commit | commitdiff | tree |
2024-07-16 |
Kir Kolyshkin | regexp: more cross-references in docstrings |
commit | commitdiff | tree |
2024-07-16 |
Kir Kolyshkin | bytes: more cross-references in docstrings |
commit | commitdiff | tree |
2024-07-16 |
Kir Kolyshkin | math/big: use lists in docstrings |
commit | commitdiff | tree |
2024-07-16 |
Kir Kolyshkin | math/big: more cross-references in docstrings |
commit | commitdiff | tree |
2024-07-16 |
Kir Kolyshkin | encoding/binary: use list format in docstrings |
commit | commitdiff | tree |
2024-07-16 |
Kir Kolyshkin | strings,bytes,regexp: use lists in Split* docstrings |
commit | commitdiff | tree |
2024-07-16 |
Clide Stefani | crypto/tls: add exclude tls flags to bogo_shim_test |
commit | commitdiff | tree |
2024-07-16 |
Sean Liao | encoding/json: document compact json output in Encoder... |
commit | commitdiff | tree |
2024-07-16 |
Sean Liao | net: document ParseIP always returns IPv6 addresses |
commit | commitdiff | tree |
2024-07-16 |
Sean Liao | archive/zip: document handling of duplicate names in... |
commit | commitdiff | tree |
2024-07-16 |
cui fliter | sort: add example for Find |
commit | commitdiff | tree |
2024-07-16 |
Cuong Manh Le | cmd/compile: fix recursive generic interface instantiation |
commit | commitdiff | tree |
2024-07-16 |
Gopher Robot | [release-branch.go1.23] go1.23rc2 go1.23rc2 |
commit | commitdiff | tree |
2024-07-15 |
Miki Tebeka | flag: add FlagSet example |
commit | commitdiff | tree |
2024-07-15 |
Cherry Mui | [release-branch.go1.23] all: merge master (6948b4d... |
commit | commitdiff | tree |
2024-07-15 |
Cherry Mui | Revert "runtime: avoid multiple records with identical... |
commit | commitdiff | tree |
2024-07-15 |
Cherry Mui | [release-branch.go1.23] all: merge master (8f1ec59... |
commit | commitdiff | tree |
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 |
next |