]> Cypherpunks.ru repositories - gostls13.git/history - src/run.bat
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / run.bat
2022-08-17 Bryan C. Millsrun: set GOENV=off when running 'go tool dist env'
2022-05-12 Yasuhiro Matsumotoall.bat,clean.bat,race.bat,run.bat: call some.bat with...
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-05 Bryan C. Millscmd/dist: move more environment logic into cmd/dist...
2022-04-05 Bryan C. Millsrun.bat: use cmd/dist instead of 'go install' to rebuil...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-02-24 Filippo Valsorda[dev.boringcrypto] all: merge master (5b76343) into...
2021-02-19 Robert Griesemer[dev.typeparams] all: merge master (06b86e9) into dev...
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-19 Russ Coxbuild: set GOPATH consistently in run.bash, run.bat...
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-06-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-06-10 Bryan C. Millsrun.bat: do not unset GOROOT_FINAL before running tests
2020-06-08 Dmitri Shuralyovall: treat all files as binary, but check in .bat with...
2020-05-29 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-27 Bryan C. Millsrun.bat: use ..\bin\go instead of "go" to install std...
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-03 Egon Elbrerun.bat: check go.exe instead of go
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-27 Bryan C. Millsrun.{bash,bat,rc}: use ../bin/go instead of the go...
2020-03-22 Giovanni Bajobuild: force all Windows batch files to CRLF
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-16 Russ Coxbuild: clear GO111MODULE during make.bash etc
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-01 Russ Coxcmd/go: add $GOFLAGS environment variable
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
2016-05-19 Brad Fitzpatrickbuild: unset GOBIN during build
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-12-29 Russ Coxcmd/dist: make test default to --no-rebuild
2015-04-01 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-03-03 Brad Fitzpatrickbuild: convert run.bash, run.bat, and run.rc into a...
2015-03-01 Russ Coxbuild: give windows builders extra time for tests
2015-02-23 Russ Coxall: merge dev.cc (a91c2e0) into master
2015-02-23 Russ Cox[dev.cc] all: merge master (6a10f72) into dev.cc
2015-02-23 Russ Cox[dev.cc] all: merge master (48469a2) into dev.cc
2015-02-23 Russ Cox[dev.cc] cmd/go: fix expansion of 'std', add 'cmd'
2014-12-13 Russ Coxbuild: change all.bash output to be more markdown-friendly
2014-12-06 Russ Coxall: merge dev.garbage (d1238958d4ae) into default...
2014-12-05 Russ Coxruntime: generate windows callback list with go generate
2014-12-05 Russ Coxall: merge dev.cc (81884b89bd88) into default
2014-12-05 Russ Cox[dev.cc] all: merge default (8d42099cdc23) into dev.cc
2014-11-24 Russ Cox[dev.garbage] all: merge dev.cc (493ad916c3b1) into...
2014-11-23 Russ Cox[dev.cc] all: merge default (95f5614b4648) into dev.cc
2014-11-21 Russ Cox[dev.cc] build: skip API checks on Windows too (not...
2014-10-22 Austin Clements[dev.power64] all: merge default into dev.power64
2014-10-03 Russ Cox[dev.garbage] merge default into dev.garbage
2014-10-02 Alex Brainmanrun.bat: comment text properly
2014-09-24 Hector Martin Canteroruntime: keep g->syscallsp consistent after cgo->Go...
2014-06-01 Andrew Gerrandbuild: remove goplay from run.bash and run.bat
2014-03-06 Dmitriy Vyukovrun.bash: explain why we set GOMAXPROCS for runtime...
2014-02-19 Rémy Oudomphengcmd/gc: fix handling of append with -race.
2014-02-18 Alex Brainmanrun.bat: use double-colon to comment text
2014-02-16 Russ Coxbuild: disable race detector test in run.bat on windows
2013-08-15 Alex Brainmanruntime/race: add end-to-end test on windows
2013-08-09 Russ Coxcmd/api: eliminate duplicate package import work
2013-08-07 Brad Fitzpatrickbuild: change how cmd/api is run in run.bash and run.bat
2013-08-01 Andrew Gerrandbuild: remove builder from test suite (fix build)
2013-07-12 Alex Brainmanmake.bat: incease runtime test timeout to 300s (fixes...
2013-05-07 Brad Fitzpatrickapi: add go1.1.txt; update cmd/api to use it
2013-04-22 Shenghou Mamisc/cgo/testso: enable test on windows
2013-04-09 Alex Brainmanrun.bat: make windows runtime test timeout same as...
2013-03-25 Alex Brainmanall.bat,make.bat,run.bat: make these work even when...
2013-03-06 Alex Brainmanruntime,misc/cgo/test: disable broken tests so we can...
2013-03-01 Russ Coxbuild: disable cgo on windows
2013-03-01 Russ Coxcmd/ld: fix windows build
2013-03-01 Alex Brainmanrun.bat: disable race detector test
2012-11-15 Dave Cheneyrun.{bash,bat,rc}: unset GOMAXPROCS before ../test
2012-11-07 Dmitriy Vyukovruntime/race: add Windows support
2012-11-01 Alex Brainmanrun.bat: make output consistent
2012-10-04 Rob Pikesrc/run.bat: add new flag for api tool
2012-09-26 Shenghou Macmd/go, cmd/ld: fix libgcc order and add __image_base__...
2012-09-19 Shenghou Mamisc/cgo/stdio: make it work on Windows and also test it
2012-09-19 Alex Brainmanmisc/cgo/test and test/bench/go1: enable these tests...
2012-09-11 Alex Brainmanmisc/cgo/life: disable it temporarily on windows, becau...
2012-09-03 Alex Brainmanrun.bat: do not run misc\cgo\stdio test on windows...
2012-09-02 Shenghou Madoc/progs: use test/run.go for testing on Windows
2012-08-17 Alex Brainmanmisc/cgo/test: disable test on windows (attempt to...
2012-08-16 Shenghou Macmd/go: new cgo build procedure
2012-08-07 Shenghou Mamisc/cgo/{life,stdio}, test/run.go: use test/run.go...
2012-05-23 Brad Fitzpatrickcmd/api: add api/next.txt
2012-04-04 Shenghou Mabuild: unset GOROOT_FINAL before tests
2012-03-20 Shenghou Mabuild: unset GOPATH before tests
2012-03-20 Alex Brainmanrun.bat: disable test in test\bench\go1 to fix build
2012-03-20 Alex Brainmanbuild: do more during windows build
2012-03-13 Alex Brainmantest: actually run them on windows
2012-03-06 Russ Coxbuild: use run.go for running tests
2012-02-16 Hector Chumake.bat, run.bat: echo newlines
2012-02-15 Alex Brainmanbuild: use setlocal in run.bat
2012-02-14 Russ Coxbuild: fix windows build
2012-02-04 Russ Coxbuild: dist-based build for windows