summaryrefslogtreecommitdiff
path: root/test/chan
AgeCommit message (Expand)AuthorFilesLines
2009-12-18runtime: fix race conditionAdam Langley1-0/+83
2009-12-09missed a couple of files in testRobert Griesemer1-12/+24
2009-12-09making some more non-gofmt'ed files save for new semicolon ruleRobert Griesemer1-12/+24
2009-09-15last round: non-package codeRuss Cox1-0/+9
2009-08-17fix up some irregular indentationRob Pike1-32/+33
2009-08-12convert non-pkg go files to whole-package compilation.Russ Cox2-8/+4
2009-08-03more 6g reorg; checkpoint.Russ Cox1-4/+4
2009-05-31Adjust expected errors to work with gccgo.Ian Lance Taylor1-4/+4
2009-05-22channel direction testsRuss Cox1-0/+48
2009-05-16Don't bother to import "os" just so that we can callIan Lance Taylor1-3/+0
2009-05-08move things out of sys into os and runtimeRuss Cox6-10/+19
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-1/+1
2009-03-20range over channels.Russ Cox1-3/+3
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox3-3/+3
2009-02-13convert composite literals from { } to ( ).Russ Cox3-3/+3
2009-02-11insert type assertions when narrowing.Russ Cox1-6/+6
2009-02-06powser cleanup.Rob Pike2-122/+104
2009-01-23make test/chan/nonblock work even with real os threadsRuss Cox1-33/+62
2009-01-20delete exportRuss Cox5-65/+65
2009-01-16convert tests; nothing interesting.Russ Cox5-67/+65
2009-01-16casify, cleanup sysRuss Cox6-10/+10
2009-01-15convert strconvRuss Cox1-1/+1
2009-01-06new new & makeRuss Cox7-39/+39
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox7-54/+48
2008-12-18convert *[] to [].Russ Cox2-8/+8
2008-12-09chans and maps of interfacesRuss Cox1-0/+720
2008-11-18return *os.Error instead of bool from strconv.ato*Russ Cox1-3/+4
2008-11-17correctly rounded floating-point conversionsRuss Cox1-2/+2
2008-11-06Test case for evaluation order of select statement.Ian Lance Taylor1-0/+51
2008-11-05Fix powser1.go to compile with the current 6g, which doesn'tIan Lance Taylor1-2/+2
2008-11-05Don't use a named pointer type as a receiver type. TheIan Lance Taylor1-2/+2
2008-10-07update code to follow new semicolon rules:Russ Cox2-6/+6
2008-10-04fix method use bug in powser1.Russ Cox1-6/+6
2008-09-30104, 107, 108: they are known to fail, so mark them appropriately.Rob Pike1-0/+40
2008-09-26test and fix non-blocking chan ops on buffered chansRuss Cox1-56/+58
2008-09-16update tests to new communications syntaxRob Pike4-74/+53
2008-09-11fixes for funcs without returnsRob Pike1-1/+1
2008-08-27arraysKen Thompson1-3/+3
2008-08-11fix bug depot:Rob Pike4-69/+69
2008-08-05workaround for compiler bug: len(a) is zeroRob Pike1-3/+3
2008-08-04fix bug - need to read final message in daisy chain to avoid hangRob Pike1-0/+1
2008-07-28use real selectRob Pike1-64/+15
2008-07-20start of selectKen Thompson1-20/+18
2008-07-19add an eval function (written by ken)Rob Pike1-0/+18
2008-07-18add doug's power series packageRob Pike1-0/+748
2008-07-16strengthen test by checking valuesRob Pike1-10/+15
2008-07-16add test for non-blocking channel opsRob Pike1-0/+107
2008-07-15new chan syntaxKen Thompson1-2/+2
2008-07-15channel tests with new syntaxRob Pike2-45/+45
2008-07-15add a couple of testsRob Pike1-0/+54