aboutsummaryrefslogtreecommitdiff
path: root/src/run.bat
AgeCommit message (Expand)Author
2022-08-17run: set GOENV=off when running 'go tool dist env'Bryan C. Mills
2022-05-12all.bat,clean.bat,race.bat,run.bat: call some.bat with .\some.batYasuhiro Matsumoto
2022-04-05cmd/dist: move more environment logic into cmd/dist from make and run scriptsBryan C. Mills
2022-04-05run.bat: use cmd/dist instead of 'go install' to rebuild std and cmdBryan C. Mills
2021-02-19build: set GOPATH consistently in run.bash, run.bat, run.rcRuss Cox
2020-06-10run.bat: do not unset GOROOT_FINAL before running testsBryan C. Mills
2020-06-08all: treat all files as binary, but check in .bat with CRLFDmitri Shuralyov
2020-05-27run.bat: use ..\bin\go instead of "go" to install std and cmdBryan C. Mills
2020-04-03run.bat: check go.exe instead of goEgon Elbre
2020-03-27run.{bash,bat,rc}: use ../bin/go instead of the go binary in $PATHBryan C. Mills
2020-03-22build: force all Windows batch files to CRLFGiovanni Bajo
2018-11-16build: clear GO111MODULE during make.bash etcRuss Cox
2018-08-01cmd/go: add $GOFLAGS environment variableRuss Cox
2016-05-19build: unset GOBIN during buildBrad Fitzpatrick
2015-12-29cmd/dist: make test default to --no-rebuildRuss Cox
2015-03-03build: convert run.bash, run.bat, and run.rc into a Go programBrad Fitzpatrick
2015-03-01build: give windows builders extra time for testsRuss Cox
2015-02-23[dev.cc] cmd/go: fix expansion of 'std', add 'cmd'Russ Cox
2014-12-13build: change all.bash output to be more markdown-friendlyRuss Cox
2014-12-05runtime: generate windows callback list with go generateRuss Cox
2014-11-21[dev.cc] build: skip API checks on Windows too (not just Unix)Russ Cox
2014-10-02run.bat: comment text properlyAlex Brainman
2014-09-24runtime: keep g->syscallsp consistent after cgo->Go callbacksHector Martin Cantero
2014-06-02build: remove goplay from run.bash and run.batAndrew Gerrand
2014-03-06run.bash: explain why we set GOMAXPROCS for runtime testDmitriy Vyukov
2014-02-19cmd/gc: fix handling of append with -race.Rémy Oudompheng
2014-02-18run.bat: use double-colon to comment textAlex Brainman
2014-02-15build: disable race detector test in run.bat on windowsRuss Cox
2013-08-15runtime/race: add end-to-end test on windowsAlex Brainman
2013-08-09cmd/api: eliminate duplicate package import workRuss Cox
2013-08-07build: change how cmd/api is run in run.bash and run.batBrad Fitzpatrick
2013-08-01build: remove builder from test suite (fix build)Andrew Gerrand
2013-07-12make.bat: incease runtime test timeout to 300s (fixes build)Alex Brainman
2013-05-06api: add go1.1.txt; update cmd/api to use itBrad Fitzpatrick
2013-04-23misc/cgo/testso: enable test on windowsShenghou Ma
2013-04-09run.bat: make windows runtime test timeout same as other osAlex Brainman
2013-03-25all.bat,make.bat,run.bat: make these work even when directory has space in itAlex Brainman
2013-03-06runtime,misc/cgo/test: disable broken tests so we can test the restAlex Brainman
2013-03-01build: disable cgo on windowsRuss Cox
2013-03-01cmd/ld: fix windows buildRuss Cox
2013-03-01run.bat: disable race detector testAlex Brainman
2012-11-15run.{bash,bat,rc}: unset GOMAXPROCS before ../testDave Cheney
2012-11-07runtime/race: add Windows supportDmitriy Vyukov
2012-11-01run.bat: make output consistentAlex Brainman
2012-10-04src/run.bat: add new flag for api toolRob Pike
2012-09-26cmd/go, cmd/ld: fix libgcc order and add __image_base__ symbol for windowsShenghou Ma
2012-09-20misc/cgo/stdio: make it work on Windows and also test itShenghou Ma
2012-09-19misc/cgo/test and test/bench/go1: enable these tests on windowsAlex Brainman
2012-09-11misc/cgo/life: disable it temporarily on windows, because go builder failsAlex Brainman
2012-09-03run.bat: do not run misc\cgo\stdio test on windows (fix build)Alex Brainman