Commit Graph

  • 50f94b1dcd cmd/go/internal/doc: follow up to CL 733200 master Michael Matloob 2026-03-31 14:43:38 -04:00
  • b5b9e3cdfe cmd/internal/obj/riscv: add support for FENCE operands and FENCE.TSO wangboyao 2026-03-23 17:21:18 +08:00
  • 87013ffec0 cmd/link/internal/loong64: remove the handling of R_CONST and R_GOTOFF from linker limeidan 2026-03-27 15:50:37 +08:00
  • 4f62ef0625 cmd/compile/internal/noder: reword comment Mark Freeman 2026-03-31 15:07:32 -04:00
  • 328950b13c cmd/compile/internal/noder: encode dictionaries for generic methods Mark Freeman 2026-03-30 16:32:37 -04:00
  • 9cd372147e cmd/compile/internal/noder: mangle method names Mark Freeman 2026-03-30 16:03:29 -04:00
  • fe0850174f cmd/go: add more go tool documentation and show tool aliases in go tool Michael Matloob 2026-03-30 10:31:21 -04:00
  • e3a10fe374 net/http/internal/http2: prevent hanging Transport due to bad SETTINGS frame Nicholas S. Husin 2026-03-31 15:02:11 -04:00
  • 836b0984ee cmd/compile/internal/noder: qualify identifiers for generic methods Mark Freeman 2026-03-30 14:46:38 -04:00
  • 085187dc17 cmd/compile/internal/noder: method expressions have nil implicits Mark Freeman 2026-03-30 13:54:14 -04:00
  • cafe443251 cmd/compile/internal/noder: method expressions for generic methods Mark Freeman 2026-03-30 13:09:06 -04:00
  • fdd485c5f1 runtime/cgo: remove SIGSEGV emulation on iOS qmuntal 2026-03-19 10:44:39 +01:00
  • 14a6bf0e90 test/codegen: remove unneeded commas Keith Randall 2026-03-31 12:20:58 -07:00
  • 974764364a runtime: unix: sane exit in dieFromSignal for pid 1 Kir Kolyshkin 2026-03-24 22:18:47 -07:00
  • 2000e27ea6 cmd/go/internal/doc: use internal go command logic to load packages matloob 2025-12-29 13:16:53 -05:00
  • f9d2c2fd69 test/codegen: forbid commas as separators Keith Randall 2026-03-28 08:12:15 -07:00
  • 1582ad4105 test/codegen: fix some unbalanced quotes Keith Randall 2026-03-27 17:14:43 -07:00
  • d5b6d583c1 test/codegen: replace commas with spaces between regexps Keith Randall 2026-03-27 16:42:41 -07:00
  • d6492e284b test/codegen: get rid of \s Keith Randall 2026-03-27 16:20:06 -07:00
  • 1673075d4b test/codegen: fix broken syntax Keith Randall 2026-03-27 15:12:23 -07:00
  • 9387929d09 cmd/link, runtime: record size of itabs Ian Lance Taylor 2026-03-29 21:05:35 -07:00
  • f665ff8bc1 cmd/compile: fix wrong label loop during rangefunc rewrite Cuong Manh Le 2026-03-31 18:53:51 +07:00
  • 9002bd9fa1 cmd/compile: ensure map/slice clearing expressions are walked Cuong Manh Le 2026-03-30 13:15:38 +07:00
  • d9fbe4c90d cmd/compile: convert some condmoves in XOR Jorropo 2026-03-29 05:06:28 +02:00
  • de7f006df2 cmd/compile: convert some condmoves in OR Jorropo 2026-03-29 05:02:45 +02:00
  • 97259c5d6b sync: replace linkname with import Cherry Mui 2026-02-27 23:38:49 -05:00
  • db6661a2fd net/http: support passing Server Shutdown context to HTTP/3 implementations Nicholas S. Husin 2026-03-30 22:24:12 -04:00
  • af4c316c28 image/jpeg: reject RGB and non-standard chroma subsampling Nigel Tao 2026-03-31 20:09:53 +11:00
  • 1f8aff4386 simd/archsimd: mark pa* unsafe helpers as nocheckptr Cuong Manh Le 2026-03-30 22:21:43 +07:00
  • b526b2d49b net/http/internal/http2: don't reuse ClientRequest streams Damien Neil 2026-03-30 13:55:37 -07:00
  • 261d489139 internal/trace/tracev2: add String for ProcSyscallAbandoned Florian Lehner 2026-03-28 19:32:17 +01:00
  • ed3ec75df4 go/types, types2: report an error if constant string overflows Robert Griesemer 2026-03-30 12:27:31 -07:00
  • a4b534f5e4 all: fix some minor issues in the comments cuishuang 2026-03-28 16:50:11 +08:00
  • 9c88851d45 runtime/race: allow TestOutput output in either order Michael Pratt 2026-03-27 16:25:58 -04:00
  • 7dbbeea110 cmd/go/internal/doc: document that -all and -short cannot be combined matloob 2026-03-27 15:18:29 -04:00
  • dadc8a5cd2 cmd/compile/internal/noder: swap use of TypeList for []Type Mark Freeman 2026-03-27 12:35:59 -04:00
  • 3524089944 cmd/compile/internal/noder: add is[Concrete|Generic]Method helpers Mark Freeman 2026-03-26 16:30:20 -04:00
  • 4d1f503396 cmd/compile/internal/devirtualize: improve debug logs Mateusz Poliwczak 2026-03-27 18:09:23 +01:00
  • 09031d907c cmd/compile/internal/devirtualize: use pointer identity for type comparison Mateusz Poliwczak 2026-03-27 18:09:23 +01:00
  • acc2ce0759 encoding/hex: speed up Decode Julien Cretel 2026-03-28 15:18:23 +00:00
  • 3de9e7a067 runtime/cgo: remove unused _cgo_openbsd_try_pthread_create prototype Tobias Klauser 2026-03-27 20:03:25 +01:00
  • d247ed00e4 runtime: remove redundant fields from memory profile records Nick Ripley 2026-03-27 09:35:51 -04:00
  • 1fd68799c3 test/codegen: check mips64 sqrt/abs code only for hardfloat Keith Randall 2026-03-27 13:28:19 -07:00
  • 47c0cd9929 test/codegen: remove noop Ands from test cases Jorropo 2026-03-28 02:31:48 +01:00
  • e7e45d770c math: add assembly func archExp and archExp2 for riscv64 Julian Zhu 2026-03-12 11:14:13 +08:00
  • 880f126233 test/codegen: fix ppc64x rldicl bit test Paul Murphy 2026-03-27 19:56:25 +00:00
  • c7238e81ca cmd/link: run TestMachOBuildVersion only on darwin Cherry Mui 2026-03-25 14:30:11 -04:00
  • 733122c7cd runtime/race: use subtests for TestOutput Michael Pratt 2026-03-27 16:13:26 -04:00
  • 5a0e083823 crypto: disallow RegisterHash with hash value 0 Roland Shoemaker 2026-03-27 08:40:08 -07:00
  • 90adad7b25 cmd/go: specify full path to go command when running go tool covdata Michael Matloob 2026-03-17 17:07:02 -04:00
  • eeefb11776 cmd/go/internal/verylongtest: run tests in a separate GOCACHE Cherry Mui 2026-03-27 12:58:34 -04:00
  • 00146b7bab Revert "cmd/link: don't run TestExtLinkCmdlineDeterminism in parallel with other tests" Cherry Mui 2026-03-27 13:33:16 -04:00
  • 4d6a40923b debug/buildinfo: remove macho/elf DataStart fallback code Michael Matloob 2026-03-18 13:34:44 -04:00
  • 703bb60bf1 database/sql: don't try to synctest.Wait in benchmarks Damien Neil 2026-03-27 10:04:29 -07:00
  • 2d72c268ea cmd/fix: change -diff to exit 1 if diffs exist yongqijia 2026-03-03 14:22:28 +08:00
  • 7f2e2fd71f cmd/go: add example support to go doc output Nick White 2026-02-10 08:26:25 +00:00
  • 31a8396219 all: remove openbsd/mips64 port Tobias Klauser 2026-03-25 23:45:38 +01:00
  • faeffecf86 cmd/compile/internal/ssa: prove support induction variable pair Youlin Feng 2026-03-20 23:28:04 +08:00
  • e7b0a53f31 cmd/compile: use prove to remove no-op Ors Jorropo 2026-03-01 07:19:32 +01:00
  • 2df8c060e8 cmd/compile: remove 68857 And flowLimit workaround in prove Jorropo 2026-03-01 07:06:53 +01:00
  • 33504a8696 cmd/compile: use prove to remove no-op Ands Jorropo 2026-02-28 12:18:34 +01:00
  • 291ee5d7de cmd/link: group gcmask symbols, move them to noptrbss Ian Lance Taylor 2025-12-13 21:23:30 -08:00
  • 91d1a88376 cmd/internal/obj/riscv: add assembly support of Zbc extension Xueqi Luo 2025-11-27 06:37:04 +00:00
  • 87fae3622d reflect, runtime: replace reflect.typelinks to return types, not offsets Ian Lance Taylor 2025-12-11 20:50:05 -08:00
  • 2dbd51e3b4 cmd/compile/internal/noder: set hasShape for shaped functions Mark Freeman 2026-03-26 13:57:10 -04:00
  • 917949cc1d [release-branch.go1.26] net/url: permit colons in the host subcomponent of non-http/https URLs release-branch.go1.26 Damien Neil 2026-03-26 15:13:56 -04:00
  • b4a084d328 cmd/compile/internal/noder: shapeSig must return shaped signatures Mark Freeman 2026-03-26 13:08:31 -04:00
  • 353d834da1 slog: use time.Time.AppendFormat to write value Patricio Whittingslow 2026-02-27 18:00:39 +00:00
  • edc1e4a5f2 [release-branch.go1.25] crypto/x509: fix signature checking limit release-branch.go1.25 Roland Shoemaker 2026-03-05 14:28:44 -08:00
  • 7b4ed1d7d9 [release-branch.go1.26] crypto/x509: fix signature checking limit Roland Shoemaker 2026-03-05 14:28:44 -08:00
  • 8028a51430 [release-branch.go1.26] crypto/x509: hoist policy pruning out of loop Roland Shoemaker 2026-03-23 12:09:47 -07:00
  • 210b8112b1 [release-branch.go1.25] crypto/x509: hoist policy pruning out of loop Roland Shoemaker 2026-03-23 12:09:47 -07:00
  • 93a4f03ed8 [release-branch.go1.25] runtime/race: apply LLVM zero-initialization fix Michael Pratt 2026-03-18 14:14:20 -04:00
  • 4ef278779f [release-branch.go1.26] runtime/race: apply LLVM zero-initialization fix Michael Pratt 2026-03-18 14:14:20 -04:00
  • a3d967f702 syscall: remove openbsd/mips64 specific conditionals Joel Sing 2025-08-09 23:39:52 +10:00
  • 7c1806932f cmd/go: default to Go 1.20 GODEBUGs in GOPATH mode Michael Matloob 2026-03-25 14:05:36 -04:00
  • 1cfd0dc9a3 runtime: truncate trace strings before inserting into trace map Tobias Grieger 2026-03-26 07:47:30 +00:00
  • 608303dd6e [release-branch.go1.26] cmd/link: skip special symbols for label symbol generation Cherry Mui 2026-03-17 11:18:36 -04:00
  • 5e17860e1b cmd/compile: on ARM64 merge SRA into TBZ & TBNZ Jorropo 2026-03-26 08:46:50 +01:00
  • 34a03bed3c internal/trace: preallocate pcs array to correct size Florian Lehner 2026-03-21 16:28:43 +01:00
  • 1f11689588 cmd/compile: on ARM64 merge ROR into TBZ & TBNZ Jorropo 2026-03-01 10:37:28 +01:00
  • 3d4fed3179 cmd/compile: on ARM64 merge shifts into TBZ & TBNZ Jorropo 2026-03-01 06:31:06 +01:00
  • cff64a5cf3 [release-branch.go1.25] cmd/go: tests: rename git-min-vers->git-sha256 David Finkel 2025-11-13 20:43:11 -05:00
  • 7301bd39d1 [release-branch.go1.25] cmd/go: skip git sha256 tests if git < 2.29 David Finkel 2025-08-24 15:15:06 -04:00
  • 6ef7fe9a48 runtime, cmd/link: remove itablinks Ian Lance Taylor 2025-12-10 21:41:57 -08:00
  • b77fdc333a cmd/compile: skip incomplete types in needWrapper Cuong Manh Le 2026-03-25 16:36:34 +07:00
  • 5edb5d729d cmd/compile: do not invert loops that would overflow or underflow Jorropo 2026-03-24 20:42:41 +01:00
  • e4fcdc6c55 encoding/{base32,base64}: speed up Encode Julien Cretel 2026-03-25 22:32:18 +00:00
  • 286a79658e cmd/compile: fix missing walk for OAS2RECV node Cuong Manh Le 2026-03-24 21:14:30 +07:00
  • 09dadce4fe runtime: std FDs are always opened, not only when AT_SECURE is set Mateusz Poliwczak 2026-03-11 20:17:51 +01:00
  • e27183eff8 [release-branch.go1.26] cmd/compile: fix internal compiler error: bad write barrier type Francisco Ferraz 2026-02-26 11:01:01 +00:00
  • 98d4c11d8f [release-branch.go1.26] cmd/compile: treat all zero-sized values as SSA-able khr@golang.org 2026-02-20 12:04:35 -08:00
  • cce667a91e [release-branch.go1.26] cmd/compile: handle zero-sized values more generally khr@golang.org 2026-02-16 17:43:28 -08:00
  • 3206e141fb [release-branch.go1.26] net/url: reattach package doc comment Damien Neil 2026-03-24 13:31:16 -07:00
  • 82b95c14ec [release-branch.go1.26] cmd/compile: ternary rewrite of rewrite should skip, not panic David Chase 2026-02-25 15:56:36 -05:00
  • f14d3a8e91 [release-branch.go1.26] cmd/compile: skip race detector test failure for unsupported VMA Guoqi Chen 2026-03-19 10:48:47 +08:00
  • 68f42c591d [release-branch.go1.26] cmd/compile: gate instrumentEnterExit on NoRaceFunc check Derek Parker 2026-02-23 11:53:35 -08:00
  • 9fe1db7e7e [release-branch.go1.26] runtime: fix value of ENOSYS on mips from 38 to 89 Jorropo 2026-02-22 01:47:45 +01:00
  • a6500456f3 cmd/link: fix host object's .pdata entries order 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