aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2024-07-07io: add test for Pipe constructor allocationsCuong Manh Le
2024-07-07os/exec: only use cachedLookExtensions if Cmd.Path is unmodifiedDmitri Shuralyov
2024-07-05cmd/compile: correct RewriteMultiValueCall fatal messageCuong Manh Le
2024-07-05cmd/compile: fix ICE when compiling global a, b = f()Cuong Manh Le
2024-07-03cmd/link: don't disable memory profiling when pprof.WriteHeapProfile is usedCherry Mui
2024-07-03cmd/cgo: read CGO_LDFLAGS environment variableIan Lance Taylor
2024-07-03cmd/compile: fix mis-compilation when switching over channelsCuong Manh Le
2024-07-03cmd/compile: emit error message on mismatch import pathCuong Manh Le
2024-07-03cmd/link: document -checklinkname optionIan Lance Taylor
2024-07-02time: fix time zone parsing when format includes time zone secondsDarin Krauss
2024-07-02os: add TODO about removing test exceptionKir Kolyshkin
2024-07-01cmd/go/internal/workcmd: remove a potentially confusing statementMichael Matloob
2024-07-01cmd/link: align .reloc block starts by 32 bits for PE targetThan McIntosh
2024-07-01cmd/go: update go clean help messageMohamed Yousif
2024-07-01sync: refer to Locker interface methods in RWMutex.RLocker docDmitri Shuralyov
2024-07-01runtime: fix nil pointer in TestGoroutineParallelism2 when offlineTom Levy
2024-06-28cmd/compile: drop internal range-over-func vars from DWARF outputAlessandro Arzilli
2024-06-28net/http: avoid appending an existing trailing slash to path againJes Cok
2024-06-28cmd/compile: don't elide zero extension on top of signed valuesKeith Randall
2024-06-27cmd/go/internal/help: add documentation for language version downgradingMichael Matloob
2024-06-27slices: update docs for All, Backward, ValuesJes Cok
2024-06-26cmd/link: don't skip code sign even if dsymutil didn't generate a fileCherry Mui
2024-06-26cmd/link: don't let dsymutil delete our temp directoryCherry Mui
2024-06-26os: rewrite TestChtimesWithZeroTimesKir Kolyshkin
2024-06-25crypto/tls: apply QUIC session event flag to QUICResumeSession eventsDamien Neil
2024-06-25cmd/internal/obj/arm64: fix return with registerJoel Sing
2024-06-25cmd/compile: update README to reflect dead code elimination changesfunc25
2024-06-24cmd: run go mod tidy after CL 593684Dmitri Shuralyov
2024-06-24cmd/vendor: vendor x/telemetry@38a4430Hana (Hyang-Ah) Kim
2024-06-24net/http: document that Request.Clone does not deep copy BodyDamien Neil