- fb9e37c template: reverse order of arguments to Execute by Rob Pike · 14 years ago
- 0e47460 gc: fix send precedence by Russ Cox · 14 years ago
- f4e76d8 replace non-blocking send, receive syntax with select by Russ Cox · 14 years ago
- 7247d6b test: another select test by Russ Cox · 14 years ago
- 504da53 runtime: select bug by Russ Cox · 14 years ago
- 27c74d3 spec, runtime, tests: send on closed channel panics by Russ Cox · 14 years ago
- 0a5fc261 test/chan/doubleselect: fix various races by Russ Cox · 14 years ago
- 9b62461 gc: allow select case expr = <-c by Russ Cox · 14 years ago
- 8e985dc test: Reduce race conditions in chan/nonblock.go. by Ian Lance Taylor · 15 years ago
- 4f61fc9 test: remove semiocolons. by Rob Pike · 15 years ago
- 3f19d8a gc: empty select by Russ Cox · 15 years ago
- 47b835e channel tests: added a couple of tests with closed channels by Robert Griesemer · 15 years ago
- d00b479 select statement: initial set of test cases for corner cases by Robert Griesemer · 15 years ago
- ec53627 runtime: correct memory leak in select by Russ Cox · 15 years ago
- 00f9f0c single argument panic by Russ Cox · 15 years ago
- 325cf8e delete all uses of panicln by rewriting them using panic or, by Rob Pike · 15 years ago
- 16192c2 Include an Eratosthenesque concurrent prime sieve to go along with the "naive" version. by Anh Hai Trinh · 15 years ago
- 50d6c81 runtime: fix race condition by Adam Langley · 15 years ago
- 4d44d6a missed a couple of files in test by Robert Griesemer · 15 years ago
- 542099d making some more non-gofmt'ed files save for new semicolon rule by Robert Griesemer · 15 years ago
- ae54cf7 last round: non-package code by Russ Cox · 16 years ago
- 74dd0ab fix up some irregular indentation by Rob Pike · 16 years ago
- 5b62b19 convert non-pkg go files to whole-package compilation. by Russ Cox · 16 years ago
- 9dc22b6 more 6g reorg; checkpoint. by Russ Cox · 16 years ago
- 8cbb5d0 Adjust expected errors to work with gccgo. by Ian Lance Taylor · 16 years ago
- d33d763 channel direction tests (will submit with compiler fixes). by Russ Cox · 16 years ago
- 49fceff Don't bother to import "os" just so that we can call by Ian Lance Taylor · 16 years ago
- 918afd94 move things out of sys into os and runtime by Russ Cox · 16 years ago
- aaf63f8 Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. by Rob Pike · 16 years ago
- 54aa835 range over channels. by Russ Cox · 16 years ago
- be2edb5 Automated g4 rollback of changelist 25024, plus significant hand editing. by Russ Cox · 16 years ago
- 9f8f2e6 convert composite literals from { } to ( ). by Russ Cox · 16 years ago
- 49e2087 insert type assertions when narrowing. by Russ Cox · 16 years ago
- ee9b5a15a powser cleanup. by Rob Pike · 16 years ago
- d2117ad make test/chan/nonblock work even with real os threads by Russ Cox · 16 years ago
- 839a684 delete export by Russ Cox · 16 years ago
- f48cbfd convert tests; nothing interesting. by Russ Cox · 16 years ago
- 3609624 casify, cleanup sys by Russ Cox · 16 years ago
- 8a7cbad convert strconv by Russ Cox · 16 years ago
- 5564504 new new & make by Russ Cox · 16 years ago
- 08ca30b change *map to map; *chan to chan; new(T) to new(*T) by Russ Cox · 16 years ago
- d47d888 convert *[] to []. by Russ Cox · 16 years ago
- 3935610 chans and maps of interfaces by Russ Cox · 16 years ago
- 6cc001c return *os.Error instead of bool from strconv.ato* by Russ Cox · 16 years ago
- 079c00a correctly rounded floating-point conversions in new package strconv. by Russ Cox · 16 years ago
- d5ba668 Test case for evaluation order of select statement. by Ian Lance Taylor · 16 years ago
- 7fe34ea Fix powser1.go to compile with the current 6g, which doesn't by Ian Lance Taylor · 16 years ago
- 6cd74b0 Don't use a named pointer type as a receiver type. The by Ian Lance Taylor · 16 years ago
- 983f06b update code to follow new semicolon rules: by Russ Cox · 16 years ago
- f464beb fix method use bug in powser1. by Russ Cox · 16 years ago
- fa2b4cb 104, 107, 108: they are known to fail, so mark them appropriately. by Rob Pike · 16 years ago
- d448d18 test and fix non-blocking chan ops on buffered chans by Russ Cox · 16 years ago
- 27c0eb8 update tests to new communications syntax by Rob Pike · 17 years ago
- d6f15be fixes for funcs without returns by Rob Pike · 17 years ago
- 66a603c arrays by Ken Thompson · 17 years ago
- bc2f5f1 fix bug depot: by Rob Pike · 17 years ago
- 033682d workaround for compiler bug: len(a) is zero by Rob Pike · 17 years ago
- f439299 fix bug - need to read final message in daisy chain to avoid hang by Rob Pike · 17 years ago
- 9c8f48b use real select by Rob Pike · 17 years ago
- b78676a start of select random bugs fixed by Ken Thompson · 17 years ago
- 15d472d add an eval function (written by ken) by Rob Pike · 17 years ago
- f87a960 add doug's power series package by Rob Pike · 17 years ago
- fbe7ba5 strengthen test by checking values by Rob Pike · 17 years ago
- f6c13bb add test for non-blocking channel ops by Rob Pike · 17 years ago
- ac048ce new chan syntax by Ken Thompson · 17 years ago
- 3310192 channel tests with new syntax by Rob Pike · 17 years ago
- a703c9a add a couple of tests update golden by Rob Pike · 17 years ago
- 4ce3065 update golden improve sieve test, and split into two versions by Rob Pike · 17 years ago