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
/
dist
Age
Commit message (
Expand
)
Author
21 hours
all: prealloc slice with possible minimum capabilities
Shulhan
7 days
internal/syscall/unix: properly support AT_SYMLINK_NOFOLLOW on Linux
Damien Neil
13 days
hash/maphash: revert purego implementation
Alan Donovan
2026-03-31
runtime/cgo: remove SIGSEGV emulation on iOS
qmuntal
2026-03-27
all: remove openbsd/mips64 port
Tobias Klauser
2026-03-25
cmd/dist: try to use jj commit info for devel version
matloob
2026-03-25
cmd/dist: add GO_TEST_ASMFLAGS to set -asmflags during dist test
Dmitri Shuralyov
2026-02-19
cmd/dist: clean up test.go
qmuntal
2026-02-13
cmd/link: support PIE on linux/s390x without cgo
George Adams
2026-02-03
internal/runtime: fix assembly for spectre retpoline instrumentation
Michael Anthony Knyszek
2026-01-09
cmd/dist: fix goroot typo in panic message
jjpinto
2025-12-16
cmd/dist: preserve existing GOEXPERIMENTs when running tests with additional ...
qmuntal
2025-12-12
cmd/dist: test GOEXPERIMENT=simd on AMD64
Cherry Mui
2025-12-09
cmd: fix some issues in the comments
cuishuang
2025-11-26
runtime/secret: implement new secret package
Daniel Morsing
2025-11-26
doc/next: document broken freebsd/riscv64 port
Dmitri Shuralyov
2025-11-13
[dev.simd] all: merge master (57362e9) into dev.simd
Cherry Mui
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-10-27
cmd/link: internal linking support for windows/arm64
qmuntal
2025-10-10
cmd/go: unify "go fix" and "go vet"
Alan Donovan
2025-10-09
cmd/compile: call generated size-specialized malloc functions directly
Michael Matloob
2025-09-23
[dev.simd] all: merge master (9b2d39b) into dev.simd
Cherry Mui
2025-09-22
cmd/dist: disable FIPS 140-3 mode when testing maphash with purego
qmuntal
2025-09-16
[dev.simd] all: merge master (ca0e035) into dev.simd
Cherry Mui
2025-09-15
all: replace strings.Split with strings.SplitSeq
1911860538
2025-09-15
cmd/go,crypto/internal/fips140: prevent using FIPS 140-3 mode with purego tag
Filippo Valsorda
2025-09-11
[dev.simd] all: merge master (cf5e993) into dev.simd
Cherry Mui
2025-09-10
cmd: delete some more windows/arm remnants
Kir Kolyshkin
2025-09-09
cmd/cgo: run gcc to get errors and debug info in parallel
matloob
2025-09-03
[dev.simd] all: merge master (4c4cefc) into dev.simd
Cherry Mui
2025-09-02
cmd/dist: run racebench tests only in longtest mode
Michael Anthony Knyszek
2025-08-29
runtime/race: add race detector support for linux/riscv64
Joel Sing
2025-08-29
all: delete more windows/arm remnants
Tobias Klauser
2025-08-22
all: delete remaining windows/arm code
Alberto Donizetti
2025-08-14
[dev.simd] all: merge master (924fe98) into dev.simd
Cherry Mui
2025-08-11
cmd/dist: require Go 1.24.6 as minimum bootstrap toolchain
Dmitri Shuralyov
2025-08-06
all: remove support for windows/arm
qiulaidongfeng
2025-08-05
cmd/dist, internal/platform: mark freebsd/riscv64 broken
Mark Freeman
2025-08-05
cmd: remove dead code
qiulaidongfeng
2025-06-25
[dev.simd] all: merge master (f8ccda2) into dev.simd
Cherry Mui
2025-06-23
cmd/dist: test encoding/json/... with GOEXPERIMENT=jsonv2
Joe Tsai
2025-06-16
cmd/dist: always include variant in package names
Michael Anthony Knyszek
2025-06-10
[dev.simd] all: merge master (773701a) into dev.simd
Cherry Mui
2025-06-10
cmd/dist: only install necessary tools when doing local test
Michael Matloob
2025-06-03
cmd/dist: don't install tools that won't be shipped in distribution
Michael Matloob
2025-05-29
[dev.simd] cmd/dist: disable API check on dev branch
Junyang Shao
2025-05-20
cmd/dist, internal/platform: enable internal linking feature and test on loong64
limeidan
2025-05-20
cmd/dist: pass GO_GCFLAGS to cpuN runtime tests
khr@golang.org
2025-05-08
cmd/go: fix incorrect determining default value of CGO_ENABLED
qiulaidongfeng
2025-05-07
cmd,runtime: enable race detector on loong64
Guoqi Chen
[next]