summaryrefslogtreecommitdiff
path: root/src/run.bat
Commit message (Expand)AuthorAgeFilesLines
* run: set GOENV=off when running 'go tool dist env'Bryan C. Mills2022-08-171-0/+1
* all.bat,clean.bat,race.bat,run.bat: call some.bat with .\some.batYasuhiro Matsumoto2022-05-121-1/+1
* cmd/dist: move more environment logic into cmd/dist from make and run scriptsBryan C. Mills2022-04-051-8/+3
* run.bat: use cmd/dist instead of 'go install' to rebuild std and cmdBryan C. Mills2022-04-051-12/+6
* build: set GOPATH consistently in run.bash, run.bat, run.rcRuss Cox2021-02-191-3/+1
* run.bat: do not unset GOROOT_FINAL before running testsBryan C. Mills2020-06-101-5/+0
* all: treat all files as binary, but check in .bat with CRLFDmitri Shuralyov2020-06-081-59/+59
* run.bat: use ..\bin\go instead of "go" to install std and cmdBryan C. Mills2020-05-271-1/+1
* run.bat: check go.exe instead of goEgon Elbre2020-04-031-1/+1
* run.{bash,bat,rc}: use ../bin/go instead of the go binary in $PATHBryan C. Mills2020-03-271-2/+7
* build: force all Windows batch files to CRLFGiovanni Bajo2020-03-221-0/+1
* build: clear GO111MODULE during make.bash etcRuss Cox2018-11-161-0/+1
* cmd/go: add $GOFLAGS environment variableRuss Cox2018-08-011-0/+1
* build: unset GOBIN during buildBrad Fitzpatrick2016-05-191-0/+2
* cmd/dist: make test default to --no-rebuildRuss Cox2015-12-291-1/+1
* build: convert run.bash, run.bat, and run.rc into a Go programBrad Fitzpatrick2015-03-031-100/+1
* build: give windows builders extra time for testsRuss Cox2015-03-011-3/+3
* [dev.cc] cmd/go: fix expansion of 'std', add 'cmd'Russ Cox2015-02-231-2/+2
* build: change all.bash output to be more markdown-friendlyRuss Cox2014-12-131-13/+13
* runtime: generate windows callback list with go generateRuss Cox2014-12-051-4/+2
* [dev.cc] build: skip API checks on Windows too (not just Unix)Russ Cox2014-11-211-3/+5
* run.bat: comment text properlyAlex Brainman2014-10-021-1/+1
* runtime: keep g->syscallsp consistent after cgo->Go callbacksHector Martin Cantero2014-09-241-0/+7
* build: remove goplay from run.bash and run.batAndrew Gerrand2014-06-021-5/+0
* run.bash: explain why we set GOMAXPROCS for runtime testDmitriy Vyukov2014-03-061-1/+9
* cmd/gc: fix handling of append with -race.Rémy Oudompheng2014-02-191-3/+1
* run.bat: use double-colon to comment textAlex Brainman2014-02-181-4/+4
* build: disable race detector test in run.bat on windowsRuss Cox2014-02-151-1/+5
* runtime/race: add end-to-end test on windowsAlex Brainman2013-08-151-1/+3
* cmd/api: eliminate duplicate package import workRuss Cox2013-08-091-1/+1
* build: change how cmd/api is run in run.bash and run.batBrad Fitzpatrick2013-08-071-1/+1
* build: remove builder from test suite (fix build)Andrew Gerrand2013-08-011-2/+2
* make.bat: incease runtime test timeout to 300s (fixes build)Alex Brainman2013-07-121-1/+1
* api: add go1.1.txt; update cmd/api to use itBrad Fitzpatrick2013-05-061-1/+1
* misc/cgo/testso: enable test on windowsShenghou Ma2013-04-231-0/+8
* run.bat: make windows runtime test timeout same as other osAlex Brainman2013-04-091-1/+1
* all.bat,make.bat,run.bat: make these work even when directory has space in itAlex Brainman2013-03-251-3/+3
* runtime,misc/cgo/test: disable broken tests so we can test the restAlex Brainman2013-03-061-2/+0
* build: disable cgo on windowsRuss Cox2013-03-011-0/+2
* cmd/ld: fix windows buildRuss Cox2013-03-011-2/+0
* run.bat: disable race detector testAlex Brainman2013-03-011-0/+2
* run.{bash,bat,rc}: unset GOMAXPROCS before ../testDave Cheney2012-11-151-0/+7
* runtime/race: add Windows supportDmitriy Vyukov2012-11-071-0/+9
* run.bat: make output consistentAlex Brainman2012-11-011-1/+1
* src/run.bat: add new flag for api toolRob Pike2012-10-041-1/+1
* cmd/go, cmd/ld: fix libgcc order and add __image_base__ symbol for windowsShenghou Ma2012-09-261-5/+4
* misc/cgo/stdio: make it work on Windows and also test itShenghou Ma2012-09-201-5/+4
* misc/cgo/test and test/bench/go1: enable these tests on windowsAlex Brainman2012-09-191-10/+8
* misc/cgo/life: disable it temporarily on windows, because go builder failsAlex Brainman2012-09-111-4/+5
* run.bat: do not run misc\cgo\stdio test on windows (fix build)Alex Brainman2012-09-031-4/+5