index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
run.bash
Age
Commit message (
Expand
)
Author
2010-09-22
build: make all.bash run on Ubuntu ARM
Russ Cox
2010-09-13
(windows) disable tests that cause the build to fail
Joe Poirier
2010-08-30
build: remove unnecessary references to GOBIN and GOROOT
Christian Himpel
2010-08-24
build: $GOBIN defaults to $GOROOT/bin
Russ Cox
2010-08-18
run.bash: fix freebsd build (i hope)
Russ Cox
2010-04-05
run.bash: remove MAKEFLAGS=-j4 to prevent crashing on freebsd
Andrew Gerrand
2010-03-31
build script tweaks
Russ Cox
2009-12-11
Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src
Devon H. O'Dell
2009-11-14
Build changes to support work on the BSDs.
Devon H. O'Dell
2009-11-09
drop output from nilptr tests;
Russ Cox
2009-10-22
fix build after Mercurial move.
Russ Cox
2009-10-20
Move usr/dsymonds/iterable to src/pkg/exp/iterable.
David Symonds
2009-10-14
move austin/eval and austin/ogle to exp/eval and exp/ogle
Russ Cox
2009-10-03
fix build
Russ Cox
2009-10-03
add cgo test that doesn't depend on
Russ Cox
2009-09-25
Add eval and ogle to the build process so they can be kept up
Austin Clements
2009-08-12
delete forward type declarations
Russ Cox
2009-08-09
run benchmarks in a relatively fast test mode, as part of run.bash/all.bash
Rob Pike
2009-08-05
delay := processing
Russ Cox
2009-07-13
ebnflint command
Robert Griesemer
2009-06-16
- install gofmt in src/cmd/gofmt
Robert Griesemer
2009-06-09
mv src/lib to src/pkg
Rob Pike
2009-05-05
mv container/vector down one level for new rules.
Rob Pike
2009-04-15
godoc: use data-driven templates for html, text generation
Russ Cox
2009-04-08
move template into its own directory so it can have more files
Rob Pike
2009-03-26
Add a few tests which weren't being run.
Ian Lance Taylor
2009-03-09
- directory rename lang -> go
Robert Griesemer
2009-03-04
Created new directory lib/lang:
Robert Griesemer
2009-03-03
enable pretty in run.bash
Rob Pike
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
2009-02-16
io.Pipe
Russ Cox
2009-02-15
cleanups:
Russ Cox
2009-02-15
build nits
Russ Cox
2009-01-15
remove export name-list statement.
Russ Cox
2009-01-06
closed arrays including [...]
Ken Thompson
2009-01-06
- make code in gosrc compile again, check in all pending changes
Robert Griesemer
2009-01-06
make the tutorial programs run again.
Rob Pike
2009-01-06
new new & make
Russ Cox
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
2008-12-18
convert *[] to [].
Russ Cox
2008-12-18
host and port name lookup
Russ Cox
2008-12-11
add JSON library
Russ Cox
2008-12-04
Make run.bash run all the current tests.
Ian Lance Taylor
2008-12-04
add mutex.Mutex
Russ Cox
2008-11-21
utf8 routines in go; a start.
Russ Cox
2008-11-20
add math to tests; clean a bit
Russ Cox
2008-11-19
change naming convention for tests from
Rob Pike
2008-11-18
more tests for strconv; convert to gotest.
Russ Cox
2008-11-17
correctly rounded floating-point conversions
Russ Cox
2008-11-13
* pretty printing snapshot: towards printing comments nicely
Robert Griesemer
[prev]
[next]