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
/
chan
Age
Commit message (
Expand
)
Author
2010-07-14
channel tests: added a couple of tests with closed channels
Robert Griesemer
2010-07-14
select statement: initial set of test cases for corner cases
Robert Griesemer
2010-04-01
runtime: correct memory leak in select
Russ Cox
2010-03-30
single argument panic
Russ Cox
2010-03-24
delete all uses of panicln by rewriting them using panic or,
Rob Pike
2010-02-24
Include an Eratosthenesque concurrent prime sieve to go along with the "naive...
Anh Hai Trinh
2009-12-18
runtime: fix race condition
Adam Langley
2009-12-09
missed a couple of files in test
Robert Griesemer
2009-12-09
making some more non-gofmt'ed files save for new semicolon rule
Robert Griesemer
2009-09-15
last round: non-package code
Russ Cox
2009-08-17
fix up some irregular indentation
Rob Pike
2009-08-12
convert non-pkg go files to whole-package compilation.
Russ Cox
2009-08-03
more 6g reorg; checkpoint.
Russ Cox
2009-05-31
Adjust expected errors to work with gccgo.
Ian Lance Taylor
2009-05-22
channel direction tests
Russ Cox
2009-05-16
Don't bother to import "os" just so that we can call
Ian Lance Taylor
2009-05-08
move things out of sys into os and runtime
Russ Cox
2009-04-17
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...
Rob Pike
2009-03-20
range over channels.
Russ Cox
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
2009-02-11
insert type assertions when narrowing.
Russ Cox
2009-02-06
powser cleanup.
Rob Pike
2009-01-23
make test/chan/nonblock work even with real os threads
Russ Cox
2009-01-20
delete export
Russ Cox
2009-01-16
convert tests; nothing interesting.
Russ Cox
2009-01-16
casify, cleanup sys
Russ Cox
2009-01-15
convert strconv
Russ Cox
2009-01-06
new new & make
Russ Cox
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
2008-12-18
convert *[] to [].
Russ Cox
2008-12-09
chans and maps of interfaces
Russ Cox
2008-11-18
return *os.Error instead of bool from strconv.ato*
Russ Cox
2008-11-17
correctly rounded floating-point conversions
Russ Cox
2008-11-06
Test case for evaluation order of select statement.
Ian Lance Taylor
2008-11-05
Fix powser1.go to compile with the current 6g, which doesn't
Ian Lance Taylor
2008-11-05
Don't use a named pointer type as a receiver type. The
Ian Lance Taylor
2008-10-07
update code to follow new semicolon rules:
Russ Cox
2008-10-04
fix method use bug in powser1.
Russ Cox
2008-09-30
104, 107, 108: they are known to fail, so mark them appropriately.
Rob Pike
2008-09-26
test and fix non-blocking chan ops on buffered chans
Russ Cox
2008-09-16
update tests to new communications syntax
Rob Pike
2008-09-11
fixes for funcs without returns
Rob Pike
2008-08-27
arrays
Ken Thompson
2008-08-11
fix bug depot:
Rob Pike
2008-08-05
workaround for compiler bug: len(a) is zero
Rob Pike
2008-08-04
fix bug - need to read final message in daisy chain to avoid hang
Rob Pike
2008-07-28
use real select
Rob Pike
2008-07-20
start of select
Ken Thompson
2008-07-19
add an eval function (written by ken)
Rob Pike
[prev]
[next]