aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-08-13[release-branch.go1.23] revert "go/types, types2: only use fileVersion if 1.2...Carlos Amedee
2024-08-12[release-branch.go1.23] go/types, types2: only use fileVersion if 1.21 or gre...Michael Matloob
2024-08-02[release-branch.go1.23] crypto/tls: fix testHandshake close flakesFilippo Valsorda
2024-07-26[release-branch.go1.23] types2, go/types: fix instantiation of named type wit...Cuong Manh Le
2024-07-26[release-branch.go1.23] cmd/compile: more informative panic when importing ge...Robert Griesemer
2024-07-24[release-branch.go1.23] os: document CopyFS behavior for symlinks in destinationDamien Neil
2024-07-22slices: explicitly document nil and empty slice equalitySean Liao
2024-07-22cmd/compile: don't inline runtime functions in -d=checkptr buildCherry Mui
2024-07-19runtime: mark lockWithRankMayAcquire as nosplitCuong Manh Le
2024-07-17maps: document handling of non-reflexive keysSean Liao
2024-07-17cmd: vendor golang.org/x/telemetry@0b706e1Rob Findley
2024-07-17os: don't try to signal PID -1 on UnixIan Lance Taylor
2024-07-17runtime: avoid multiple records with identical stacks from MutexProfileNick Ripley
2024-07-17cmd/cgo/internal/testcarchive: remove 1-minute timeoutCherry Mui
2024-07-17math/big: fix comment typo in natdiv.gowithsky
2024-07-17internal/bytealg: extend memchr result correctly on wasmZxilly
2024-07-16cmd/internal/cov: close counter data files eagerlyThan McIntosh
2024-07-16regexp: more cross-references in docstringsKir Kolyshkin
2024-07-16bytes: more cross-references in docstringsKir Kolyshkin
2024-07-16math/big: use lists in docstringsKir Kolyshkin
2024-07-16math/big: more cross-references in docstringsKir Kolyshkin
2024-07-16encoding/binary: use list format in docstringsKir Kolyshkin
2024-07-16strings,bytes,regexp: use lists in Split* docstringsKir Kolyshkin
2024-07-16crypto/tls: add exclude tls flags to bogo_shim_testClide Stefani
2024-07-16encoding/json: document compact json output in Encoder.EncodeSean Liao
2024-07-16net: document ParseIP always returns IPv6 addressesSean Liao
2024-07-16archive/zip: document handling of duplicate names in Writer.CreateSean Liao
2024-07-16sort: add example for Findcui fliter
2024-07-16cmd/compile: fix recursive generic interface instantiationCuong Manh Le
2024-07-15flag: add FlagSet exampleMiki Tebeka
2024-07-15Revert "runtime: avoid multiple records with identical stacks from MutexProfile"Cherry Mui
2024-07-15strings: re-introduce noescape wrapperCuong Manh Le
2024-07-15net/http: document io.Seeker requirement for fs.FS argumentsSean Liao
2024-07-12cmd: vendor golang.org/x/telemetry@268b4a8ec2d7Rob Findley
2024-07-12go/types: fix assertion failure when range over int is not permittedTim King
2024-07-12os: clean up after TestIssue60181Joel Sing
2024-07-11unsafe: say "functions like syscall.Syscall", not only SyscallIan Lance Taylor
2024-07-11all: make struct comments match struct namescuishuang
2024-07-11strings: more cross-references in docstringsKir Kolyshkin
2024-07-11database/sql/driver: fix name in commentJonathan Hall
2024-07-11os: clarify that IsNotExist, IsExist, IsPermission and IsTimeout work with ni...Diogo Pinela
2024-07-10crypto/tls: add support for -expect-no-hrr to bogo_shim_testClide Stefani
2024-07-10math: remove riscv64 assembly implementations of roundingJorropo
2024-07-10context: handle nil values for valueCtx.String()Sean Liao
2024-07-09runtime: avoid multiple records with identical stacks from MutexProfileNick Ripley
2024-07-09crypto/tls: add support for -reject-alpn and -decline-alpn flags to bogo_shim...Clide Stefani
2024-07-09crypto/internal/cryptotest: add common tests for the hash.Hash interfaceManuel Sabin
2024-07-08testing: remove call to os.Exit in documentation for TestMainJulian Dax
2024-07-08unsafe: clarify when String bytes can be modifiedIan Lance Taylor
2024-07-07cmd/dist: remove iter,slices,maps test on GOEXPERIMENT=rangefuncqiulaidongfeng