index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
gotest
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
1
-5
/
+24
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
6
-397
/
+645
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
1
-10
/
+10
2011-02-18
Imported Upstream version 2011.02.15
upstream/2011.02.15
Ondřej Surý
1
-16
/
+30
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-6
/
+0
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
3
-40
/
+216
2010-06-16
cmd/gotest: Delete temporary _testmain.go files.
Nigel Tao
1
-1
/
+1
2010-06-12
gopack: add S flag to force marking a package as safe
Russ Cox
1
-2
/
+2
2010-04-22
runtime: closures, defer bug fix for Native Client
Russ Cox
1
-5
/
+1
2010-04-15
synchronize ARM runner environment variable with run-arm
Kai Backman
1
-1
/
+1
2010-04-07
gotest: update URL printed by failure message.
Rob Pike
1
-1
/
+1
2010-02-28
gotest: set $AS to $GOBIN/$AS
Andrew Gerrand
1
-0
/
+1
2010-01-28
two minor build fixes
Russ Cox
1
-7
/
+7
2010-01-26
gotest still assumes that gopack is in your PATH
Icarus Sparry
1
-1
/
+1
2010-01-22
eliminate the package global name space assumption in object files
Russ Cox
1
-2
/
+23
2010-01-19
cleanup toward eliminating package global name space
Russ Cox
1
-3
/
+3
2009-12-11
Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src
Devon H. O'Dell
1
-8
/
+10
2009-12-04
gotest: stop if the // gotest commands fail
Russ Cox
1
-1
/
+1
2009-12-04
gotest: ignore *_test.pb.go
Russ Cox
1
-1
/
+1
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
2
-3
/
+3
2009-11-19
Adds benchmark support to gotest.
Trevor Strohman
2
-4
/
+23
2009-11-15
gotest: show the test file pattern in "no test files" error
Russ Cox
1
-1
/
+1
2009-11-14
Build changes to support work on the BSDs.
Devon H. O'Dell
1
-4
/
+4
2009-11-12
produce helpful error when gotest doesn't find a Makefile
Rob Pike
1
-2
/
+7
2009-11-11
gotest: add LC_ALL=C
Russ Cox
1
-0
/
+1
2009-11-10
gotest: avoid problems with grepping for ·
Russ Cox
1
-0
/
+5
2009-11-09
tweak documentation of commands
Russ Cox
1
-1
/
+1
2009-11-05
make 5g executables run on android/arm hardware. change OABI
Kai Backman
1
-1
/
+1
2009-11-03
document gotest
Rob Pike
1
-0
/
+49
2009-10-25
make 5l ignore multiple defs, remove use of multiple
Kai Backman
1
-1
/
+7
2009-10-07
do not import testing twice when testing testing.
Russ Cox
1
-1
/
+3
2009-09-22
nacl - run tests under emulator.
Russ Cox
1
-1
/
+7
2009-09-17
unused imports
Russ Cox
1
-15
/
+17
2009-08-21
Implement line-to-PC mapping. Add unit tests for
Austin Clements
1
-1
/
+1
2009-08-12
fix linux build for whole package compilation
Rob Pike
1
-2
/
+7
2009-08-12
new included Make.pkg for handwritten package makefiles.
Russ Cox
1
-33
/
+42
2009-07-28
Support use of $GOBINDIR to override $HOME/bin
Phil Pennock
1
-2
/
+2
2009-06-05
restructure makefiles, scripts to factor out O= logic.
Russ Cox
1
-9
/
+11
2009-06-02
386 library updates
Russ Cox
1
-3
/
+9
2009-04-30
change 6l library directory flag to -L,
Russ Cox
1
-1
/
+1
2009-04-17
add -P pkgdir option to 6l to have it look first in pkgdir for a package.
Rob Pike
1
-0
/
+1
2009-04-17
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...
Rob Pike
1
-0
/
+1
2009-03-31
Bail out of gotest immediately if compiling fails.
David Symonds
1
-2
/
+2
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
1
-3
/
+3
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
1
-3
/
+3
2009-01-30
update go code tree to new func rules.
Russ Cox
1
-3
/
+3
2009-01-22
use $GC, $GL in gotest, to match gccgo's gotest.
Russ Cox
1
-6
/
+18
2009-01-22
let test sources specify commands to run
Russ Cox
1
-0
/
+5
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
1
-1
/
+1
2008-12-18
convert *[] to [].
Russ Cox
1
-2
/
+2
[next]