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