index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
Age
Commit message (
Expand
)
Author
7 days
[release-branch.go1.26] cmd/go: disallow cgo trust boundary bypass
Neal Patel
7 days
[release-branch.go1.26] cmd/compile: fix loopbce overflow check logic
Junyang Shao
7 days
[release-branch.go1.26] cmd/compile: fix mem access overlap detection
Junyang Shao
7 days
[release-branch.go1.26] internal/syscall/unix: properly support AT_SYMLINK_NO...
Damien Neil
2026-03-26
[release-branch.go1.26] cmd/link: skip special symbols for label symbol gener...
Cherry Mui
2026-03-26
[release-branch.go1.26] cmd/compile: fix internal compiler error: bad write b...
Francisco Ferraz
2026-03-26
[release-branch.go1.26] cmd/compile: treat all zero-sized values as SSA-able
khr@golang.org
2026-03-26
[release-branch.go1.26] cmd/compile: handle zero-sized values more generally
khr@golang.org
2026-03-26
[release-branch.go1.26] cmd/compile: ternary rewrite of rewrite should skip, ...
David Chase
2026-03-26
[release-branch.go1.26] cmd/compile: skip race detector test failure for unsu...
Guoqi Chen
2026-03-26
[release-branch.go1.26] cmd/compile: gate instrumentEnterExit on NoRaceFunc c...
Derek Parker
2026-03-25
[release-branch.go1.26] cmd/fix: pull in CL 755980
Dmitri Shuralyov
2026-03-20
[release-branch.go1.26] cmd/go/internal/cache: update trim timestamp before t...
Michael Matloob
2026-03-19
[release-branch.go1.26] cmd/compile/internal/typecheck: simplify tcSliceHeader
Cuong Manh Le
2026-03-19
[release-branch.go1.26] cmd/compile: fix bloop test
Keith Randall
2026-03-04
[release-branch.go1.26] cmd/go: revert update default go directive in mod or ...
Michael Matloob
2026-03-02
[release-branch.go1.26] cmd: re-vendor x/tools for Go 1.26.1
Cherry Mui
2026-02-26
[release-branch.go1.26] cmd/compile: ensure StructMake/ArrayMake1 of direct i...
Keith Randall
2026-02-26
[release-branch.go1.26] cmd/compile: pointer-shaped types are SSAable even if...
Keith Randall
2026-02-25
[release-branch.go1.26] cmd/go: fix pkg-config flag sanitization
Roland Shoemaker
2026-02-25
[release-branch.go1.26] cmd/compile: avoid folding 64-bit integers into 32-bi...
Youlin Feng
2026-02-25
[release-branch.go1.26] go/analysis/passes/modernize: add vendored code
Mark Freeman
2026-02-25
[release-branch.go1.26] cmd/compile: fix mis-compilation for static array ini...
Cuong Manh Le
2026-02-25
[release-branch.go1.26] cmd/compile: don't drop same register twice
khr@golang.org
2026-02-25
[release-branch.go1.26] cmd/compile: rewriteFixedLoad: ensure AuxInt is sign-...
Rongrong
2026-02-18
[release-branch.go1.26] cmd/link: don't pass -Wl,-S on illumos
Peter Tribble
2026-01-30
[release-branch.go1.26] cmd/compile/internal/bloop: avoid extraneous heap all...
thepudds
2026-01-28
[release-branch.go1.26] cmd/compile, simd: capture VAES instructions and fix ...
Junyang Shao
2026-01-20
cmd/compile/internal/staticinit: fix bug in global new(expr)
Alan Donovan
2026-01-15
go/types,cmd/compile/internal/types2: better diagnostic for type shadowing
Alan Donovan
2026-01-15
cmd/go/internal/work: sanitize flags before invoking 'pkg-config'
Neal Patel
2026-01-15
cmd/go: update VCS commands to use safer flag/argument syntax
Roland Shoemaker
2026-01-13
simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512
Austin Clements
2026-01-13
runtime: rename mallocTiny* to mallocgcTinySize*
Michael Matloob
2026-01-13
all: fix misspellings in comments
cuishuang
2026-01-09
cmd/dist: fix goroot typo in panic message
jjpinto
2026-01-09
cmd/go: only use check cache action's dependencies to build vet config
Michael Matloob
2026-01-08
cmd/go: remove user-content from doc strings in cgo ASTs.
Neal Patel
2026-01-08
simd/archsimd: rename Broadcast methods
Cherry Mui
2026-01-07
cmd/go: guarantee a minimum of min(4,GOMAXPROCS) to compile -c
Michael Matloob
2026-01-07
cmd/go/internal/work: decrement concurrentProcesses when action finishes
Michael Matloob
2026-01-07
all: update vendored x/tools
Dmitri Shuralyov
2026-01-05
simd/archsimd: use V(P)MOVMSK for mask ToBits if possible
Cherry Mui
2026-01-02
cmd/go/testdata/vcstest/git: use git commands that work on older git versions
Joel Sing
2026-01-02
cmd/compile: optimize SIMD IsNaN.Or(IsNaN)
Cherry Mui
2026-01-02
simd/archsimd: make IsNaN unary
Cherry Mui
2025-12-30
cmd/go/internal/modindex: fix obvious bug using failed type assertion
Michael Matloob
2025-12-30
cmd/compile: disable inlining for functions using runtime.deferrangefunc
zuojunwei.1024
2025-12-29
simd/archsimd: remove redundant suffix of ExtendLo operations
Cherry Mui
2025-12-27
cmd: fix unused errors reported by ineffassign
Lin Lin
[next]