summaryrefslogtreecommitdiff
path: root/src/run.bash
AgeCommit message (Expand)AuthorFilesLines
2010-04-05run.bash: remove MAKEFLAGS=-j4 to prevent crashing on freebsdAndrew Gerrand1-1/+0
2010-03-31build script tweaksRuss Cox1-10/+27
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell1-17/+19
2009-11-14Build changes to support work on the BSDs.Devon H. O'Dell1-17/+17
2009-11-09drop output from nilptr tests;Russ Cox1-0/+3
2009-10-22fix build after Mercurial move.Russ Cox1-6/+0
2009-10-20Move usr/dsymonds/iterable to src/pkg/exp/iterable.David Symonds1-5/+0
2009-10-14move austin/eval and austin/ogle to exp/eval and exp/ogleRuss Cox1-3/+12
2009-10-03fix buildRuss Cox1-1/+1
2009-10-03add cgo test that doesn't depend onRuss Cox1-0/+5
2009-09-25Add eval and ogle to the build process so they can be kept upAustin Clements1-0/+6
2009-08-12delete forward type declarationsRuss Cox1-2/+2
2009-08-09run benchmarks in a relatively fast test mode, as part of run.bash/all.bashRob Pike1-0/+4
2009-08-05delay := processingRuss Cox1-2/+3
2009-07-13ebnflint commandRobert Griesemer1-0/+6
2009-06-16- install gofmt in src/cmd/gofmtRobert Griesemer1-4/+2
2009-06-09mv src/lib to src/pkgRob Pike1-2/+2
2009-05-05mv container/vector down one level for new rules.Rob Pike1-17/+1
2009-04-15godoc: use data-driven templates for html, text generationRuss Cox1-0/+2
2009-04-08move template into its own directory so it can have more filesRob Pike1-0/+1
2009-03-26Add a few tests which weren't being run.Ian Lance Taylor1-0/+2
2009-03-09- directory rename lang -> goRobert Griesemer1-1/+1
2009-03-04Created new directory lib/lang:Robert Griesemer1-0/+1
2009-03-03enable pretty in run.bashRob Pike1-5/+5
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-5/+5
2009-02-16io.PipeRuss Cox1-0/+1
2009-02-15cleanups:Russ Cox1-0/+1
2009-02-15build nitsRuss Cox1-6/+0
2009-01-15remove export name-list statement.Russ Cox1-5/+5
2009-01-06closed arrays including [...]Ken Thompson1-1/+1
2009-01-06- make code in gosrc compile again, check in all pending changesRobert Griesemer1-5/+5
2009-01-06make the tutorial programs run again.Rob Pike1-0/+4
2009-01-06new new & makeRuss Cox1-5/+5
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-3/+2
2008-12-18convert *[] to [].Russ Cox1-2/+3
2008-12-18host and port name lookupRuss Cox1-0/+1
2008-12-11add JSON libraryRuss Cox1-0/+1
2008-12-04Make run.bash run all the current tests.Ian Lance Taylor1-0/+4
2008-12-04add mutex.MutexRuss Cox1-0/+6
2008-11-21utf8 routines in go; a start.Russ Cox1-0/+2
2008-11-20add math to tests; clean a bitRuss Cox1-18/+21
2008-11-19change naming convention for tests fromRob Pike1-1/+1
2008-11-18more tests for strconv; convert to gotest.Russ Cox1-1/+1
2008-11-17correctly rounded floating-point conversionsRuss Cox1-0/+6
2008-11-13* pretty printing snapshot: towards printing comments nicelyRobert Griesemer1-1/+1
2008-10-29set -e doesn't apply to ( ) blocksRuss Cox1-6/+5
2008-10-26delete unused reflection playpenRob Pike1-9/+0
2008-10-24another step toward interface subtypesKen Thompson1-2/+3
2008-10-23add reflect to build, clean up testRob Pike1-0/+6
2008-10-20run.bash: do not make test in gosrcRuss Cox1-1/+1