summaryrefslogtreecommitdiff
path: root/src/run.bash
Commit message (Expand)AuthorAgeFilesLines
* cmd/dist: cross-compiling fixesRuss Cox2012-02-131-1/+1
* build: use cmd/distRuss Cox2012-02-041-27/+14
* build: crash if test runs foreverAlex Brainman2012-02-031-3/+3
* build: remove Make.pkg, Make.toolRuss Cox2012-01-301-56/+36
* run.bash: s/make/gomakeRob Pike2012-01-301-1/+1
* go: move compilers into the go-tool directoryRob Pike2012-01-301-2/+2
* misc/cgo/test: make tests run on windowsAlex Brainman2012-01-201-1/+0
* cmd/go: add -v flag to build and installRuss Cox2012-01-091-1/+1
* cmd/go: many improvementsRuss Cox2011-12-211-2/+2
* build: rewrite to use bash time builtinRuss Cox2011-12-211-2/+2
* build: fix the build with USE_GO_TOOL=falseBrad Fitzpatrick2011-12-201-1/+1
* build: use go command during buildRuss Cox2011-12-201-11/+41
* test/bench/go1: first draft of Go 1 benchmark suiteRuss Cox2011-12-151-0/+4
* test/bench: move to test/bench/shootoutRuss Cox2011-12-131-1/+1
* misc/cgo/testso: do not leave out file behindAlex Brainman2011-12-091-2/+1
* cgo: add support for callbacks from dynamic librariesDmitriy Vyukov2011-11-221-0/+9
* runtime: fix memory leak in parallel garbage collectorRuss Cox2011-10-121-0/+4
* ebnf, ebnflint: move under expRobert Griesemer2011-10-111-1/+1
* test: disable sigchld test on WindowsRuss Cox2011-09-261-1/+0
* build: allow builds without cgoRuss Cox2011-08-101-3/+3
* exp/eval, exp/ogle: remove packages eval and ogleRobert Griesemer2011-07-131-5/+0
* run.bash: small fixAlex Brainman2011-06-301-1/+1
* godefs: remove test from buildRuss Cox2011-06-211-4/+0
* godefs: rudimentary testsRobert Hencke2011-06-201-0/+4
* tutorial: replace the forever loops with finite counts in sieve programs.Rob Pike2011-04-271-1/+0
* run.bash: remove redundant rebuildsRuss Cox2011-04-201-10/+1
* fix build: disable gofmt test script, enable gotest testing insteadRobert Griesemer2011-04-131-9/+0
* test/bench: enable build and test on WindowsAlex Brainman2011-04-081-1/+0
* misc/cgo/life: enable build and test on WindowsAlex Brainman2011-04-081-1/+0
* build: add all-qemu.bash, handful of arm fixesRuss Cox2011-03-271-0/+1
* testing: set up structure for faster testing using the new -test.short flag.Rob Pike2011-03-251-2/+2
* build: run gotest in misc/cgo/testRuss Cox2011-03-111-0/+7
* doc/codelab/wiki: include into windows buildAlex Brainman2011-03-071-1/+0
* build: run test/ directory firstRuss Cox2011-02-141-19/+12
* run.bash: must make codelab before we can test it.Rob Pike2011-02-091-0/+2
* src/run.bash: get rid of long windows expressionAlex Brainman2011-02-091-20/+14
* run.bash: disable doc/codelab/wiki test on windowsAlex Brainman2011-01-311-1/+4
* doc/codelab/wiki: update to work with template changes, add to run.bashAndrew Gerrand2011-01-261-0/+3
* misc/cgo/life: fix, add to buildRuss Cox2010-12-171-0/+8
* build: add gobuilder and goplay to run.bashAndrew Gerrand2010-10-211-0/+8
* build: make all.bash run on Ubuntu ARMRuss Cox2010-09-221-0/+3
* (windows) disable tests that cause the build to failJoe Poirier2010-09-131-5/+13
* build: remove unnecessary references to GOBIN and GOROOTChristian Himpel2010-08-301-16/+16
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-1/+6
* run.bash: fix freebsd build (i hope)Russ Cox2010-08-181-0/+1
* run.bash: remove MAKEFLAGS=-j4 to prevent crashing on freebsdAndrew Gerrand2010-04-051-1/+0
* build script tweaksRuss Cox2010-03-311-10/+27
* Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell2009-12-111-17/+19
* Build changes to support work on the BSDs.Devon H. O'Dell2009-11-141-17/+17
* drop output from nilptr tests;Russ Cox2009-11-091-0/+3