Commit Graph

  • 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
  • 30d873462f image/jpeg: add support for non-standard chroma subsampling ratios Taichi Maeda 2026-01-22 16:04:46 +09:00
  • 0b9bcbc58c net/http: add basic unexported pluggable HTTP/3 support Nicholas S. Husin 2026-01-26 18:15:57 -05:00
  • fdf3bee342 net: treat EPERM/EACCES in IPv6 probe as supported Ravi Sastry Kadali 2026-02-07 11:39:15 -08:00
  • 0856d46fd1 doc/go_spec: add max and min to forbidden expression statements list Towaiji 2026-03-03 01:01:06 -05:00
  • a7958c664f time: mention Reset in Ticker.Stop doc Ian Lance Taylor 2025-03-20 11:35:23 -07:00
  • 1a0e1fb616 internal/bytealg: on android/arm64, don't read outside 16-byte regions Keith Randall 2026-03-03 07:47:46 -08:00
  • b5c2bd7e05 syscall: define no-op Errno type on plan9 Brad Fitzpatrick 2026-03-02 09:40:12 -08:00
  • 4d1051fdc9 [release-branch.go1.26] cmd: re-vendor x/tools for Go 1.26.1 Cherry Mui 2026-03-02 17:05:16 -05:00
  • 033b11f257 cmd/compile: optimize sccp for faster convergence Yi Yang 2026-03-02 09:52:43 +00:00
  • aa80d7a7e6 cmd/compile, simd/archsimd: add VPSRL immeidate peepholes Junyang Shao 2026-02-24 22:34:44 +00:00
  • ba057f7950 cmd/compile: add concurrency-ok property to some compiler debug flags David Chase 2022-11-22 16:59:43 -05:00
  • cc1241f353 runtime: fix printfloat, printcomplex buffer sizes Michael Pratt 2026-02-27 14:57:48 -05:00
  • a5f474fc06 runtime: skip futex_time64 and timer_settime64 on 32-bit Android dyhkwong 2026-02-28 02:01:24 +08:00
  • 094aacdb04 reflect: outlilne []runtimeSelect allocation in Select Mateusz Poliwczak 2025-09-26 20:47:45 +02:00
  • a6a4a41e22 all: test: remove unneeded loop variables Ariel Otilibili 2026-02-24 01:22:37 +00:00
  • 5c595a811e cmd/compile: combine some generic AMD64 simplifications Jakub Ciolek 2025-01-04 00:41:25 +01:00
  • f6be78b539 math: add benchmark for float32/float64 conversions Meng Zhuo 2026-01-08 16:17:50 +08:00
  • d51d4d75a6 cmd/compile: (wasm) optimize float32(round64(float64(x))) David Chase 2025-12-11 14:27:10 -05:00
  • 425a88193c cmd/compile: (arm64) optimize float32(round64(float64(x))) David Chase 2025-12-10 16:50:21 -05:00
  • 7336381cd1 cmd/compile: (amd64) optimize float32(round64(float64(x))) David Chase 2025-12-10 16:05:55 -05:00
  • 831c489f9c cmd/compile: cleanup downward counting loop code Jorropo 2026-01-13 09:08:02 +01:00
  • de0d77c6f8 cmd/internal/obj/loong64: change to get the opcodes of assembly instructions from a map limeidan 2026-02-05 19:23:22 +08:00
  • 03d9d24404 runtime/cgo: build with C compiler option -std=gnu90 Ian Lance Taylor 2025-02-26 15:04:20 -08:00
  • 011e98af3b test: skip TestScanAllocIssue77573 with asan mode Wang Deyu 2026-02-28 10:28:16 +08:00
  • ad168c5131 runtime/cgo: add abi_riscv64.h for callee-saved register macros George Adams 2026-02-27 15:45:55 +00:00
  • ff023a3341 test/codegen: add code generation test for subtle.ConstantTimeSelect Joel Sing 2026-02-21 02:14:06 +11:00
  • 5cd4b35d73 test/codegen: tighten bit related codegen tests on riscv64 Joel Sing 2025-12-25 01:01:19 +11:00