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
2022-09-08
cmd/dist: use strings.Builder
cuiweixie
2022-08-31
cmd/dist: disable cgo when testing internal linking of PIE
Cuong Manh Le
2022-08-30
cmd/go/internal/imports: recognize "unix" build tag
Zeke Lu
2022-08-26
runtime: add address sanitizer support for ppc64le
Archana R
2022-08-18
cmd/dist: enable testsanitizer test on ppc64le
Lynn Boger
2022-08-17
all: use "noopt" build tag for checking optimization disabled
Cuong Manh Le
2022-08-11
internal/saferio: new package to avoid OOM
Ian Lance Taylor
2022-08-09
test: skip -buildmode=pie tests on alpine
Than McIntosh
2022-08-05
cmd/dist: do not run on ppc64le
Russ Cox
2022-08-05
cmd/dist: force stackGuardMultiplierDefault to 1
Russ Cox
2022-08-04
cmd/dist: require Go 1.17 for building Go
Russ Cox
2022-07-29
cmd/dist: always pass -short=true with -quick
Ian Lance Taylor
2022-07-21
cmd/dist: enable race detector test on S390X
Cherry Mui
2022-07-06
cmd/dist: use purego tag when building the bootstrap binaries
Ian Lance Taylor
2022-06-16
cmd/dist: add package . to 'go test' commands
Bryan C. Mills
2022-06-10
cmd/dist, cmd/internal/metadata: don't install metadata binary
Cherry Mui
2022-06-02
cmd/dist: use gohostarch for ssa rewrite check
Christian Stewart
2022-05-26
cmd/dist: support spaces and quotes in CC
Motiejus Jakštys
2022-05-20
cmd/dist: port to linux/loong64 completed
Xiaodong Liu
2022-05-19
cmd/dist: pass a -test.timeout option to a host test
Ian Lance Taylor
2022-05-06
cmd/link: fix handling of visibility hidden symbols
Cherry Mui
2022-05-02
all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into master
Russ Cox
2022-05-02
all: use os/exec instead of internal/execabs
Russ Cox
2022-05-02
os/exec: return error when PATH lookup would use current directory
Russ Cox
2022-05-01
cmd/dist: support dist tool for loong64
Xiaodong Liu
2022-04-29
Revert "os/exec: return error when PATH lookup would use current directory"
Bryan Mills
2022-04-29
os/exec: return error when PATH lookup would use current directory
Russ Cox
2022-04-29
[dev.boringcrypto] cmd/dist: default to use of boringcrypto
Russ Cox
2022-04-29
[dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256
Russ Cox
2022-04-25
cmd/dist: add maymorestack tests
Austin Clements
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
cmd/dist: move more environment logic into cmd/dist from make and run scripts
Bryan C. Mills
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2022-04-01
cmd/dist: enable msan/asan
Meng Zhuo
2022-03-31
runtime: remove AVX2less code in memclrNoHeapPointers for GOAMD64 >= 3
vpachkov
2022-03-30
cmd/dist: delete special case for release branches without VERSION
Dmitri Shuralyov
2022-03-28
go/build: recognize "unix" build tag
Ian Lance Taylor
2022-03-18
cmd/go: stamp build settings for binaries in cmd
Bryan C. Mills
2022-03-08
cmd/dist: log CPU model when testing
Michael Pratt
2022-03-01
all: avoid use of cmd/compile -G flag in tests
Matthew Dempsky
2022-03-01
internal/pkgbits: extract unified IR coding-level logic
Matthew Dempsky
2022-02-08
cmd/dist: test cgo internal linking on darwin-arm64
Cherry Mui
2022-02-07
cmd/dist: skip internal linking tests on arm64
Benny Siegert
2022-01-18
cmd/dist: avoid lapsing into x86 builds on ARM64 Macs
Russ Cox
2022-01-14
Revert "cmd/dist: log CPU model when testing"
Michael Pratt
2022-01-14
Revert "cmd/dist: log OS version when testing"
Michael Pratt
2022-01-14
cmd/dist: log OS version when testing
Michael Pratt
2022-01-14
cmd/dist: log CPU model when testing
Michael Pratt
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
[prev]
[next]