Commit Graph

  • aa4370313d internal/gate: import from x/net/internal/gate Damien Neil 2026-02-26 16:14:02 -08:00
  • c5f43ab046 net/http/internal/http2: initial import Damien Neil 2026-02-26 16:03:08 -08:00
  • 26d5e16075 runtime/cgo: clarify pinning requirement in Handle example kovan 2026-02-03 15:34:08 +01:00
  • 6b7763407c testing: recognize helper functions that use range-over-function Ian Lance Taylor 2025-03-11 10:10:57 -07:00
  • 3fc4af70d0 net/http: document which headers Request.Write handles specially kovan 2026-02-27 23:13:56 +01:00
  • c43088c7a6 net, net/netip: document the lack of security properties of IsPrivate Damien Neil 2024-05-07 11:07:18 -07:00
  • 3d7681ebab cmd/link: fix macOS 13 build Russ Cox 2026-03-11 12:52:44 -04:00
  • a8f99ef1f6 go/printer: use architecture-independent math for alignment decisions Noam Cohen 2026-03-09 12:08:36 +02:00
  • 96d6d38872 net/http: add pluggable HTTP/3 support for closing idle connections Nicholas S. Husin 2026-03-09 17:02:27 -04:00
  • b02c84a684 [release-branch.go1.25] cmd/internal/testdir: pass -buildid to link command Cherry Mui 2025-08-02 18:08:26 -04:00
  • 814b540c17 [release-branch.go1.25] cmd/internal/testdir: unify link command Cherry Mui 2025-08-02 18:06:57 -04:00
  • de86eaeb0f [release-branch.go1.25] cmd/cgo/internal/test: use (syntactic) constant for C array bound Cherry Mui 2025-08-02 18:13:19 -04:00
  • e30e65f7a8 syscall,runtime/cgo: use cgo_ldflag to link against -lsocket and -lxnet on Solaris qmuntal 2026-03-05 12:19:20 +01:00
  • d3651c5888 runtime/poll: fix race condition in Window's SendFile qmuntal 2026-03-08 14:18:04 +01:00
  • 97d6430458 cmd/compile: fix arm direct tail call Keith Randall 2026-03-10 14:02:13 -07:00
  • 45c6fb4b9b cmd/compile: unwrap OCONVIFACE in staticinit for OAS2 Oliver Eikemeier 2026-03-08 11:12:17 +00:00
  • 59b188cee2 cmd/internal/obj/arm: set spadj in arm32 tailcall Thea Heinen 2026-03-09 22:04:38 +00:00
  • 23fde5c48c cmd/link: add -macos and -macsdk flags to set LC_BUILD_VERSION Russ Cox 2026-03-03 17:06:03 -05:00
  • 2433a3f2d6 net: actually re-check resolv.conf when no explicit nameservers detected Mateusz Poliwczak 2026-02-02 19:31:31 +01:00
  • bd5dc3a2fb cmd/compile: add double-mask elimination rule for wasm George Adams 2026-03-10 12:36:29 +00:00
  • 935ba2e486 bytes: remove unused indexBytePortable apocelipes 2026-03-09 17:32:42 +00:00
  • e22dc6c866 context: modernize AfterFunc example using WaitGroup.Go Krushnal Patil 2026-03-09 01:31:02 +00:00
  • a95f60871f cmd/compile: fix mips64 CALLtailinter argument count Keith Randall 2026-03-07 20:17:39 -08:00
  • 3694f33692 runtime: GODEBUG=tracebacklabels=1 for 1.27+ David Finkel 2026-03-04 16:34:24 -05:00
  • 38ac6577cb cmd/compile: forward small Load through Move to avoid redundant copies dorbmon 2026-02-23 15:20:20 -05:00
  • bcc369284d cmd/link: put itabs in the .go.type section Ian Lance Taylor 2025-12-10 20:46:43 -08:00
  • 703cc8abec io/fs: document when ErrClosed should be returned kovan 2026-02-17 02:26:33 +01:00
  • 8da2be3cd0 cmd/compile: remove loop variable capture workarounds gojkovicmatija99 2026-03-09 22:52:34 +01:00
  • c29bec8a3a os: allow EPERM during TestGetwdDeep Russ Cox 2026-03-08 12:58:26 -04:00
  • 7337b4669b cmd/go/internal/modload: update WillBeEnabled to check for go.work Michael Matloob 2026-03-10 12:41:41 -04:00
  • dfd2e8027c cmd/internal/obj/riscv: materialise 32 bit unsigned constants Joel Sing 2025-11-29 03:27:05 +11:00
  • 7f7e4942f1 cmd/internal/obj/riscv: factor out constant materialisation code Joel Sing 2025-12-03 00:42:54 +11:00
  • 0a0c9c88fd cmd/internal/obj/riscv: factor out constant materialisation identification Joel Sing 2025-12-03 00:42:12 +11:00
  • def4e491be cmd/compile: add identity and absorption rules for wasm George Adams 2026-03-09 08:56:37 +00:00
  • 28b1d8886b cmd/compile: fix ICE when checking slice cap Cuong Manh Le 2026-03-09 18:51:53 +07:00
  • b0057a4e0c test/fixedbugs: increase issue46234 test timeout qmuntal 2026-02-20 17:34:51 +01:00
  • 43f8fb27ae cmd/go/internal/modfetch/codehost: cache some vcs ops matloob 2025-12-01 16:41:53 -05:00
  • 710014bcc3 go/types, types2: implement simple generic trie Robert Griesemer 2026-03-06 21:33:01 -08:00
  • 2a5890cd46 cmd/go/internal/cache: update trim timestamp before trimming Michael Matloob 2026-03-09 13:51:56 -04:00
  • e2ce40125f internal/poll: move rsan to heap on windows database64128 2026-03-09 16:25:16 +08:00
  • e84da0405b cmd/compile, go/*: allow generic methods starting with Go 1.27 Robert Griesemer 2026-02-18 14:41:50 -08:00
  • d4ace6b007 go/types, types2: up-date testdata/manual template Robert Griesemer 2026-03-06 21:24:16 -08:00
  • f5e3332108 cmd/internal/test2json: generate and validate test artifacts Ethan Reesor 2024-11-16 08:54:45 -07:00
  • d82eb907f3 testing: annotate output text type Ethan Reesor 2024-11-16 08:42:53 -07:00
  • f5d830d57a cmd/go/internal/testdata: change list_std_vendor to use local modproxy Michael Matloob 2026-03-08 15:46:36 -04:00
  • 16cebc1165 cmd/go/testdata/script: update more tests to not use network Michael Matloob 2026-03-08 15:46:36 -04:00
  • e715e208f2 cmd/go/testdata/script: rewrite mod_invalid_version to not use network matloob 2026-03-04 17:04:16 -05:00
  • 827564191b cmd/go/internal/modload: rename type loader to packageLoader Ian Alexander 2026-02-21 17:23:44 -05:00
  • 9e0b5684e1 net: correctly handle non-nil empty cmsg buffer on windows database64128 2026-03-02 00:43:57 +08:00
  • b7d1c58875 cmd/go: disallow go env -w GOROOT=... Russ Cox 2026-02-26 12:39:48 -05:00
  • 383000da24 cmd/internal/obj: fix indirect tail call code Keith Randall 2026-03-06 15:44:41 -08:00
  • b9545da71c testing: escapes framing markers Ethan Reesor 2026-03-05 14:20:45 -06:00
  • 90b428ebf5 net: skip TestListenIPv6WildcardAddr on platforms w/o IPv4-mapped IPv6 database64128 2026-03-05 02:11:01 +08:00
  • ec3373e379 cmd/compile: arm64 add 128-bit vector load/store SSA ops Alexander Musman 2026-01-21 22:40:14 +03:00
  • 3a29ebeef9 cmd/compile: additional optimisation for CZEROEQZ/CZERONEZ on riscv64 Joel Sing 2026-02-21 03:29:09 +11:00
  • 426ea5cd22 test: run go fmt on prove.go Jorropo 2026-03-01 07:06:30 +01:00
  • bbed50aaa3 cmd/link: sort .pdata by function start address qmuntal 2026-02-10 14:21:15 +01:00
  • de5c138eef encoding/json: unwrap IO errors from SyntacticError in transformSyntacticError Lars Grote 2026-02-25 12:07:25 +01:00
  • 8933fb98f3 cmd/link: allow -no family of flags for testing compiler flag Corentin Kerisit 2026-02-13 21:51:01 +00:00
  • cb41169895 cmd/compile: replace boolean simplification rule Marvin Stenger 2017-05-03 13:36:13 +02:00
  • 74e9214b53 cmd/compile: fold boolean x == x & x != x Jorropo 2026-03-02 07:28:39 +01:00
  • ef160abf2d cmd/go: avoid repetitive "invalid version" error on go get yongqijia 2026-02-12 19:32:16 +08:00
  • 07e487bc5c cmd/go: exclude vendor directories in go work use -r yongqijia 2026-02-12 18:50:43 +08:00
  • e36ae89c18 cmd/go/testdata/script: rewrite mod_download_issue51114 to use vcstest Michael Matloob 2026-03-06 13:51:03 -05:00
  • 21c9de8c1d cmd/go/internal/modfetch: quiet read-only filesystem stat cache warnings Brad Fitzpatrick 2026-03-03 17:58:47 +00:00
  • b764d47e4d cmd/compile: add I64Sub constant folding rule for wasm George Adams 2026-03-04 13:45:31 +00:00
  • 0359353574 net/url: add Values.Clone Emmanuel T Odeke 2026-02-18 18:12:01 -05:00
  • 6c083034f8 testing: fix construction of the testing artifacts path Russ Egan 2026-03-05 00:46:20 +00:00
  • 73db2f85aa cmd/compile: remove left over constant checking Cuong Manh Le 2026-03-04 17:05:30 +07:00
  • bf1b0973db cmd/compile/internal/typecheck: simplify tcSliceHeader Cuong Manh Le 2026-03-03 23:10:05 +07:00
  • 252a8adbc0 internal/runtime/maps/: devirtualize hashing for specialized maps ArsenySamoylov 2026-02-24 15:16:35 +03:00
  • e7a09d1ffb cmd/compile: use tail calls for wrappers for embedded interfaces Keith Randall 2026-03-04 16:07:30 -08:00
  • 50d988e4e0 runtime: when panicking, skip ahead to previous panic Keith Randall 2026-01-12 15:05:24 -08:00
  • bf84b002d6 crypto/x509: add more test cases for name constraints. Rudolf Polzer 2026-03-02 01:48:29 -08:00
  • 51a8f213cd cmd/compile: use the correct const when flagging indirect map elem types Kirill Primak 2026-03-06 08:22:11 +00:00
  • cbab448de1 crypto/x509: fix name constraint checking panic Roland Shoemaker 2026-02-11 14:49:13 -08:00
  • 2ebb157295 crypto/x509: fix full email constraint matching Roland Shoemaker 2026-02-11 15:16:38 -08:00
  • fb16297ae5 html/template: properly escape URLs in meta content attributes Roland Shoemaker 2026-01-09 11:12:01 -08:00
  • 36d8b15842 net/url: reject IPv6 literal not at start of host Ian Alexander 2026-01-28 15:29:52 -05:00
  • 439ff996f0 [release-branch.go1.25] go1.25.8 go1.25.8 Gopher Robot 2026-03-05 16:21:14 -08:00
  • e87b10ea2a [release-branch.go1.26] go1.26.1 go1.26.1 Gopher Robot 2026-03-05 16:19:54 -08:00
  • a9db31e6d9 [release-branch.go1.25] html/template: properly escape URLs in meta content attributes Roland Shoemaker 2026-01-09 11:12:01 -08:00
  • d8174a9500 [release-branch.go1.25] net/url: reject IPv6 literal not at start of host Ian Alexander 2026-01-28 15:29:52 -05:00
  • e792d6aa95 [release-branch.go1.26] crypto/x509: fix name constraint checking panic Roland Shoemaker 2026-02-11 14:49:13 -08:00
  • a761c9ff70 [release-branch.go1.26] crypto/x509: fix full email constraint matching Roland Shoemaker 2026-02-11 15:16:38 -08:00
  • 994692847a [release-branch.go1.26] html/template: properly escape URLs in meta content attributes Roland Shoemaker 2026-01-09 11:12:01 -08:00
  • 65c7d7a9fb [release-branch.go1.26] net/url: reject IPv6 literal not at start of host Ian Alexander 2026-01-28 15:29:52 -05:00
  • 4270a44ed7 net: skip TestListenIPv6WildcardAddr on DragonFly BSD and OpenBSD Nicholas S. Husin 2026-03-05 17:06:03 -05:00
  • 0b5e00624f cmd/go/internal/vet: add missing newlines to log messages Alan Donovan 2026-02-05 10:54:20 -05:00
  • 94a89c61e4 image/jpeg: make decoder.receiveExtend branchless Nigel Tao 2026-03-05 19:10:23 +11:00
  • 1a8f9d8141 spec: permit keys denoting embedded fields in struct literals Robert Griesemer 2026-01-06 17:17:42 -08:00
  • 460522ed1d net/http: restore accidentally removed package doc Damien Neil 2026-03-04 13:22:44 -08:00
  • b16360470c cmd/compile: fix ICE when indexing zero-sized arrays of non-SSAable types Mateusz Poliwczak 2026-02-28 12:05:10 +01:00
  • 50126a8e44 runtime, cmd/compile: use preemptible memclr for large pointer-free clears “Muhammad 2026-03-01 23:53:03 +00:00
  • 7aeb2f7e28 cmd/go: update go help entries to focus on modules Michael Matloob 2025-04-07 16:35:52 -04:00
  • e28ac674af [release-branch.go1.26] cmd/go: revert update default go directive in mod or work init Michael Matloob 2026-02-27 10:03:36 -08:00
  • 44ec057a3e cmd/go: revert update default go directive in mod or work init Michael Matloob 2026-02-27 10:03:36 -08:00
  • f4afab14d0 cmd/link: support Mach-O UNSIGNED relocations for dynamic imports on darwin George Adams 2026-02-13 11:26:12 +00:00
  • 76ebf63307 syscall: make plan9 Errno implement the error interface Brad Fitzpatrick 2026-03-03 18:05:17 +00:00
  • c918cbd556 runtime: fix value of ENOSYS on mips from 38 to 89 Jorropo 2026-02-22 01:47:45 +01:00