summaryrefslogtreecommitdiff
path: root/test/chan
Commit message (Expand)AuthorAgeFilesLines
...
* channel direction testsRuss Cox2009-05-221-0/+48
* Don't bother to import "os" just so that we can callIan Lance Taylor2009-05-161-3/+0
* move things out of sys into os and runtimeRuss Cox2009-05-086-10/+19
* Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike2009-04-171-1/+1
* range over channels.Russ Cox2009-03-201-3/+3
* Automated g4 rollback of changelist 25024,Russ Cox2009-03-033-3/+3
* convert composite literals from { } to ( ).Russ Cox2009-02-133-3/+3
* insert type assertions when narrowing.Russ Cox2009-02-111-6/+6
* powser cleanup.Rob Pike2009-02-062-122/+104
* make test/chan/nonblock work even with real os threadsRuss Cox2009-01-231-33/+62
* delete exportRuss Cox2009-01-205-65/+65
* convert tests; nothing interesting.Russ Cox2009-01-165-67/+65
* casify, cleanup sysRuss Cox2009-01-166-10/+10
* convert strconvRuss Cox2009-01-151-1/+1
* new new & makeRuss Cox2009-01-067-39/+39
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-197-54/+48
* convert *[] to [].Russ Cox2008-12-182-8/+8
* chans and maps of interfacesRuss Cox2008-12-091-0/+720
* return *os.Error instead of bool from strconv.ato*Russ Cox2008-11-181-3/+4
* correctly rounded floating-point conversionsRuss Cox2008-11-171-2/+2
* Test case for evaluation order of select statement.Ian Lance Taylor2008-11-061-0/+51
* Fix powser1.go to compile with the current 6g, which doesn'tIan Lance Taylor2008-11-051-2/+2
* Don't use a named pointer type as a receiver type. TheIan Lance Taylor2008-11-051-2/+2
* update code to follow new semicolon rules:Russ Cox2008-10-072-6/+6
* fix method use bug in powser1.Russ Cox2008-10-041-6/+6
* 104, 107, 108: they are known to fail, so mark them appropriately.Rob Pike2008-09-301-0/+40
* test and fix non-blocking chan ops on buffered chansRuss Cox2008-09-261-56/+58
* update tests to new communications syntaxRob Pike2008-09-164-74/+53
* fixes for funcs without returnsRob Pike2008-09-111-1/+1
* arraysKen Thompson2008-08-271-3/+3
* fix bug depot:Rob Pike2008-08-114-69/+69
* workaround for compiler bug: len(a) is zeroRob Pike2008-08-051-3/+3
* fix bug - need to read final message in daisy chain to avoid hangRob Pike2008-08-041-0/+1
* use real selectRob Pike2008-07-281-64/+15
* start of selectKen Thompson2008-07-201-20/+18
* add an eval function (written by ken)Rob Pike2008-07-191-0/+18
* add doug's power series packageRob Pike2008-07-181-0/+748
* strengthen test by checking valuesRob Pike2008-07-161-10/+15
* add test for non-blocking channel opsRob Pike2008-07-161-0/+107
* new chan syntaxKen Thompson2008-07-151-2/+2
* channel tests with new syntaxRob Pike2008-07-152-45/+45
* add a couple of testsRob Pike2008-07-151-0/+54
* update goldenRob Pike2008-07-141-0/+72