Commit Graph

  • a6500456f3 cmd/link: fix host object's .pdata entries order master qmuntal 2026-03-11 13:14:41 +01:00
  • c173b53134 cmd/dist: try to use jj commit info for devel version matloob 2026-03-25 14:17:41 -04:00
  • bfe4cc85e8 database/sql: use synctest in tests Damien Neil 2026-02-13 09:40:19 -08:00
  • cdfc8c7713 database/sql: avoid deadlock from reentrant RLock Damien Neil 2026-03-14 19:54:47 -07:00
  • 670038a5a5 cmd/compile: preserve variadic signature on range-over-func Cuong Manh Le 2026-03-24 20:42:23 +07:00
  • 08edcb8d3f [release-branch.go1.26] test/fixedbugs: remove issue46234 test timeout release-branch.go1.26 qmuntal 2026-02-20 17:34:51 +01:00
  • f9532f001a [release-branch.go1.25] test/fixedbugs: remove issue46234 test timeout release-branch.go1.25 qmuntal 2026-02-20 17:34:51 +01:00
  • 26d8a90200 crypto/x509: fix signature checking limit Roland Shoemaker 2026-03-05 14:28:44 -08:00
  • 312541b783 crypto/x509: hoist policy pruning out of loop Roland Shoemaker 2026-03-23 12:09:47 -07:00
  • 4f81fbf332 [release-branch.go1.25] doc: remove template use in godebug.md Dmitri Shuralyov 2026-03-18 16:00:48 -04:00
  • 895fbaecf5 [release-branch.go1.26] doc: remove template use in godebug.md Dmitri Shuralyov 2026-03-18 16:00:48 -04:00
  • 04dc12c1a1 runtime: use uname version check for 64-bit time on 32-bit arch codepaths Brad Fitzpatrick 2026-03-24 23:02:09 +00:00
  • fa238516b7 cmd/link: don't run TestExtLinkCmdlineDeterminism in parallel with other tests Cherry Mui 2026-03-25 09:41:27 -04:00
  • b8dea87713 net/url: escape // at start of Path when OmitHost set Damien Neil 2026-03-24 14:19:02 -07:00
  • 068f27a8e0 cmd/go: add information about GODEBUGs to go help gopath Michael Matloob 2026-03-24 12:22:25 -04:00
  • 98aaa9b0ee cmd/dist: add GO_TEST_ASMFLAGS to set -asmflags during dist test Dmitri Shuralyov 2026-03-24 12:29:02 -04:00
  • e3bda44516 debug/elf: handle program header count overflow Ian Lance Taylor 2026-03-23 04:38:52 -07:00
  • 26548d4981 [release-branch.go1.26] cmd/fix: pull in CL 755980 Dmitri Shuralyov 2026-03-23 14:18:47 -04:00
  • cbc2d06c9b cmd/compile: ppc64 fold (x+x)<<c into x<<(c+1) Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com 2025-10-15 04:18:52 -05:00
  • c52d784d08 test: repair expected-error regexp in simd.go David Chase 2026-03-25 13:34:59 +11:00
  • eae0bfb1b0 go/build: remove non-existent internal/itoa Damien Neil 2026-03-24 15:45:33 -07:00
  • e26d743e2b cmd/link: print more information in TestExtLinkCmdlineDeterminism Cherry Mui 2026-03-24 16:53:12 -04:00
  • e5975324c0 net/url: permit colons in the host subcomponent of non-http/https URLs Damien Neil 2026-03-24 14:49:27 -07:00
  • 4a7132b4b0 cmd/go/testdata/vcstest: explicitly set invalid-version's branch to main matloob 2026-03-24 15:39:06 -04:00
  • fb592a1747 net/url: reattach package doc comment Damien Neil 2026-03-24 13:31:16 -07:00
  • 3ebdf12d7c runtime: zero-extend Windows error code in syscall_syscalln Christian Hoeppner 2026-03-24 19:33:15 +00:00
  • e20a1b6035 cmd/compile: handle string literals in FIPS mode consistently Cherry Mui 2026-03-17 21:59:52 -04:00
  • 3390ec59af internal/abi, cmd/link: centralize type descriptor size calculation Jake Bailey 2026-02-27 10:10:14 -08:00
  • 5560073398 internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot order Jake Bailey 2025-09-09 22:22:17 -07:00
  • 3f057dcdbc cmd/go: document that workspace use paths are not resolved through symlinks gulmix 2026-03-23 23:48:42 +03:00
  • fe8947a521 cmd/go/internal/doc: remove flag listing from usage Michael Matloob 2026-03-24 12:46:28 -04:00
  • b2b1a0a794 net/http/internal/http2: use fake net for TestTransportBlockingRequestWrite Damien Neil 2026-03-13 14:30:17 -07:00
  • 341b5e2c02 cmd/link: raise minimum windows version to 10 Jason A. Donenfeld 2026-03-19 00:28:04 +01:00
  • abd44cbe61 net/http: add a test for starting a server with no HTTP/2 and no TLS config Damien Neil 2026-03-24 08:18:27 -07:00
  • c7e151d8c4 spec: s/defined/declared/ in a handful of places (cleanup) Robert Griesemer 2026-03-19 16:37:21 -07:00
  • 39267791a4 spec: predeclared types are named, not defined types Robert Griesemer 2026-03-19 15:59:47 -07:00
  • 0613d0309c net/http: fix panic in ServeTLS on nil TLSConfig chressie 2026-03-24 07:03:10 +00:00
  • 9b4244e9ea runtime: return the error code as a return value in syscallN_trampoline qmuntal 2026-03-10 10:48:31 +01:00
  • c861da326e doc/next: add release note for automatic HTTP/1 response body draining Nicholas S. Husin 2026-03-23 17:02:53 -04:00
  • 9abe2e1903 [dev.simd] all: merge master (918644a) into dev.simd dev.simd David Chase 2026-03-24 17:22:35 +11:00
  • 918644a215 net/http/internal/http2: remove inaccessible write schedulers Nicholas S. Husin 2026-03-20 10:51:20 -04:00
  • 9d5d6af2d5 net/http: make ResponseWriter.ReadFrom respect declared Content-Length Nicholas S. Husin 2026-03-16 21:20:11 -04:00
  • f26befb380 net: avoid wrapping io.EOF in UnixConn read methods Basavaraj PB 2026-03-13 11:08:32 +05:30
  • e1bc5cea82 net/http/internal/http2: modernize the package qiulaidongfeng 2026-03-13 23:43:05 +08:00
  • 224489f11c cmd/go: fix autocgo test fail when set CGO_ENABLED during make.bash qiulaidongfeng 2026-03-21 09:25:14 +08:00
  • 12bf7d8cd2 [release-branch.go1.26] builtin: incorporate all feedback into doc string for new Robert Griesemer 2026-02-25 15:35:48 -08:00
  • 943235a5e5 [release-branch.go1.26] builtin: update new function comment Simon Li 2026-02-18 16:12:31 +00:00
  • 325eedb2a9 runtime/race: apply LLVM zero-initialization fix Michael Pratt 2026-03-18 14:14:20 -04:00
  • 07f0c2074c test/codegen: add codegen checks for float32/float64 conversions optimizations Julian Zhu 2026-03-20 19:09:22 +08:00
  • cfb67d0871 cmd/link/internal/loong64: remove the handling of R_CONST and R_GOTOFF from the internal linker limeidan 2026-03-17 10:47:05 +08:00
  • c60392da8b Revert "runtime: disable test for 78081" Keith Randall 2026-03-20 18:10:57 -07:00
  • 5f5f4ccdb3 Revert "runtime, cmd/compile: use preemptible memclr for large pointer-free clears" Michael Pratt 2026-03-20 17:50:07 -04:00
  • 16018b05ae Revert "runtime: fix memclrNoHeapPointersPreemptible" Michael Pratt 2026-03-20 17:49:14 -04:00
  • 2de90fd48f cmd/compile/internal/noder: don't shoot oneself (fix silly mistake) Robert Griesemer 2026-03-20 17:14:59 -07:00
  • bfa3dc4028 runtime: disable test for 78081 Keith Randall 2026-03-20 16:59:57 -07:00
  • 0a750df0b2 Revert "cmd/compile: don't call memclrNoHeapPointersPreemptible from nosplit functions" Michael Pratt 2026-03-20 17:45:30 -04:00
  • f2dae4c19d all: update to x/tools@5d7afbc08a Dmitri Shuralyov 2026-03-20 13:55:38 -04:00
  • 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