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