aboutsummaryrefslogtreecommitdiff
path: root/src/buildall.bash
AgeCommit message (Expand)Author
2024-04-23src/buildall.bash: use grep -E instead of egrepgucio321
2023-07-27src/buildall.bash: mention no longer being used by Go build systemDmitri Shuralyov
2023-05-25all: fix buildall.bashRuss Cox
2022-10-06all: use grep -E/-F instead of fgrep/egrepkxxt
2020-10-05src/buildall.bash: remove linux-386-387 targetDmitri Shuralyov
2020-10-05src/buildall.bash: remove mobile filterDmitri Shuralyov
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-05-16cmd/go: run full 'go vet' during 'go test' for packages in GOROOTRuss Cox
2017-03-09src/*.bash: use tabs consistentlyDaniel Martí
2017-02-04buildall.bash: clarify target selectionIan Lance Taylor
2016-02-26build: use go tool dist listShenghou Ma
2016-01-19build: test linux/mips64 and linux/mips64le with buildall.bashShenghou Ma
2015-05-17buildall.bash: exit 1 when make.bash failsShenghou Ma
2015-05-07buildall.bash: also build for linux/arm with GOARM=5Shenghou Ma
2015-04-30src: build cmd in buildall.bashJosh Bleecher Snyder
2015-04-29src: update buildall.bash comment with renamed trybot builderBrad Fitzpatrick
2015-04-29src: don't assume go is in PATH in buildall.bashBrad Fitzpatrick
2015-04-29src: add buildall.bashBrad Fitzpatrick