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
/
test
/
ken
/
rob2.go
Age
Commit message (
Expand
)
Author
2012-02-24
test: document ken/*.go
Rob Pike
2012-02-16
test: use testlib (fourth 100)
Russ Cox
2012-01-18
test: change several tests to not print
Ian Lance Taylor
2012-01-18
test: gofmt a few tests
Ian Lance Taylor
2009-12-10
make test/ken safe for optional semis
Robert Griesemer
2009-09-14
fix "declared and not used" in tests;
Russ Cox
2009-08-12
delete forward type declarations
Russ Cox
2009-08-12
convert non-pkg go files to whole-package compilation.
Russ Cox
2009-04-15
code changes for array conversion.
Russ Cox
2009-01-20
delete export
Russ Cox
2009-01-16
convert tests; nothing interesting.
Russ Cox
2009-01-06
new new & make
Russ Cox
2008-12-20
fix some tests. only 3 remain broken (complit, hilbert, initcomma).
Rob Pike
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
2008-10-07
remove uses of *T as an implicit forward declaration of T
Russ Cox
2008-10-07
update code to follow new semicolon rules:
Russ Cox
2008-08-12
fixed bugs in const/case
Ken Thompson
2008-08-11
fix bug depot:
Rob Pike
2008-06-27
export sys.exit
Rob Pike
2008-06-18
clean up ken/rob2.go to eliminate a few workarounds
Rob Pike
2008-06-06
add ken's tests.
Rob Pike