aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
AgeCommit message (Expand)Author
2010-09-22build: make all.bash run on Ubuntu ARMRuss Cox
2010-09-13(windows) disable tests that cause the build to failJoe Poirier
2010-08-30build: remove unnecessary references to GOBIN and GOROOTChristian Himpel
2010-08-24build: $GOBIN defaults to $GOROOT/binRuss Cox
2010-08-18run.bash: fix freebsd build (i hope)Russ Cox
2010-04-05run.bash: remove MAKEFLAGS=-j4 to prevent crashing on freebsdAndrew Gerrand
2010-03-31build script tweaksRuss Cox
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell
2009-11-14Build changes to support work on the BSDs.Devon H. O'Dell
2009-11-09drop output from nilptr tests;Russ Cox
2009-10-22fix build after Mercurial move.Russ Cox
2009-10-20Move usr/dsymonds/iterable to src/pkg/exp/iterable.David Symonds
2009-10-14move austin/eval and austin/ogle to exp/eval and exp/ogleRuss Cox
2009-10-03fix buildRuss Cox
2009-10-03add cgo test that doesn't depend onRuss Cox
2009-09-25Add eval and ogle to the build process so they can be kept upAustin Clements
2009-08-12delete forward type declarationsRuss Cox
2009-08-09run benchmarks in a relatively fast test mode, as part of run.bash/all.bashRob Pike
2009-08-05delay := processingRuss Cox
2009-07-13ebnflint commandRobert Griesemer
2009-06-16- install gofmt in src/cmd/gofmtRobert Griesemer
2009-06-09mv src/lib to src/pkgRob Pike
2009-05-05mv container/vector down one level for new rules.Rob Pike
2009-04-15godoc: use data-driven templates for html, text generationRuss Cox
2009-04-08move template into its own directory so it can have more filesRob Pike
2009-03-26Add a few tests which weren't being run.Ian Lance Taylor
2009-03-09- directory rename lang -> goRobert Griesemer
2009-03-04Created new directory lib/lang:Robert Griesemer
2009-03-03enable pretty in run.bashRob Pike
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-02-16io.PipeRuss Cox
2009-02-15cleanups:Russ Cox
2009-02-15build nitsRuss Cox
2009-01-15remove export name-list statement.Russ Cox
2009-01-06closed arrays including [...]Ken Thompson
2009-01-06- make code in gosrc compile again, check in all pending changesRobert Griesemer
2009-01-06make the tutorial programs run again.Rob Pike
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-18convert *[] to [].Russ Cox
2008-12-18host and port name lookupRuss Cox
2008-12-11add JSON libraryRuss Cox
2008-12-04Make run.bash run all the current tests.Ian Lance Taylor
2008-12-04add mutex.MutexRuss Cox
2008-11-21utf8 routines in go; a start.Russ Cox
2008-11-20add math to tests; clean a bitRuss Cox
2008-11-19change naming convention for tests fromRob Pike
2008-11-18more tests for strconv; convert to gotest.Russ Cox
2008-11-17correctly rounded floating-point conversionsRuss Cox
2008-11-13* pretty printing snapshot: towards printing comments nicelyRobert Griesemer