Commit Graph

  • c8df1410d5 cmd/compile: on arm64 pair a load with a load in a subsequent block Keith Randall 2026-01-30 14:16:40 -08:00
  • 51abbb12c4 internal/pkgbits: add missing tests Robert Griesemer 2026-03-11 19:02:07 -07:00
  • 79f3d38562 cmd/internal/obj/arm64: new arm64 assembling path for SVE Junyang Shao 2026-02-04 17:19:04 +00:00
  • 1a44be4cec [release-branch.go1.26] internal/poll: move rsan to heap on windows database64128 2026-03-09 16:25:16 +08:00
  • 3bf3014fe7 [release-branch.go1.26] test/convert5: skip mipsle Rongrong 2026-02-10 13:57:41 +08:00
  • aed39507b1 [release-branch.go1.25] cmd/go/internal/cache: update trim timestamp before trimming Michael Matloob 2026-03-09 13:51:56 -04:00
  • e29f35511d [release-branch.go1.26] cmd/go/internal/cache: update trim timestamp before trimming Michael Matloob 2026-03-09 13:51:56 -04:00
  • 9a6627a5db [release-branch.go1.25] crypto/x509: fix wildcard domain exclusions. Rudolf Polzer 2026-03-02 01:48:29 -08:00
  • 2b01132c9f [release-branch.go1.26] runtime/poll: fix race condition in Window's SendFile qmuntal 2026-03-08 14:18:04 +01:00
  • a45c8032bb cmd/go: include test deps in buildinfo Stefan VanBuren 2026-03-17 20:09:35 -04:00
  • 79a8ccab29 cmd/go/internal/help: reword packages and importpath docs Sean Liao 2026-03-08 02:03:47 +00:00
  • 55de3efde3 cmd/compile: elide sign-extend after zero-extend for wasm George Adams 2026-03-18 09:16:54 +00:00
  • 686b127fe8 doc: fix 2 links in godebug.md Dmitri Shuralyov 2026-03-18 16:53:54 -04:00
  • f9bdf58fb1 doc: remove template use in godebug.md Dmitri Shuralyov 2026-03-18 16:00:48 -04:00
  • 89ba6eec5c cmd/compile: (mips64x) optimize float32(abs|sqrt64(float64(x))) Julian Zhu 2026-01-27 18:32:44 +08:00
  • fdd38337f0 cmd/link: propagate Mach-O section alignment to symbol in loadmacho penglei 2026-03-17 14:33:28 +00:00
  • 0520d3f352 cmd/link: skip special symbols for label symbol generation Cherry Mui 2026-03-17 11:18:36 -04:00
  • 30bfe53dd7 cmd/compile: enable promoted field selectors as keys in struct literals Robert Griesemer 2026-03-16 14:01:37 -07:00
  • 9ec1d8f335 cmd/compile: skip race detector test failure for unsupported VMA Guoqi Chen 2026-03-19 10:48:47 +08:00
  • d9a600a73b cmd/compile/internal/noder: encode promoted struct fields for composite literals in UIR Robert Griesemer 2026-03-11 19:02:07 -07:00
  • 9f7e98d263 go/types, types2: allow promoted field names as keys in struct literals Robert Griesemer 2026-03-04 19:01:53 -08:00
  • 86b5e678e8 cmd/go: reject an empty tool name Olivier Mengué 2025-07-25 10:34:34 +02:00
  • ba8c3d07a7 [release-branch.go1.26] net/http: restore accidentally removed package doc Damien Neil 2026-03-04 13:22:44 -08:00
  • 99df9bdb2a [release-branch.go1.26] net: correctly handle non-nil empty cmsg buffer on windows database64128 2026-03-02 00:43:57 +08:00
  • ace2cf6652 [release-branch.go1.26] cmd/compile/internal/typecheck: simplify tcSliceHeader Cuong Manh Le 2026-03-03 23:10:05 +07:00
  • 19c660de6b [release-branch.go1.25] cmd/compile/internal/typecheck: simplify tcSliceHeader Cuong Manh Le 2026-03-03 23:10:05 +07:00
  • 1368bc269e [release-branch.go1.26] cmd/compile: fix bloop test Keith Randall 2026-03-03 13:54:58 -08:00
  • 840d86c060 [release-branch.go1.26] runtime: fix printfloat, printcomplex buffer sizes Michael Pratt 2026-02-27 14:57:48 -05:00
  • 59bafc0b07 cmd/go: make all script tests parallel Michael Matloob 2026-03-13 13:00:53 -04:00
  • 7c42da1bc5 syscall: remove the 42 args limit in SyscallN qmuntal 2026-03-06 13:22:34 +01:00
  • 4216fa3d04 runtime: return the error code as a return value in asmstdcall qmuntal 2026-03-06 12:22:14 +01:00
  • bf1c1b3bde runtime,runtime/cgo: do cgo thread initialization in Go on Windows qmuntal 2026-02-17 18:23:43 +01:00
  • c1c0af1e16 cmd/compile: simplify the implementation of LoweredMoveLoop on loong64 Guoqi Chen 2025-12-30 20:27:35 +08:00
  • 4b7b1be731 cmd/internal/objabi: implement GCC-compatible response file parsing Michael Podtserkovskii 2026-01-20 15:40:42 +00:00
  • b48b6fa2fa cmd/link/internal/loong64: add immediate range detection to the internal linker limeidan 2026-03-13 11:25:44 +08:00
  • e22437d192 cmd/link: work around race syso weak import on macOS Cherry Mui 2026-03-13 17:28:33 -04:00
  • 1e994e0a48 cmd/link: modify the register used in trampoline limeidan 2025-12-03 10:25:15 +08:00
  • 9def4acb06 cmd/link: support loading R_LARCH_GOT64_PC_{LO12, HI20} relocs on loong64 Guoqi Chen 2026-03-12 15:34:02 +08:00
  • 6bdfdb5f51 runtime: implement part of library initialization in Go qmuntal 2026-03-05 10:07:49 +01:00
  • 8e137ff995 sync: modernize examples using newer ranged for loops Krushnal Patil 2026-03-12 11:27:05 +00:00
  • ca3c2a6790 time: fix typo in comment Max Proske 2025-11-23 18:28:56 +00:00
  • d0bd295ec1 cmd/go: provide concise user message to use - go work use Raghvender 2024-06-03 09:16:32 -05:00
  • 8afbae3e51 cmd/compile: allow multiple induction variables in one block in prove Youlin Feng 2025-11-12 17:38:27 +08:00
  • 0a56bf8858 runtime: make asmcgocall more robust to missing G qmuntal 2026-03-02 08:46:46 +01:00
  • a481ef071e net/url: allow commas in hostnames for mongodb urls yueyoum 2026-03-13 03:04:12 +00:00
  • a61fd42897 cmd/go: make the package loader a part of the module loader Michael Matloob 2026-03-09 12:45:20 -04:00
  • 72327dd645 runtime: add a test for issue 78081 Keith Randall 2026-03-17 15:43:45 -07:00
  • 9eb830a807 cmd/compile: allow halt flag to run concurrently Daniel Morsing 2026-03-17 11:14:29 +00:00
  • 99d4927f69 cmd/internal/obj/loong64: centralize the functions for getting instruction codes into a single file limeidan 2026-03-02 17:15:24 +08:00
  • a92edd97bf cmd/compile: simplify the implementation of LoweredZeroLoop on loong64 Guoqi Chen 2026-03-11 10:11:35 +08:00
  • 5978090f9d cmd/internal/obj/loong64: correcting spelling errors in the comments Guoqi Chen 2026-03-11 17:24:15 +08:00
  • adf9c27874 cmd/compile: don't call memclrNoHeapPointersPreemptible from nosplit functions Keith Randall 2026-03-17 13:28:51 -07:00
  • cd2fa3b48d runtime: fix memclrNoHeapPointersPreemptible Keith Randall 2026-03-17 11:13:16 -07:00
  • a6949e942c go/types, types2: handle unconstrained type parameters correctly in a few places Robert Griesemer 2026-03-11 19:02:07 -07:00
  • e0ebb4c646 cmd/compile: use 128-bit arm64 vector ops for Move expansion Alexander Musman 2026-01-21 23:29:59 +03:00
  • ab1a2c8874 cmd/compile: don't treat string literal as static data in FIPS mode Cherry Mui 2026-03-16 12:35:53 -04:00
  • f1f88a8027 crypto/rsa: improve Precompute documentation Filippo Valsorda 2026-03-14 06:47:09 +08:00
  • ff7ecb4efc os/exec: document that Cmd.Wait must not be called concurrently Basavaraj PB 2026-03-10 23:28:14 +05:30
  • 8e1ecee491 context: fix package doc description of WithDeadlineCause and WithTimeoutCause yongqijia 2026-02-09 14:12:22 +08:00
  • 65f76a20a3 cmd/compile: eliminate redundant sign-extensions for wasm George Adams 2026-03-11 08:35:03 +00:00
  • 75fdbda517 cmd/go: update urls in documentation to go.dev Sean Liao 2026-03-11 19:51:44 +00:00
  • 105b1e2757 cmd/go/internal/modload: delete unused files WuGuangyao 2024-07-18 14:26:06 +00:00
  • 34ff24cb4b doc/next: add release notes for enabling stdversion in tests Sean Liao 2026-03-17 15:17:45 +00:00
  • 0888303b2f cmd/go/internal/verylongtest: check MustHaveGoBuild in TestGoBuildUmask Michael Matloob 2026-03-16 16:11:04 -04:00
  • c697e0fc48 spec: fix prose in rule for keys of struct composite literals Robert Griesemer 2026-03-16 15:30:40 -07:00
  • f3966c1ada cmd/compile: (riscv64) optimize float32(abs|sqrt64(float64(x))) Meng Zhuo 2026-01-06 11:24:49 +08:00
  • e7add86f16 internal/syscall/windows: don't force image section checks in Deleteat qmuntal 2026-03-11 14:56:33 +01:00
  • 6ab37c1ca5 internal/poll: pin all objects needed during overlapped I/O database64128 2026-03-10 17:54:59 +08:00
  • 4135faca66 reflect: document corner cases of TypeAssert Mateusz Poliwczak 2026-03-10 18:45:01 +01:00
  • dbb3793b59 slices: document that Delete, DeleteFunc, Replace, Insert modify the slice kovan 2026-02-17 02:13:17 +01:00
  • 5262546d82 cmd/go/internal/test: enable stdversion by default Sean Liao 2026-03-13 21:05:17 +00:00
  • a8a5b81473 cmd/go: ensure go.mod and go.sum are consistent after go get -tool Ian Alexander 2026-02-24 12:00:40 -05:00
  • 655aa335c9 cmd/compile/internal/noder: factor out common UIR version Robert Griesemer 2026-03-12 15:04:45 -07:00
  • 48bbe7996d net/http/internal/http2: deflake TestServer_Rejects_Too_Many_Streams Damien Neil 2026-03-13 14:43:22 -07:00
  • 6614616b75 cmd/link: use 13.0.0 OS version for macOS linking Dmitri Shuralyov 2026-03-11 20:43:38 -04:00
  • 1f9de17ca8 cmd/go: split mod_get_pseudo_hg test to allow parts to run in parallel matloob 2026-03-11 12:38:32 -04:00
  • cba6709506 cmd/go: move go_unix_test tests to cmd/go/internal/verylongtest matloob 2026-03-11 13:06:45 -04:00
  • 76d10a82dd cmd/go: split reuse_hg test to allow parts to run in parallel matloob 2026-03-11 12:02:53 -04:00
  • 5b152b0ba7 cmd/go/internal/vcweb: hold hg server lock while serving matloob 2026-03-12 12:58:19 -04:00
  • 9ce4f3876e cmd/compile: keep blank nodes alive in b.loop Junyang Shao 2026-03-12 20:56:24 +00:00
  • b3ee07636a net/http/internal/http2: drop benchmarks which use synctest Damien Neil 2026-03-12 14:44:28 -07:00
  • 0dc89195f9 bytes,slices,strings: ContainsFunc: document short-circuit semantics Alan Donovan 2026-03-11 15:22:55 -04:00
  • 9e2189ef8e cmd/go: isolate some very long tests Michael Matloob 2026-03-10 17:34:02 -04:00
  • 75cfb36608 cmd/go: add VCS telemetry counter Roland Shoemaker 2025-12-11 18:09:46 -05:00
  • 080aa8e964 net/http: use net/http/internal/http2 rather than h2_bundle.go Damien Neil 2026-03-03 08:12:25 -08:00
  • 81908597a8 net/http/internal/http2: skip TestTransportNewClientConnCloseOnWriteError Damien Neil 2026-03-10 14:02:10 -07:00
  • 2cd24ace83 net/http/internal/http2: remove fake connection autowait Damien Neil 2026-03-10 13:28:14 -07:00
  • a8a0dc9ea2 net/http/internal/http2: make server write errors sticky Damien Neil 2026-03-10 09:38:22 -07:00
  • 29ada7aa48 net/http/internal/http2: remove ServeConnOpts.UpgradeRequest Damien Neil 2026-03-09 12:14:02 -07:00
  • afef73a5aa net/http: move DetectContentType into net/http/internal Damien Neil 2026-03-03 08:12:25 -08:00
  • 74649c1cc5 net/http/internal/http2: remove TestClientConnPing Damien Neil 2026-03-03 15:46:00 -08:00
  • 62dfe99dab net/http/internal/http2: remove TestConfigureTransport Damien Neil 2026-03-03 15:45:03 -08:00
  • 7f3415d80f net/http/internal/http2: remove TestTransportGroupsPendingDials Damien Neil 2026-03-03 15:42:57 -08:00
  • 9d3210150b net/http/internal/http2: remove TestServerUpgradeRequestPrefaceFailure Damien Neil 2026-03-03 15:39:59 -08:00
  • d6d0f5e08d net/http/internal/http2: remove TestServerHandleCustomConn Damien Neil 2026-03-03 15:37:17 -08:00
  • dab0ba481c net/http/internal/http2: use newServerTester in TestIssue53 Damien Neil 2026-03-03 15:34:48 -08:00
  • 9908968095 net/http/internal/http2: remove TestServeConnNilOpts Damien Neil 2026-03-03 15:32:34 -08:00
  • b8cdabcf99 net/http/internal/http2: remove ExportSetH2GoawayTimeout Damien Neil 2026-03-03 11:26:47 -08:00
  • 4498bf1a90 net/http/internal/http2: use net/http Transport and Server in tests Damien Neil 2026-02-27 09:34:19 -08:00
  • 93893efc69 net/http/internal/http2: make tests pass Damien Neil 2026-02-26 16:14:02 -08:00