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
8 days
[release-branch.go1.26] internal/syscall/unix: properly support AT_SYMLINK_NO...
Damien Neil
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
2025-04-30
cmd/dist: move "devel" substring in git-inferred development version
Dmitri Shuralyov
2025-04-25
cmd/dist: add "devel" substring check to isRelease computation
Dmitri Shuralyov
2025-04-16
all: use strings.ReplaceAll where applicable
Marcel Meyer
2025-03-20
all: use exec.Command.String in test logs
qmuntal
2025-03-11
runtime/internal: clean up completely
Jes Cok
2025-02-19
all: implement plugin build mode for riscv64
Meng Zhuo
2025-02-14
cmd/dist: use slices.Index
qiulaidongfeng
2025-02-13
cmd/dist: test GOFIPS140=latest rather than just the GODEBUG
Filippo Valsorda
2025-02-12
cmd/dist: correct gccheckmark test name
Cherry Mui
[next]