Commit Graph

  • 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
  • e0c8676edd cmd/compile: canonicalize [0,1] == 1 & [0,1] != 1 → != 0 & == 0 Jorropo 2025-12-06 17:33:06 +01:00
  • fea0300499 cmd/compile: test that time.Duration.String is inlineable Daniel Martí 2026-02-27 23:34:16 +00:00
  • 244b156e67 cmd/compile: fix internal compiler error: bad write barrier type Francisco Ferraz 2026-02-26 11:01:01 +00:00
  • a48829de1e runtime: unified the calculate for max objects per span Tony 2026-02-27 11:28:38 +00:00
  • 93b78326c3 cmd/compile: use OpMove instead of memmove more on loong64 Guoqi Chen 2026-02-12 14:09:27 +08:00
  • c4de16a714 cmd/compile/internal/test: add benchmark for string comparison operand order yongqijia 2026-02-12 11:35:18 +08:00
  • 83b4c5d233 runtime/cgo: avoid unused parameter warning Tamir Duberstein 2026-02-27 15:14:25 +00:00
  • f5479628d3 runtime: on android/arm64, don't read outside 16-byte regions Keith Randall 2026-02-25 07:32:42 -08:00
  • 5055a18156 cmd/go/internal/doc: support @version suffix on first argument Ian Alexander 2026-02-20 00:24:55 -05:00
  • 8cce3ab20c [release-branch.go1.26] os: avoid escape from Root via ReadDir or Readdir Damien Neil 2026-02-26 09:54:33 -08:00
  • 4091800393 [release-branch.go1.25] os: avoid escape from Root via ReadDir or Readdir Damien Neil 2026-02-26 09:54:33 -08:00
  • 76222756d9 cmd/compile: gate instrumentEnterExit on NoRaceFunc check Derek Parker 2026-02-23 11:53:35 -08:00
  • f2633386e0 cmd/internal/obj: arm64 assembler support unshifted hi for large offsets Alexander Musman 2026-01-18 20:07:50 +03:00
  • 62a1da372a runtime: do signal stack clearing when parking Ms Daniel Morsing 2025-11-27 14:49:09 +00:00
  • 6a71295466 cmd/link, cmd/internal: remove the R_JMPLOONG64 relocation of loong64 limeidan 2026-01-15 10:49:40 +08:00
  • f71432d223 cmd/compile: fix bloop test Keith Randall 2026-02-26 19:48:46 -08:00
  • 40a10063e8 runtime: fix scan size calculation for small arrays of only pointers Wang Deyu 2026-02-12 17:00:24 +08:00
  • 657ed934e8 os: avoid escape from Root via ReadDir or Readdir Damien Neil 2026-02-26 09:54:33 -08:00
  • 9922fb1d24 [dev.simd] simd/_gen: add asmRule for patterns on asm instruction Alexander Musman 2025-11-01 15:38:13 +03:00
  • 753022f82f crypto/internal/boring: replace slice growth loop with slices.Grow Russ Cox 2026-02-11 10:25:42 -05:00
  • ef041913a8 [release-branch.go1.26] cmd/compile: ensure StructMake/ArrayMake1 of direct interfaces are unwrapped Keith Randall 2026-02-10 17:44:08 -08:00
  • 89d92fc211 cmd/compile: ternary rewrite of rewrite should skip, not panic David Chase 2026-02-25 15:56:36 -05:00
  • 155c25e249 [release-branch.go1.26] cmd/compile: pointer-shaped types are SSAable even if lots of 0-sized fields Keith Randall 2026-02-10 17:44:08 -08:00
  • b4ef60b9cb regexp: add BenchmarkFindAllTenMatches Russ Cox 2026-02-06 12:20:42 -05:00
  • 20d78eca0a cmd/go: fix ignored error check when sanitizing SwigCXXFiles Neal Patel 2026-02-17 13:07:38 -05:00
  • 0ee4ab4c3f [release-branch.go1.25] internal/syscall/windows: correct some enums and syscall signatures Michal Pristas 2026-02-13 18:19:04 +00:00
  • 5c7d8a3e48 builtin: incorporate all feedback into doc string for new Robert Griesemer 2026-02-25 15:35:48 -08:00
  • 9f8fa93be5 [release-branch.go1.25] os: support deleting inaccessible files in RemoveAll Michal Pristas 2026-02-04 09:36:59 +00:00
  • 0886e65b11 cmd/compile: treat all zero-sized values as SSA-able khr@golang.org 2026-02-20 12:04:35 -08:00
  • b48b2002fe cmd/compile: handle zero-sized values more generally khr@golang.org 2026-02-16 17:43:28 -08:00
  • df7331dc32 [release-branch.go1.25] all: update x/sys Mark Freeman 2026-02-25 16:02:50 -05:00
  • 0ac9d84e3d reflect: fix support for iter with named boolean in Seq/Seq2 qiulaidongfeng 2026-02-14 18:47:17 +08:00
  • ed0367718f Revert "cmd/compile: avoid panic in ternary rewrite on checked instructions" David Chase 2026-02-25 11:33:49 -08:00
  • 8411ab9d3d Revert "test/simd: add test for issue 77582" Cherry Mui 2026-02-25 13:49:08 -08:00
  • 1aa534dbb8 cmd/compile: ensure StructMake/ArrayMake1 of direct interfaces are unwrapped Keith Randall 2026-02-10 17:44:08 -08:00
  • 92544bbc98 [release-branch.go1.25] runtime: don't negate eventfd errno Michael Pratt 2025-09-09 16:47:15 -04:00
  • 0c56fa2818 [release-branch.go1.25] net/smtp: prevent test failures due to expired test certificate Nicholas S. Husin 2026-02-10 17:17:19 -05:00
  • c5723195a6 [release-branch.go1.26] net/smtp: prevent test failures due to expired test certificate Nicholas S. Husin 2026-02-10 17:17:19 -05:00
  • 592530ed6b [release-branch.go1.25] cmd/go: fix pkg-config flag sanitization Roland Shoemaker 2026-02-02 18:29:51 -08:00
  • f67a1f4c76 [release-branch.go1.26] cmd/go: fix pkg-config flag sanitization Roland Shoemaker 2026-02-02 18:29:51 -08:00
  • 78da9242cd test/simd: add test for issue 77582 Eyalcfish 2026-02-25 07:39:49 +02:00
  • 4659d630da [release-branch.go1.26] cmd/compile: avoid folding 64-bit integers into 32-bit constants Youlin Feng 2026-02-14 18:55:34 +08:00
  • 6fb3df88d4 [release-branch.go1.26] go/analysis/passes/modernize: add vendored code Mark Freeman 2026-02-17 16:11:00 -05:00
  • 0222717377 [release-branch.go1.25] cmd/compile: fix mis-compilation for static array initialization Cuong Manh Le 2026-01-21 14:39:20 +07:00
  • 85050c90ee [release-branch.go1.26] cmd/compile: fix mis-compilation for static array initialization Cuong Manh Le 2026-01-21 14:39:20 +07:00
  • 12c0690eeb [release-branch.go1.26] cmd/compile: don't drop same register twice khr@golang.org 2026-02-14 10:04:13 -08:00
  • e8df1a6697 [release-branch.go1.26] reflect: use &zeroVal[0] instead of nil for data field for zero-sized payloads Keith Randall 2026-02-24 15:31:08 -08:00
  • 167ef716ba [release-branch.go1.26] cmd/compile: rewriteFixedLoad: ensure AuxInt is sign-extended Rongrong 2026-02-12 14:56:43 +08:00
  • 5b40e48a29 Revert "cmd/compile: add loclist for removed DCL nodes" Cherry Mui 2026-02-25 07:26:55 -08:00
  • abf84a51fc cmd/go: use 'gcloud storage cp' instead of 'gsutil cp' Russ Cox 2026-02-25 07:59:00 -05:00
  • 45138d477d internal/cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows Alex Brainman 2026-01-22 16:40:14 +11:00
  • a78df5aa0a cmd/compile: rewriteFixedLoad: ensure AuxInt is sign-extended Rongrong 2026-02-12 14:56:43 +08:00
  • 60dc96479a reflect: use &zeroVal[0] instead of nil for data field for zero-sized payloads Keith Randall 2026-02-24 15:31:08 -08:00
  • fa8595702e internal/runtime/sys: only use speculation barrier for DIT on Apple Silicon Roland Shoemaker 2026-02-24 08:58:39 -08:00
  • e237976802 cmd/asm/internal/asm/testdata: add SB tests Roland Shoemaker 2026-02-24 12:47:42 -08:00
  • 874c3ceb3f cmd/compile: add loclist for removed DCL nodes Derek Parker 2025-08-14 14:48:46 -07:00
  • 8d5e57474c builtin: update new function comment Simon Li 2026-02-18 16:12:31 +00:00
  • 4afaf67ab4 log/slog: use B.Loop to simplify the code apocelipes 2026-02-13 10:51:30 +00:00
  • 19c994cc0c runtime: simplify pprof labels in tracebacks David Finkel 2026-02-05 18:45:22 -05:00
  • 8438ace207 cmd/compile: avoid panic in ternary rewrite on checked instructions Eyalcfish 2026-02-13 21:44:32 +02:00
  • c2fabf1a26 os/signal: completely ignore bogus signals Michael Pratt 2026-01-08 18:36:45 -05:00
  • 01b795bc4c log/syslog: document that this package no longer works after macOS 12.0 Emmanuel T Odeke 2025-12-25 02:35:27 -05:00
  • 370513491a internal/profile: fix error message casing for function ID not found jjpinto 2025-12-27 14:26:09 +00:00
  • 0bd25dc875 internal/runtime/sys: improve DIT assembly Roland Shoemaker 2025-12-12 15:32:43 -08:00
  • b7db3246a6 internal/cpu,cmd/internal/obj/arm64: add SB Roland Shoemaker 2025-12-11 21:19:38 -05:00
  • bdd4c38ce3 runtime/cgo: fix setg_gcc call on aix/ppc64 qmuntal 2026-02-23 10:56:29 +01:00
  • 5e6a6840ae cmd/internal/obj/loong64: remove getting 32-bits address optab entry limeidan 2026-02-10 15:25:27 +08:00
  • 9b07a7668c cmd/internal/obj/loong64: merge MOVVF optab entries into ABSF limeidan 2026-01-29 17:08:25 +08:00
  • c5f1695f79 cmd/internal/obj/loong64: merge moving data operations into one case limeidan 2026-01-29 11:41:01 +08:00
  • 73f72d8c99 cmd/internal/obj/loong64: merge MOVD optab entries into MOVF limeidan 2026-01-22 16:37:55 +08:00
  • 003c0bbf16 cmd/internal/obj/loong64: merge MOVWU optab entries into MOVBU limeidan 2026-01-22 11:34:49 +08:00
  • e1e73b316c runtime: printquoted: fix decoderune call David Finkel 2026-02-23 19:42:32 -05:00
  • ca94cf1247 cmd/compile/internal/ssa: add codegen for Zicond extension on riscv64 Xueqi Luo 2026-02-10 08:10:32 +00:00
  • cdf8951060 runtime: printquoted: preserve bytes of invalid UTF-8 encodings David Finkel 2026-02-05 18:10:43 -05:00
  • 215a070a04 net/smtp: prevent test failures due to expired test certificate Nicholas S. Husin 2026-02-10 17:17:19 -05:00
  • 54ebdf6151 cmd/compile: fix a typo in startRegs drop condition Alexander Musman 2026-02-14 10:38:17 +03:00
  • 04772f022a runtime: remove write barriers from traceRegionAlloc Nick Ripley 2026-02-23 15:46:04 +00:00
  • fe08017303 crypto/rand: remove exported fields in the default Reader Mateusz Poliwczak 2026-02-20 10:56:04 +01:00
  • 4e693d1ec5 go/token: add File.String method Alan Donovan 2026-02-09 10:33:22 -05:00
  • 9697bd96bc cmd/internal/obj/loong64: rearrange optab entries limeidan 2026-01-22 10:36:17 +08:00