index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
run.bash
Commit message (
Expand
)
Author
Age
Files
Lines
*
*.bash: always use the same string equality operator
Daniel Martí
2017-03-14
1
-3
/
+3
*
run.bash: set GOPATH to $GOROOT/nil before running tests
Sean Christopherson
2017-02-24
1
-2
/
+10
*
build: unset GOBIN during build
Brad Fitzpatrick
2016-05-19
1
-0
/
+1
*
cmd/dist: make test default to --no-rebuild
Russ Cox
2015-12-29
1
-1
/
+1
*
build: correct quoting of args in run.bash
Rahul Chaudhry
2015-05-09
1
-1
/
+1
*
build: convert run.bash, run.bat, and run.rc into a Go program
Brad Fitzpatrick
2015-03-03
1
-234
/
+4
*
build: skip cgo -pie tests on freebsd-amd64.
Rahul Chaudhry
2015-03-02
1
-7
/
+12
*
build: run cgo tests with -pie if the external linker supports it.
Rahul Chaudhry
2015-03-02
1
-0
/
+7
*
[dev.cc] cmd/go: fix expansion of 'std', add 'cmd'
Russ Cox
2015-02-23
1
-2
/
+2
*
cmd/cgo: remove obsolete -cdefs flag
Matthew Dempsky
2015-01-07
1
-11
/
+0
*
cmd/cgo, runtime/cgo: support ppc64
Austin Clements
2015-01-07
1
-0
/
+1
*
build: give freebsd longer to run tests
Andrew Gerrand
2014-12-23
1
-1
/
+5
*
build: change all.bash output to be more markdown-friendly
Russ Cox
2014-12-13
1
-7
/
+7
*
runtime: generate windows callback list with go generate
Russ Cox
2014-12-05
1
-2
/
+1
*
[dev.cc] all: merge default (e4ab8f908aac) into dev.cc
Russ Cox
2014-11-20
1
-12
/
+24
|
\
|
*
build: disable race external linking test on OS X 10.6 and earlier
Russ Cox
2014-11-19
1
-13
/
+24
|
*
runtime: remove assumption that noptrdata data bss noptrbss are ordered and c...
Russ Cox
2014-11-19
1
-2
/
+3
*
|
[dev.cc] build: disable API check until all systems build
Russ Cox
2014-11-11
1
-2
/
+2
|
/
*
build: fix elf builds
Russ Cox
2014-09-24
1
-4
/
+7
*
src: pass GO_GCFLAGS down to go test std
Brad Fitzpatrick
2014-09-24
1
-1
/
+1
*
runtime: keep g->syscallsp consistent after cgo->Go callbacks
Hector Martin Cantero
2014-09-24
1
-0
/
+2
*
run.bash: run misc/cgo/testgodefs/test.bash
Matthew Dempsky
2014-08-12
1
-1
/
+6
*
run.bash: disable tests that don't (yet) like running off the host
David Crawshaw
2014-07-08
1
-1
/
+14
*
run.bash: run race tests on freebsd
Dmitriy Vyukov
2014-06-20
1
-2
/
+2
*
build: remove goplay from run.bash and run.bat
Andrew Gerrand
2014-06-02
1
-5
/
+0
*
cmd/ld: really import runtime/cgo for external link
Ian Lance Taylor
2014-05-20
1
-0
/
+3
*
build: make nacl pass
Russ Cox
2014-05-20
1
-3
/
+12
*
run.bash: skip -static cgo test if -static linking isn't possible.
Shenghou Ma
2014-04-29
1
-1
/
+6
*
runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM.
Shenghou Ma
2014-04-21
1
-1
/
+6
*
run.bash: fix build on netbsd builders.
Shenghou Ma
2014-04-15
1
-1
/
+1
*
build: disable static cgo linking test on netbsd
Russ Cox
2014-04-15
1
-1
/
+8
*
cmd/ld: use TLS relocations on ELF systems in external linking mode
Russ Cox
2014-04-15
1
-0
/
+1
*
build: remove depdenency on GNU make
Andrew Gerrand
2014-04-07
1
-1
/
+0
*
run.bash: explain why we set GOMAXPROCS for runtime test
Dmitriy Vyukov
2014-03-06
1
-0
/
+2
*
build: comment possible ulimit failure in run.bash
Russ Cox
2014-02-24
1
-0
/
+6
*
cmd/gc: fix handling of append with -race.
Rémy Oudompheng
2014-02-19
1
-4
/
+2
*
build: disable race detector test in run.bat on windows
Russ Cox
2014-02-15
1
-1
/
+2
*
cmd/gc: correct liveness for fat variables
Russ Cox
2014-02-15
1
-1
/
+2
*
cgo: enable cgo on dragonfly
Aulus Egnatius Varialus
2013-09-04
1
-2
/
+3
*
cmd/cgo: don't let #cgo directives mess up line numbering
Ian Lance Taylor
2013-09-03
1
-0
/
+6
*
runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...
Elias Naur
2013-08-14
1
-1
/
+1
*
runtime/race: add end-to-end test
Dmitriy Vyukov
2013-08-12
1
-1
/
+2
*
cmd/api: eliminate duplicate package import work
Russ Cox
2013-08-09
1
-1
/
+1
*
build: change how cmd/api is run in run.bash and run.bat
Brad Fitzpatrick
2013-08-07
1
-6
/
+3
*
build: ignore new zfiles, delete temp goplay binary in run.bash
Brad Fitzpatrick
2013-08-02
1
-0
/
+1
*
build: on OS X 10.8 and later, use clang instead of gcc
Russ Cox
2013-08-02
1
-1
/
+4
*
misc/dist: don't ship cmd/api
Brad Fitzpatrick
2013-08-02
1
-3
/
+6
*
build: remove builder from test suite (fix build)
Andrew Gerrand
2013-08-01
1
-2
/
+2
*
doc/codewalk: test source code
Andrew Gerrand
2013-07-30
1
-4
/
+1
*
build: fix build
Russ Cox
2013-07-29
1
-2
/
+0
[next]