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
/
internal
/
sys
Age
Commit message (
Expand
)
Author
2026-02-06
cmd/compile: allow equal functions to perform unaligned load on loong64
Guoqi Chen
2025-11-17
cmd/internal/sys,internal/goarch,runtime: enable the use of compressed instru...
Joel Sing
2025-09-27
cmd/compile: implement jump table on loong64
limeidan
2025-04-09
cmd/compile: set unalignedOK to make memcombine work properly on loong64
limeidan
2025-02-25
internal/abi: use arch family instead of arch string
Keith Randall
2025-02-04
cmd/internal/sys: allow unaligned loads on big-endian ppc64
Keith Randall
2024-08-20
cmd/compile/internal/ssagen: improve intrinsic architecture handling
Joel Sing
2022-10-04
cmd/internal/sys: migrate support.go functions to new internal pkg
Than McIntosh
2022-08-26
runtime: add address sanitizer support for ppc64le
Archana R
2022-05-16
runtime: add address sanitizer support for riscv64
Meng Zhuo
2022-05-13
cmd/compile: use jump table on ARM64
Cherry Mui
2022-05-04
cmd,runtime: enable race detector on s390x
Ilya Leoshkevich
2022-04-19
internal/sys: add LR and fixed frame size to sys.Arch
Austin Clements
2022-04-14
cmd/compile: implement jump tables
Keith Randall
2022-01-12
cmd/go: enable fuzz testing for FreeBSD
Ayan George
2021-11-05
cmd/link: enable internal linking of PIE binaries on ppc64le
Paul E. Murphy
2021-11-03
all: add support for c-archive and c-shared on linux/riscv64
Joel Sing
2021-11-02
cmd/dist: add asan tests in misc/cgo/testsanitizers package
fanzha02
2021-10-29
Revert "cmd/go: remove support for -buildmode=shared"
Bryan C. Mills
2021-10-28
cmd/go: consolidate fuzz-support checks
Bryan C. Mills
2021-10-27
cmd/go: remove support for -buildmode=shared
Bryan C. Mills
2021-10-25
cmd/compile: add -asan option
fanzha02
2021-10-06
cmd/compile: make encoding/binary loads/stores cheaper to inline
Josh Bleecher Snyder
2021-10-02
cmd/go: remove double parallelism from "go fmt"
Daniel MartÃ
2021-09-06
cmd/internal/sys: fix placement of loong64 definition
WANG Xuerui
2021-09-06
cmd/internal/sys: declare loong64 arch
WANG Xuerui
2021-06-14
cmd/internal/sys: mark windows/arm64 as c-shared-capable
Jason A. Donenfeld
2021-05-24
cmd/compile: ensure equal functions don't do unaligned loads
Keith Randall
2021-03-11
cmd/dist: refactor test constraints for misc/cgo/testsantizers
fanzha02
2021-02-23
runtime: enable race detector on openbsd/amd64
Joel Sing
2020-11-04
cmd/compile,cmd/dist,cmd/go: enable pie buildmode for linux/riscv64
Joel Sing
2020-10-30
runtime, cmd: support race detector on darwin/arm64
Cherry Zhang
2020-10-29
Revert "cmd/compile,cmd/internal/sys: enable additional build modes on linux/...
Joel Sing
2020-10-28
cmd/link: enable internal linking by default on darwin/arm64
Cherry Zhang
2020-10-27
cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64
Joel Sing
2020-10-22
all: add GOOS=ios GOARCH=amd64 target for the ios simulator
Elias Naur
2020-10-14
cmd/link: support internal linking on darwin/arm64
Cherry Zhang
2020-10-14
cmd/link: support PIE internal linking on darwin/amd64
Cherry Zhang
2020-10-12
cmd/go: don't always link in cgo for PIE
Cherry Zhang
2020-10-09
all: enable more tests on macOS/ARM64
Cherry Zhang
2020-10-06
cmd/link: support C-shared buildmode on macOS/ARM64
Cherry Zhang
2020-10-06
cmd/link: support PIE on macOS/ARM64
Cherry Zhang
2020-10-06
cmd/link: support plugin on macOS/ARM64
Cherry Zhang
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-04-08
all: remove scattered remnants of darwin/386
Austin Clements
2020-04-08
all: remove scattered remnants of darwin/arm
Austin Clements
2020-03-01
cmd/go, cmd/link: implement -buildmode=pie on windows
Alex Brainman
2020-02-26
cmd/link: default to internal linking for android/arm64
Elias Naur
2019-11-22
cmd/go/internal/work: reduce code duplication in buildModeInit by using sys.B...
Bryan C. Mills
2019-11-22
cmd/go: add a 'buildmode' condition for script tests
Bryan C. Mills
[next]