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
/
buildall.bash
Age
Commit message (
Expand
)
Author
2022-10-06
all: use grep -E/-F instead of fgrep/egrep
kxxt
2020-10-05
src/buildall.bash: remove linux-386-387 target
Dmitri Shuralyov
2020-10-05
src/buildall.bash: remove mobile filter
Dmitri Shuralyov
2020-04-08
all: remove scattered remnants of darwin/arm
Austin Clements
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-05-16
cmd/go: run full 'go vet' during 'go test' for packages in GOROOT
Russ Cox
2017-03-09
src/*.bash: use tabs consistently
Daniel MartÃ
2017-02-04
buildall.bash: clarify target selection
Ian Lance Taylor
2016-02-26
build: use go tool dist list
Shenghou Ma
2016-01-19
build: test linux/mips64 and linux/mips64le with buildall.bash
Shenghou Ma
2015-05-17
buildall.bash: exit 1 when make.bash fails
Shenghou Ma
2015-05-07
buildall.bash: also build for linux/arm with GOARM=5
Shenghou Ma
2015-04-30
src: build cmd in buildall.bash
Josh Bleecher Snyder
2015-04-29
src: update buildall.bash comment with renamed trybot builder
Brad Fitzpatrick
2015-04-29
src: don't assume go is in PATH in buildall.bash
Brad Fitzpatrick
2015-04-29
src: add buildall.bash
Brad Fitzpatrick