| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/ld, runtime/cgo: allow a symbol to be both cgo_export and cgo_import. | Shenghou Ma | 2013-03-11 | 1 | -1/+0 |
* | build: enable host linking test for all BSDs | Russ Cox | 2013-03-11 | 1 | -1/+1 |
* | cmd/ld: darwin support for host linking | Russ Cox | 2013-03-11 | 1 | -0/+4 |
* | runtime/cgo: fix arm build, re-enable test | Russ Cox | 2013-03-01 | 1 | -1/+0 |
* | build: skip cgo test on arm | Russ Cox | 2013-03-01 | 1 | -0/+1 |
* | build: disable cgo test on openbsd | Russ Cox | 2013-03-01 | 1 | -0/+1 |
* | cmd/cgo, cmd/dist, cmd/go: cgo with clang fixes | Shenghou Ma | 2013-02-23 | 1 | -4/+2 |
* | build: clang support | Russ Cox | 2013-02-15 | 1 | -2/+6 |
* | run.bash: fix linux/arm build | Dave Cheney | 2012-11-15 | 1 | -1/+2 |
* | run.{bash,bat,rc}: unset GOMAXPROCS before ../test | Dave Cheney | 2012-11-15 | 1 | -1/+1 |
* | build: do not run race tests with cgo disabled | Russ Cox | 2012-11-01 | 1 | -2/+2 |
* | run.bash: add sanity test for race detector | Dmitriy Vyukov | 2012-11-01 | 1 | -0/+8 |
* | cmd/api: add exception file | Rob Pike | 2012-10-04 | 1 | -1/+1 |
* | run.bash: fix a typo (fix build) | Shenghou Ma | 2012-09-17 | 1 | -1/+1 |
* | run.bash: set appropriate ulimits | Shenghou Ma | 2012-09-17 | 1 | -0/+6 |
* | misc/cgo/{life,stdio}, test/run.go: use test/run.go to do the cgo tests | Shenghou Ma | 2012-08-07 | 1 | -2/+2 |
* | build: revert 61d1d72136f7 (add few tests with GOMAXPROCS=32) | Dmitriy Vyukov | 2012-07-14 | 1 | -5/+0 |
* | build: add few tests with GOMAXPROCS=32 to run.bash | Dmitriy Vyukov | 2012-07-14 | 1 | -0/+5 |
* | cmd/api: add api/next.txt | Brad Fitzpatrick | 2012-05-22 | 1 | -1/+1 |
* | build: unset GOROOT_FINAL before tests | Shenghou Ma | 2012-04-04 | 1 | -0/+5 |
* | run.bash: set -e in new codewalk block | Rob Pike | 2012-03-26 | 1 | -0/+1 |
* | run.bash: compile the codewalks | Rob Pike | 2012-03-26 | 1 | -0/+7 |
* | build: lengthen timeout for the lengthy runtime test | Shenghou Ma | 2012-03-21 | 1 | -1/+1 |
* | build: unset GOPATH before tests | Shenghou Ma | 2012-03-21 | 1 | -0/+2 |
* | build: catch API changes during build | Brad Fitzpatrick | 2012-03-17 | 1 | -2/+6 |
* | cmd/dist, cmd/go: move CGO_ENABLED from 'go tool dist env' to 'go env' | Shenghou Ma | 2012-03-10 | 1 | -1/+1 |
* | misc/cgo: re-enable testso | Francisco Souza | 2012-03-08 | 1 | -2/+0 |
* | doc: fix freebsd build | Shenghou Ma | 2012-03-08 | 1 | -1/+1 |
* | build: re-enable some broken tests in run.bash | Shenghou Ma | 2012-03-08 | 1 | -20/+9 |
* | undo CL 5754063 / e23b66fcfc94 | Russ Cox | 2012-03-07 | 1 | -1/+4 |
* | misc/cgo: re-enable testso | Francisco Souza | 2012-03-07 | 1 | -4/+1 |
* | misc/cgo: re-enable some tests | Russ Cox | 2012-03-06 | 1 | -8/+2 |
* | build: use run.go for running tests | Russ Cox | 2012-03-05 | 1 | -1/+1 |
* | runtime: wait for main goroutine before setting GOMAXPROCS. | R?my Oudompheng | 2012-03-05 | 1 | -2/+2 |
* | doc/progs: update for go 1 | Rob Pike | 2012-03-05 | 1 | -1/+0 |
* | cmd/dist: cross-compiling fixes | Russ Cox | 2012-02-13 | 1 | -1/+1 |
* | build: use cmd/dist | Russ Cox | 2012-02-04 | 1 | -27/+14 |
* | build: crash if test runs forever | Alex Brainman | 2012-02-03 | 1 | -3/+3 |
* | build: remove Make.pkg, Make.tool | Russ Cox | 2012-01-30 | 1 | -56/+36 |
* | run.bash: s/make/gomake | Rob Pike | 2012-01-30 | 1 | -1/+1 |
* | go: move compilers into the go-tool directory | Rob Pike | 2012-01-30 | 1 | -2/+2 |
* | misc/cgo/test: make tests run on windows | Alex Brainman | 2012-01-20 | 1 | -1/+0 |
* | cmd/go: add -v flag to build and install | Russ Cox | 2012-01-09 | 1 | -1/+1 |
* | cmd/go: many improvements | Russ Cox | 2011-12-21 | 1 | -2/+2 |
* | build: rewrite to use bash time builtin | Russ Cox | 2011-12-21 | 1 | -2/+2 |
* | build: fix the build with USE_GO_TOOL=false | Brad Fitzpatrick | 2011-12-20 | 1 | -1/+1 |
* | build: use go command during build | Russ Cox | 2011-12-20 | 1 | -11/+41 |
* | test/bench/go1: first draft of Go 1 benchmark suite | Russ Cox | 2011-12-15 | 1 | -0/+4 |
* | test/bench: move to test/bench/shootout | Russ Cox | 2011-12-13 | 1 | -1/+1 |
* | misc/cgo/testso: do not leave out file behind | Alex Brainman | 2011-12-09 | 1 | -2/+1 |