summaryrefslogtreecommitdiff
path: root/src/run.bash
Commit message (Expand)AuthorAgeFilesLines
* 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
* move template into its own directory so it can have more filesRob Pike2009-04-081-0/+1
* Add a few tests which weren't being run.Ian Lance Taylor2009-03-261-0/+2
* - directory rename lang -> goRobert Griesemer2009-03-091-1/+1
* Created new directory lib/lang:Robert Griesemer2009-03-041-0/+1
* enable pretty in run.bashRob Pike2009-03-031-5/+5
* Automated g4 rollback of changelist 25024,Russ Cox2009-03-031-5/+5
* io.PipeRuss Cox2009-02-161-0/+1
* cleanups:Russ Cox2009-02-151-0/+1
* build nitsRuss Cox2009-02-151-6/+0
* remove export name-list statement.Russ Cox2009-01-151-5/+5
* closed arrays including [...]Ken Thompson2009-01-061-1/+1
* - make code in gosrc compile again, check in all pending changesRobert Griesemer2009-01-061-5/+5
* make the tutorial programs run again.Rob Pike2009-01-061-0/+4
* new new & makeRuss Cox2009-01-061-5/+5
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-3/+2
* convert *[] to [].Russ Cox2008-12-181-2/+3
* host and port name lookupRuss Cox2008-12-181-0/+1
* add JSON libraryRuss Cox2008-12-111-0/+1
* Make run.bash run all the current tests.Ian Lance Taylor2008-12-041-0/+4
* add mutex.MutexRuss Cox2008-12-041-0/+6
* utf8 routines in go; a start.Russ Cox2008-11-211-0/+2
* add math to tests; clean a bitRuss Cox2008-11-201-18/+21