aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
AgeCommit message (Expand)Author
2012-03-10cmd/dist, cmd/go: move CGO_ENABLED from 'go tool dist env' to 'go env'Shenghou Ma
2012-03-08misc/cgo: re-enable testsoFrancisco Souza
2012-03-08doc: fix freebsd buildShenghou Ma
2012-03-08build: re-enable some broken tests in run.bashShenghou Ma
2012-03-07undo CL 5754063 / e23b66fcfc94Russ Cox
2012-03-07misc/cgo: re-enable testsoFrancisco Souza
2012-03-06misc/cgo: re-enable some testsRuss Cox
2012-03-05build: use run.go for running testsRuss Cox
2012-03-05runtime: wait for main goroutine before setting GOMAXPROCS.Rémy Oudompheng
2012-03-05doc/progs: update for go 1Rob Pike
2012-02-13cmd/dist: cross-compiling fixesRuss Cox
2012-02-04build: use cmd/distRuss Cox
2012-02-03build: crash if test runs foreverAlex Brainman
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-30run.bash: s/make/gomakeRob Pike
2012-01-30go: move compilers into the go-tool directoryRob Pike
2012-01-20misc/cgo/test: make tests run on windowsAlex Brainman
2012-01-09cmd/go: add -v flag to build and installRuss Cox
2011-12-21cmd/go: many improvementsRuss Cox
2011-12-21build: rewrite to use bash time builtinRuss Cox
2011-12-20build: fix the build with USE_GO_TOOL=falseBrad Fitzpatrick
2011-12-20build: use go command during buildRuss Cox
2011-12-15test/bench/go1: first draft of Go 1 benchmark suiteRuss Cox
2011-12-13test/bench: move to test/bench/shootoutRuss Cox
2011-12-09misc/cgo/testso: do not leave out file behindAlex Brainman
2011-11-22cgo: add support for callbacks from dynamic librariesDmitriy Vyukov
2011-10-12runtime: fix memory leak in parallel garbage collectorRuss Cox
2011-10-11ebnf, ebnflint: move under expRobert Griesemer
2011-09-26test: disable sigchld test on WindowsRuss Cox
2011-08-10build: allow builds without cgoRuss Cox
2011-07-13exp/eval, exp/ogle: remove packages eval and ogleRobert Griesemer
2011-06-30run.bash: small fixAlex Brainman
2011-06-21godefs: remove test from buildRuss Cox
2011-06-20godefs: rudimentary testsRobert Hencke
2011-04-27tutorial: replace the forever loops with finite counts in sieve programs.Rob Pike
2011-04-20run.bash: remove redundant rebuildsRuss Cox
2011-04-13fix build: disable gofmt test script, enable gotest testing insteadRobert Griesemer
2011-04-08test/bench: enable build and test on WindowsAlex Brainman
2011-04-08misc/cgo/life: enable build and test on WindowsAlex Brainman
2011-03-27build: add all-qemu.bash, handful of arm fixesRuss Cox
2011-03-25testing: set up structure for faster testing using the new -test.short flag.Rob Pike
2011-03-11build: run gotest in misc/cgo/testRuss Cox
2011-03-07doc/codelab/wiki: include into windows buildAlex Brainman
2011-02-14build: run test/ directory firstRuss Cox
2011-02-09run.bash: must make codelab before we can test it.Rob Pike
2011-02-09src/run.bash: get rid of long windows expressionAlex Brainman
2011-01-31run.bash: disable doc/codelab/wiki test on windowsAlex Brainman
2011-01-26doc/codelab/wiki: update to work with template changes, add to run.bashAndrew Gerrand
2010-12-17misc/cgo/life: fix, add to buildRuss Cox
2010-10-21build: add gobuilder and goplay to run.bashAndrew Gerrand