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
/
build.go
Age
Commit message (
Expand
)
Author
2023-01-24
all: fix some comments
cui fliter
2023-01-20
cmd/dist: mark linux/sparc64 as a broken port, remove incomplete map
Dmitri Shuralyov
2023-01-20
cmd/dist: add map of broken ports and -force flag
Dmitri Shuralyov
2023-01-17
cmd/dist: make toolchain build reproducible
Russ Cox
2023-01-17
time/tzdata: generate zip constant during cmd/dist
Russ Cox
2022-12-01
cmd/dist: remove pkg/$GOOS_$GOARCH and pkg/obj at exit
Michael Matloob
2022-11-21
cmd/dist: stop trying to access runtime/internal/sys.a in debug mode
Cherry Mui
2022-11-21
cmd/dist: update to assume Go 1.17.13 as minimal Go bootstrap version
Martin Möhrmann
2022-11-10
cmd/dist: define GOPPC64_{cpu} for PPC64 targets
Paul E. Murphy
2022-11-01
cmd/dist: fix a variable scope bug:
Michael Matloob
2022-10-27
cmd/dist: produce intermedate .a files in a temporary location
Michael Matloob
2022-10-01
cmd/go: remove the -i build flag
Daniel Martí
2022-10-01
cmd/dist: add support for freebsd/riscv64
Mikael Urankar
2022-09-28
cmd/dist: test cmd module on js/wasm
Tobias Klauser
2022-09-20
all: replace package ioutil with os and io in src
Andy Pan
2022-08-30
cmd/go/internal/imports: recognize "unix" build tag
Zeke Lu
2022-08-17
all: use "noopt" build tag for checking optimization disabled
Cuong Manh Le
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-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-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-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
2021-10-28
cmd/dist: implement //go:build parsing
Russ Cox
2021-10-05
Revert "cmd/dist: omit cmd/cgo from toolchain1"
Matthew Dempsky
2021-10-05
cmd/dist: omit cmd/cgo from toolchain1
Matthew Dempsky
2021-09-16
cmd/go: add GOAMD64 environment variable
nimelehin
2021-08-19
cmd/dist: remove unused variables
Manlio Perillo
2021-08-11
src/make.*: make --no-clean flag a no-op that prints a warning
Matthew Dempsky
2021-05-21
cmd/dist: display first class port status in json output
Constantin Konstantinidis
2021-04-28
cmd/dist,runtime: support cgo on openbsd/mips64
Joel Sing
2021-04-26
syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappers
Cherry Zhang
2021-04-23
cmd/dist: enable cgo on windows/arm64
Russ Cox
2021-04-15
internal/bytealg: port more performance-critical functions to ABIInternal
Austin Clements
2021-04-08
cmd/go: strip GOEXPERIMENT from hash salt
Austin Clements
2021-04-03
cmd/dist: include "go1.x-" in devel go version strings
Daniel Martí
2021-03-18
cmd/dist: build bootstrap without GOEXPERIMENT
Austin Clements
2021-03-11
cmd: move GOEXPERIMENT knob from make.bash to cmd/go
Matthew Dempsky
2021-03-02
dist: generate stub go.mod in workdir
Tamir Duberstein
2021-02-23
cmd/dist: match goexperiment.regabi tag when GOEXPERIMENT is on
Cherry Zhang
2021-02-19
cmd/dist: add windows/arm64 support
Russ Cox
2021-02-03
[dev.regabi] runtime, syscall, etc.: mark Darwin syscall wrappers as ABIInternal
Cherry Zhang
2020-11-06
cmd/dist: remove openbsd/mips64 from incomplete ports
Joel Sing
2020-11-03
cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64
Joel Sing
[next]