- d9f6919 build: correct quoting of args in run.bash by Rahul Chaudhry · 10 years ago
- d5f6906 build: convert run.bash, run.bat, and run.rc into a Go program by Brad Fitzpatrick · 10 years ago
- 956bb68 build: skip cgo -pie tests on freebsd-amd64. by Rahul Chaudhry · 10 years ago
- 612dd6c build: run cgo tests with -pie if the external linker supports it. by Rahul Chaudhry · 10 years ago
- 096b294 [dev.cc] cmd/go: fix expansion of 'std', add 'cmd' by Russ Cox · 10 years ago
- b2aab72 cmd/cgo: remove obsolete -cdefs flag by Matthew Dempsky · 10 years ago
- af7ca8d cmd/cgo, runtime/cgo: support ppc64 by Austin Clements · 10 years ago
- 24ea033 build: give freebsd longer to run tests by Andrew Gerrand · 10 years ago
- d160d1b build: change all.bash output to be more markdown-friendly by Russ Cox · 10 years ago
- dcb2ec3 runtime: generate windows callback list with go generate by Russ Cox · 10 years ago
- 50e0749 [dev.cc] all: merge default (e4ab8f908aac) into dev.cc by Russ Cox · 10 years ago
- 3611997 build: disable race external linking test on OS X 10.6 and earlier by Russ Cox · 10 years ago
- 378c251 runtime: remove assumption that noptrdata data bss noptrbss are ordered and contiguous by Russ Cox · 10 years ago
- 7b3ebb1 [dev.cc] build: disable API check until all systems build by Russ Cox · 10 years ago
- 117a697 build: fix elf builds by Russ Cox · 11 years ago
- fb4e185 src: pass GO_GCFLAGS down to go test std by Brad Fitzpatrick · 11 years ago
- 7283e08 runtime: keep g->syscallsp consistent after cgo->Go callbacks by Hector Martin Cantero · 11 years ago
- 444b928 run.bash: run misc/cgo/testgodefs/test.bash by Matthew Dempsky · 11 years ago
- 107b8fc run.bash: disable tests that don't (yet) like running off the host by David Crawshaw · 11 years ago
- a668114 run.bash: run race tests on freebsd by Dmitriy Vyukov · 11 years ago
- 189a649 build: remove goplay from run.bash and run.bat by Andrew Gerrand · 11 years ago
- f856008 cmd/ld: really import runtime/cgo for external link by Ian Lance Taylor · 11 years ago
- 0c2a727 build: make nacl pass by Russ Cox · 11 years ago
- 6f3f2d0 run.bash: skip -static cgo test if -static linking isn't possible. by Shenghou Ma · 11 years ago
- d31d197 runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM. by Shenghou Ma · 11 years ago
- 560471f run.bash: fix build on netbsd builders. by Shenghou Ma · 11 years ago
- 568e352 build: disable static cgo linking test on netbsd by Russ Cox · 11 years ago
- 6f8b120 cmd/ld: use TLS relocations on ELF systems in external linking mode by Russ Cox · 11 years ago
- 3929967 build: remove depdenency on GNU make by Andrew Gerrand · 11 years ago
- 1304584 run.bash: explain why we set GOMAXPROCS for runtime test Fixes #7459. by Dmitriy Vyukov · 11 years ago
- e6e8945 build: comment possible ulimit failure in run.bash by Russ Cox · 11 years ago
- 475e7d0 cmd/gc: fix handling of append with -race. by Rémy Oudompheng · 11 years ago
- 9ed095b build: disable race detector test in run.bat on windows by Russ Cox · 11 years ago
- 7a7c0ff cmd/gc: correct liveness for fat variables by Russ Cox · 11 years ago
- 2b44b36 cgo: enable cgo on dragonfly by Aulus Egnatius Varialus · 12 years ago
- f68c23e cmd/cgo: don't let #cgo directives mess up line numbering by Ian Lance Taylor · 12 years ago
- 4523373 runtime.cmd/ld: Add ARM external linking and implement -shared in terms of external linking by Elias Naur · 12 years ago
- 2791ef0 runtime/race: add end-to-end test Fixes #5933. by Dmitriy Vyukov · 12 years ago
- b78410b cmd/api: eliminate duplicate package import work by Russ Cox · 12 years ago
- d5e97ea build: change how cmd/api is run in run.bash and run.bat by Brad Fitzpatrick · 12 years ago
- 74d2e09 build: ignore new zfiles, delete temp goplay binary in run.bash by Brad Fitzpatrick · 12 years ago
- 2ddb672 build: on OS X 10.8 and later, use clang instead of gcc by Russ Cox · 12 years ago
- b8b48ab misc/dist: don't ship cmd/api by Brad Fitzpatrick · 12 years ago
- 5f1af16 build: remove builder from test suite (fix build) by Andrew Gerrand · 12 years ago
- fc32bfa doc/codewalk: test source code by Andrew Gerrand · 12 years ago
- fdb69cb build: fix build by Russ Cox · 12 years ago
- 46437f0 build: break builds by Russ Cox · 12 years ago
- f7dfeea cmd/cgo: Fix issue with cgo cdefs by Kevin Klues · 12 years ago
- 0ce56e60 run.bash: enlarge timeout of runtime tests by Shenghou Ma · 12 years ago
- 3a8845b run.bash: actually stop on cgo failures by Russ Cox · 12 years ago
- 8a4efed run.bash: raise ulimit for the number of threads. by Benny Siegert · 12 years ago
- a8ad859 runtime: more flexible heap memory mapping on 64-bits Fixes #5641. by Dmitriy Vyukov · 12 years ago
- bea7b51 cmd/go: fix LDFLAGS handling, enable misc/cgo/testso on Darwin Fixes #5479. by Shenghou Ma · 12 years ago
- 9e93d50 api: add go1.1.txt; update cmd/api to use it by Brad Fitzpatrick · 12 years ago
- 3197be4 cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internal by Ian Lance Taylor · 12 years ago
- 30e29ee cmd/ld: emit TLS relocations during external linking by Ian Lance Taylor · 12 years ago
- 976d99b build, cmd/5l: actually report failures for -linkmode tests by Shenghou Ma · 12 years ago
- 0a517e4 build: increase timeout for ARM by Shenghou Ma · 12 years ago
- b4f3533 cmd/ld: replace -hostobj with -linkmode by Russ Cox · 12 years ago
- a5b2623 build: skip benchmarks on OpenBSD by Russ Cox · 12 years ago
- 960d708 cmd/ld, runtime/cgo: allow a symbol to be both cgo_export and cgo_import. by Shenghou Ma · 12 years ago
- 761c386 build: enable host linking test for all BSDs by Russ Cox · 12 years ago
- 3b85b72 cmd/ld: darwin support for host linking by Russ Cox · 12 years ago
- 0598114 runtime/cgo: fix arm build, re-enable test by Russ Cox · 12 years ago
- e02168f build: skip cgo test on arm by Russ Cox · 12 years ago
- f5ceeb9 build: disable cgo test on openbsd by Russ Cox · 12 years ago
- eec9614 cmd/cgo, cmd/dist, cmd/go: cgo with clang fixes by Shenghou Ma · 12 years ago
- 6d888f1 build: clang support by Russ Cox · 12 years ago
- fa21df3 run.bash: fix linux/arm build by Dave Cheney · 12 years ago
- 36c4a73 run.{bash,bat,rc}: unset GOMAXPROCS before ../test by Dave Cheney · 12 years ago
- 8fadb70 build: do not run race tests with cgo disabled by Russ Cox · 12 years ago
- 95329d4 run.bash: add sanity test for race detector by Dmitriy Vyukov · 12 years ago
- d87d488 cmd/api: add exception file Fixes build. by Rob Pike · 12 years ago
- a1a414e run.bash: fix a typo (fix build) by Shenghou Ma · 13 years ago
- 329b27a run.bash: set appropriate ulimits mainly for NetBSD/OpenBSD. by Shenghou Ma · 13 years ago
- 1e95429 misc/cgo/{life,stdio}, test/run.go: use test/run.go to do the cgo tests by Shenghou Ma · 13 years ago
- d5c2154 build: revert 61d1d72136f7 (add few tests with GOMAXPROCS=32) by Dmitriy Vyukov · 13 years ago
- 8c77706 build: add few tests with GOMAXPROCS=32 to run.bash by Dmitriy Vyukov · 13 years ago
- 71c1a7b cmd/api: add api/next.txt by Brad Fitzpatrick · 13 years ago
- 34ace10 build: unset GOROOT_FINAL before tests Fix the builders. by Shenghou Ma · 13 years ago
- 072646c run.bash: set -e in new codewalk block by Rob Pike · 13 years ago
- 6492cac run.bash: compile the codewalks by Rob Pike · 13 years ago
- 2ceb653 build: lengthen timeout for the lengthy runtime test by Shenghou Ma · 13 years ago
- 23322ab build: unset GOPATH before tests by Shenghou Ma · 13 years ago
- f69132d build: catch API changes during build by Brad Fitzpatrick · 13 years ago
- 6d4da06 cmd/dist, cmd/go: move CGO_ENABLED from 'go tool dist env' to 'go env' by Shenghou Ma · 13 years ago
- dc57ed8 misc/cgo: re-enable testso by Francisco Souza · 13 years ago
- d56e0e7 doc: fix freebsd build Also rename it to test.bash, for naming consistency. by Shenghou Ma · 13 years ago
- 90010f8 build: re-enable some broken tests in run.bash Updates #2982. by Shenghou Ma · 13 years ago
- afb1b0e undo CL 5754063 / e23b66fcfc94 by Russ Cox · 13 years ago
- 152a1aa misc/cgo: re-enable testso by Francisco Souza · 13 years ago
- c3f4319 misc/cgo: re-enable some tests by Russ Cox · 13 years ago
- 5e41fe0 build: use run.go for running tests by Russ Cox · 13 years ago
- aa1aaee runtime: wait for main goroutine before setting GOMAXPROCS. by Rémy Oudompheng · 13 years ago
- f5a1dd8 doc/progs: update for go 1 Fixes #3076. by Rob Pike · 13 years ago
- 7b848c6 cmd/dist: cross-compiling fixes by Russ Cox · 13 years ago
- 8290536 build: use cmd/dist by Russ Cox · 13 years ago
- 8f9434b build: crash if test runs forever by Alex Brainman · 13 years ago
- 2050a9e build: remove Make.pkg, Make.tool by Russ Cox · 13 years ago
- 1f7128e run.bash: s/make/gomake attempt to fix freebsd build TBR=rsc by Rob Pike · 13 years ago