summaryrefslogtreecommitdiff
path: root/src/run.bash
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix build after Mercurial move.Russ Cox2009-10-221-6/+0
* Move usr/dsymonds/iterable to src/pkg/exp/iterable.David Symonds2009-10-201-5/+0
* move austin/eval and austin/ogle to exp/eval and exp/ogleRuss Cox2009-10-141-3/+12
* fix buildRuss Cox2009-10-031-1/+1
* add cgo test that doesn't depend onRuss Cox2009-10-031-0/+5
* Add eval and ogle to the build process so they can be kept upAustin Clements2009-09-251-0/+6
* delete forward type declarationsRuss Cox2009-08-121-2/+2
* run benchmarks in a relatively fast test mode, as part of run.bash/all.bashRob Pike2009-08-091-0/+4
* delay := processingRuss Cox2009-08-051-2/+3
* ebnflint commandRobert Griesemer2009-07-131-0/+6
* - install gofmt in src/cmd/gofmtRobert Griesemer2009-06-161-4/+2
* mv src/lib to src/pkgRob Pike2009-06-091-2/+2
* mv container/vector down one level for new rules.Rob Pike2009-05-051-17/+1
* godoc: use data-driven templates for html, text generationRuss Cox2009-04-151-0/+2