1. 8d504c4 cmd/gc: implement 'for range x {' by Russ Cox · 11 years ago
  2. 63393fa test: speed up chan/select5 by Josh Bleecher Snyder · 11 years ago
  3. 1c45f98 test/chan: avoid wrap-around in memstats comparison by Carl Shapiro · 12 years ago
  4. faef52c all: fix typos by Shenghou Ma · 12 years ago
  5. 14cb1a1 test: raise the allocation threshold for chan/select2.go failure by Carl Shapiro · 12 years ago
  6. dda6d6a test: use testlib in a few more cases (part 2) by Shenghou Ma · 13 years ago
  7. 3fb5f32 test/chan: document tests by Rob Pike · 13 years ago
  8. 0b477ef test: use testlib (first 100) by Russ Cox · 13 years ago
  9. 842c906 runtime: delete UpdateMemStats, replace with ReadMemStats(&stats). by Rémy Oudompheng · 13 years ago
  10. 4e77e0f test: test that x := <-c accepts a general expression by Ian Lance Taylor · 13 years ago
  11. 0da89b3 test: Add the usual Copyright notice. by Olivier Duperray · 13 years ago
  12. f9489be renaming_4: gofix -r everything/but/src/pkg by Rob Pike · 13 years ago
  13. ea9e938 gc: Better error message for range over non-receive channel. by Luuk van Dijk · 13 years ago
  14. 44526cd non-pkg: gofix -r error -force=error by Russ Cox · 13 years ago
  15. f58ed4e gc: disallow close on receive-only channels by Russ Cox · 13 years ago
  16. 45301ba runtime: check for nil value pointer in select syncsend case by Ian Lance Taylor · 13 years ago
  17. 4bdf1fc test: silence/coalesce some tests by Russ Cox · 13 years ago
  18. 97eb062 test/chan/sieve2.go: remove container/vector. by Rob Pike · 14 years ago
  19. 3f5edd2 test/chan/select5.go: change "with" to "if" in templatea by Rob Pike · 14 years ago
  20. 3770b0e gc: implement nil chan support by Russ Cox · 14 years ago
  21. 6b5962c test/chan/select5.go: update to new templates by Rob Pike · 14 years ago
  22. 73b7afb template: delete old template code. by Rob Pike · 14 years ago
  23. 47e6042 runtime: fix select pass 3 by Hector Chu · 14 years ago
  24. 95323c5 runtime: fix panic for make(chan [0]byte). by Nigel Tao · 14 years ago
  25. 3f915f5 go code: replace closed(c) with x, ok := <-c by Russ Cox · 14 years ago
  26. fb9e37c template: reverse order of arguments to Execute by Rob Pike · 14 years ago
  27. 0e47460 gc: fix send precedence by Russ Cox · 14 years ago
  28. f4e76d8 replace non-blocking send, receive syntax with select by Russ Cox · 14 years ago
  29. 7247d6b test: another select test by Russ Cox · 14 years ago
  30. 504da53 runtime: select bug by Russ Cox · 14 years ago
  31. 27c74d3 spec, runtime, tests: send on closed channel panics by Russ Cox · 14 years ago
  32. 0a5fc261 test/chan/doubleselect: fix various races by Russ Cox · 14 years ago
  33. 9b62461 gc: allow select case expr = <-c by Russ Cox · 14 years ago
  34. 8e985dc test: Reduce race conditions in chan/nonblock.go. by Ian Lance Taylor · 15 years ago
  35. 4f61fc9 test: remove semiocolons. by Rob Pike · 15 years ago
  36. 3f19d8a gc: empty select by Russ Cox · 15 years ago
  37. 47b835e channel tests: added a couple of tests with closed channels by Robert Griesemer · 15 years ago
  38. d00b479 select statement: initial set of test cases for corner cases by Robert Griesemer · 15 years ago
  39. ec53627 runtime: correct memory leak in select by Russ Cox · 15 years ago
  40. 00f9f0c single argument panic by Russ Cox · 15 years ago
  41. 325cf8e delete all uses of panicln by rewriting them using panic or, by Rob Pike · 15 years ago
  42. 16192c2 Include an Eratosthenesque concurrent prime sieve to go along with the "naive" version. by Anh Hai Trinh · 15 years ago
  43. 50d6c81 runtime: fix race condition by Adam Langley · 15 years ago
  44. 4d44d6a missed a couple of files in test by Robert Griesemer · 15 years ago
  45. 542099d making some more non-gofmt'ed files save for new semicolon rule by Robert Griesemer · 15 years ago
  46. ae54cf7 last round: non-package code by Russ Cox · 16 years ago
  47. 74dd0ab fix up some irregular indentation by Rob Pike · 16 years ago
  48. 5b62b19 convert non-pkg go files to whole-package compilation. by Russ Cox · 16 years ago
  49. 9dc22b6 more 6g reorg; checkpoint. by Russ Cox · 16 years ago
  50. 8cbb5d0 Adjust expected errors to work with gccgo. by Ian Lance Taylor · 16 years ago
  51. d33d763 channel direction tests (will submit with compiler fixes). by Russ Cox · 16 years ago
  52. 49fceff Don't bother to import "os" just so that we can call by Ian Lance Taylor · 16 years ago
  53. 918afd94 move things out of sys into os and runtime by Russ Cox · 16 years ago
  54. 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
  55. 54aa835 range over channels. by Russ Cox · 16 years ago
  56. be2edb5 Automated g4 rollback of changelist 25024, plus significant hand editing. by Russ Cox · 16 years ago
  57. 9f8f2e6 convert composite literals from { } to ( ). by Russ Cox · 16 years ago
  58. 49e2087 insert type assertions when narrowing. by Russ Cox · 16 years ago
  59. ee9b5a15a powser cleanup. by Rob Pike · 16 years ago
  60. d2117ad make test/chan/nonblock work even with real os threads by Russ Cox · 16 years ago
  61. 839a684 delete export by Russ Cox · 16 years ago
  62. f48cbfd convert tests; nothing interesting. by Russ Cox · 16 years ago
  63. 3609624 casify, cleanup sys by Russ Cox · 16 years ago
  64. 8a7cbad convert strconv by Russ Cox · 16 years ago
  65. 5564504 new new & make by Russ Cox · 16 years ago
  66. 08ca30b change *map to map; *chan to chan; new(T) to new(*T) by Russ Cox · 16 years ago
  67. d47d888 convert *[] to []. by Russ Cox · 16 years ago
  68. 3935610 chans and maps of interfaces by Russ Cox · 16 years ago
  69. 6cc001c return *os.Error instead of bool from strconv.ato* by Russ Cox · 16 years ago
  70. 079c00a correctly rounded floating-point conversions in new package strconv. by Russ Cox · 16 years ago
  71. d5ba668 Test case for evaluation order of select statement. by Ian Lance Taylor · 16 years ago
  72. 7fe34ea Fix powser1.go to compile with the current 6g, which doesn't by Ian Lance Taylor · 16 years ago
  73. 6cd74b0 Don't use a named pointer type as a receiver type. The by Ian Lance Taylor · 16 years ago
  74. 983f06b update code to follow new semicolon rules: by Russ Cox · 16 years ago
  75. f464beb fix method use bug in powser1. by Russ Cox · 16 years ago
  76. fa2b4cb 104, 107, 108: they are known to fail, so mark them appropriately. by Rob Pike · 16 years ago
  77. d448d18 test and fix non-blocking chan ops on buffered chans by Russ Cox · 16 years ago
  78. 27c0eb8 update tests to new communications syntax by Rob Pike · 17 years ago
  79. d6f15be fixes for funcs without returns by Rob Pike · 17 years ago
  80. 66a603c arrays by Ken Thompson · 17 years ago
  81. bc2f5f1 fix bug depot: by Rob Pike · 17 years ago
  82. 033682d workaround for compiler bug: len(a) is zero by Rob Pike · 17 years ago
  83. f439299 fix bug - need to read final message in daisy chain to avoid hang by Rob Pike · 17 years ago
  84. 9c8f48b use real select by Rob Pike · 17 years ago
  85. b78676a start of select random bugs fixed by Ken Thompson · 17 years ago
  86. 15d472d add an eval function (written by ken) by Rob Pike · 17 years ago
  87. f87a960 add doug's power series package by Rob Pike · 17 years ago
  88. fbe7ba5 strengthen test by checking values by Rob Pike · 17 years ago
  89. f6c13bb add test for non-blocking channel ops by Rob Pike · 17 years ago
  90. ac048ce new chan syntax by Ken Thompson · 17 years ago
  91. 3310192 channel tests with new syntax by Rob Pike · 17 years ago
  92. a703c9a add a couple of tests update golden by Rob Pike · 17 years ago
  93. 4ce3065 update golden improve sieve test, and split into two versions by Rob Pike · 17 years ago