1. 4ce06f4 cmd/gc: eliminate dead code in switch statements by Josh Bleecher Snyder · 10 years ago
  2. 9b6ccb1 all: don't refer to code.google.com/p/go{,-wiki}/ by Péter Surányi · 10 years ago
  3. 8581d48 test: check for build constraints only upto the first blank line by Rahul Chaudhry · 10 years ago
  4. d81cc37 test: chdir before running go tool, cleanup afterwards. by Rahul Chaudhry · 10 years ago
  5. eaa8720 cmd/gc: fix capturing by value for range statements by Dmitry Vyukov · 10 years ago
  6. 8e2423a cmd/gc: typecheck type switch variables by Dmitry Vyukov · 10 years ago
  7. 3c0fee1 cmd/6g, liblink, runtime: support saving base pointers by Austin Clements · 10 years ago
  8. 3bf005c cmd/gc: always treat the output parameters as having been assigned in capturevars. by Shenghou Ma · 10 years ago
  9. 4a17568 test/closure2.go: correctly "use" tmp by Robert Griesemer · 10 years ago
  10. 0e80b2e cmd/gc: capture variables by value by Dmitry Vyukov · 10 years ago
  11. 4ce4d8b cmd/gc: allocate stack buffer for ORUNESTR by Dmitry Vyukov · 10 years ago
  12. e6fac08 cmd/gc: allocate buffers for non-escaped strings on stack by Dmitry Vyukov · 10 years ago
  13. 22c16b4 cmd/gc: ignore re-slicing in escape analysis by Dmitry Vyukov · 10 years ago
  14. 1b87f01 cmd/gc: improve escape analysis for &T{...} by Dmitry Vyukov · 10 years ago
  15. b581ca5 cmd/gc: allow map index expressions in for range statements by Dmitry Vyukov · 10 years ago
  16. ec0ebc2 cmd/gc: treat non-local vars inlined into wrapper as escaping by Ian Lance Taylor · 10 years ago
  17. f5b8813 cmd/gc: don't unpack struct arguments to append by Chris Manghane · 10 years ago
  18. c3b459d test: generate tests for arithmetic on narrow types by Keith Randall · 10 years ago
  19. daa64dd cmd/5g: make sure we normalize after unary ops on small types by Keith Randall · 10 years ago
  20. 3b63b69 test: comment the behavior and use of cmplxdivide* by Rob Pike · 10 years ago
  21. fcff3ba cmd/gc: don't recurse infinitely when a recursive type references itself more than once by Shenghou Ma · 10 years ago
  22. f03c920 cmd/gc: optimize memclr of slices and arrays by Josh Bleecher Snyder · 10 years ago
  23. db7fd1c runtime: increase GC concurrency. by Rick Hudson · 10 years ago
  24. fcfbeb3 test: shorten test runtime by Keith Randall · 10 years ago
  25. 43e6923 cmd/gc: optimize existence-only map lookups by Josh Bleecher Snyder · 10 years ago
  26. 60801c4 test: delete testlib by Josh Bleecher Snyder · 10 years ago
  27. 537ddc9 runtime: fix slicecopy return value for zero-width elements by Matthew Dempsky · 10 years ago
  28. 8bbd800 cmd/go: put user ldflags at the end of the linker invocation by Josh Bleecher Snyder · 10 years ago
  29. cb1897a cmd/gc: give an error if only one argument is given to complex() by Shenghou Ma · 10 years ago
  30. 5cc29ab cmd/gc: logical operators should produce untyped bool for untyped operands by Chris Manghane · 10 years ago
  31. edf7258 test: add fixed GoSmith bugs reported on the gcc Bugzilla by Chris Manghane · 10 years ago
  32. 958e079 test/fixedbugs/issue9355: fix build on arm and power64 by Shenghou Ma · 10 years ago
  33. fbdf59a test: disable bug248 and bug345 tests on Plan 9 by David du Colombier · 10 years ago
  34. 209dd4c test: fix windows build by Josh Bleecher Snyder · 10 years ago
  35. 02f56bf test: add test case that gccgo failed to link by Ian Lance Taylor · 10 years ago
  36. e7173df test: migrate remaining tests to run.go by Josh Bleecher Snyder · 10 years ago
  37. c5089a7 test/fixedbugs/issue9355: fix build on windows and skip on nacl by Shenghou Ma · 10 years ago
  38. 2fc29a8 cmd/gc: resolve static addresses of the form &x.f at link time by Keith Randall · 10 years ago
  39. 8e0686a test: add missing linkx test by Josh Bleecher Snyder · 10 years ago
  40. 6cd4d59 test: add bug494: test case miscompiled by gccgo by Ian Lance Taylor · 10 years ago
  41. 60ea2c5 test: add test that gccgo failed to compile by Ian Lance Taylor · 10 years ago
  42. 50bc3d5 runtime: fix deadlock in runtime.Stack by Keith Randall · 10 years ago
  43. e8f1370 test/fixedbugs/bug302: fix test on windows. by Shenghou Ma · 10 years ago
  44. c5de72b test: write Go wrapper code so that bug302 can be run by run.go by Ian Lance Taylor · 10 years ago
  45. 7796821 Fix whitespace (use blanks consistently). by Robert Griesemer · 10 years ago
  46. 212914f runtime: test for linear enqueue/dequeue behavior by Keith Randall · 10 years ago
  47. 8d5fe68 test/fibo: a stand-alone bignum/allocation benchmark and test by Robert Griesemer · 10 years ago
  48. 31457ce all: merge dev.garbage (d1238958d4ae) into default branch by Russ Cox · 10 years ago
  49. db40624 [dev.garbage] runtime: raise StackGuard limit for Windows (again) by Russ Cox · 10 years ago
  50. 09d92b6 all: power64 is now ppc64 by Russ Cox · 10 years ago
  51. b8540fc [dev.garbage] all: merge dev.cc (493ad916c3b1) into dev.garbage by Russ Cox · 10 years ago
  52. 50e0749 [dev.cc] all: merge default (e4ab8f908aac) into dev.cc by Russ Cox · 10 years ago
  53. b3932ba runtime: fix sudog leak by Russ Cox · 10 years ago
  54. 3e80463 [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc by Russ Cox · 10 years ago
  55. 9ef4e56 [dev.garbage] all: merge dev.power64 (7667e41f3ced) into dev.garbage by Russ Cox · 10 years ago
  56. 3dcc62e [dev.garbage] all: merge default (f38460037b72) into dev.garbage by Russ Cox · 10 years ago
  57. c99616f test: fix nacl build by Russ Cox · 10 years ago
  58. 9b54444 test: move linkx and sinit to run.go by Josh Bleecher Snyder · 10 years ago
  59. 75d3f62 [dev.garbage] cmd/gc, runtime: add locks around print statements by Russ Cox · 10 years ago
  60. c6e53fe test: comment out failing cases from sinit.go by Ian Lance Taylor · 10 years ago
  61. a5e1e15 [dev.power64] test: "fix" live.go test on power64x by Austin Clements · 10 years ago
  62. d10a115 [dev.power64] test: disable nilptr3 test on power64x by Austin Clements · 10 years ago
  63. 31b1207 [dev.power64] all: merge default into dev.power64 by Austin Clements · 10 years ago
  64. 6e86003 [dev.power64] 9g: fix under-zeroing in clearfat by Austin Clements · 10 years ago
  65. a22c11b runtime: fix line number in first stack frame in printed stack trace by Russ Cox · 10 years ago
  66. 599199f [dev.power64] all: merge default (dd5014ed9b01) into dev.power64 by Russ Cox · 10 years ago
  67. 6b54cc9 cmd/gc: fix internal compiler error in struct compare by Russ Cox · 10 years ago
  68. 0f698be test: make maplinear more robust by Russ Cox · 10 years ago
  69. 5a65308 [dev.power64] all: merge default into dev.power64 by Austin Clements · 10 years ago
  70. 5225854 cmd/gc: synthesize zeroed value for non-assignment context by Russ Cox · 10 years ago
  71. f0bd539 [dev.power64] all: merge default into dev.power64 by Austin Clements · 10 years ago
  72. 2bd616b build: merge the great pkg/ rename into dev.power64 by Austin Clements · 10 years ago
  73. 3208250 [dev.power64] build: merge default into dev.power64 by Austin Clements · 10 years ago
  74. 18051c0 test: add more cases to recover.go by Ian Lance Taylor · 10 years ago
  75. 93fcb92 cmd/gc: disallow call of *T method using **T variable by Russ Cox · 10 years ago
  76. 0edafef cmd/gc: emit code for extern = <N> by Daniel Morsing · 10 years ago
  77. db4dad7 cmd/gc: blank methods are not permitted in interface types by Chris Manghane · 10 years ago
  78. fe8f799 cmd/gc: check for initialization cycles in method values by Chris Manghane · 10 years ago
  79. d83e43c test: add test for gccgo-specific issue 8079 by Chris Manghane · 10 years ago
  80. 55df81d cmd/gc: prohibit short variable declarations containing duplicate symbols by Evan Kroske · 11 years ago
  81. 454d1b0 cmd/gc: fix call order in array literal of slice literal of make chan by Russ Cox · 11 years ago
  82. f6fc140 cmd/ld: don't automatically mark symbols created by -X as reachable by Ian Lance Taylor · 11 years ago
  83. 870f4e1 cmd/gc: emit error for out-of-bounds slice of constant string by Russ Cox · 11 years ago
  84. 52e9bca cmd/gc: print x++ (not x += 1) in errors about x++ by Russ Cox · 11 years ago
  85. 53c6654 cmd/gc: avoid infinite recursion on invalid recursive type by Russ Cox · 11 years ago
  86. 43c4287 cmd/gc: fix import of package with var func returning _ by Russ Cox · 11 years ago
  87. 00d2f91 cmd/gc: run escape analysis always (even in -N mode) by Russ Cox · 11 years ago
  88. 653fb6d liblink: make GO_ARGS the default for functions beginning with · by Russ Cox · 11 years ago
  89. 8d61334 cmd/gc: say 'non-constant array bound' instead of 'invalid array bound' by Russ Cox · 11 years ago
  90. c3dbf56 cmd/ld: document that -X overwrites initialized variables by Josh Bleecher Snyder · 11 years ago
  91. f197988 test: make maplinear iterdelete test less flaky by Josh Bleecher Snyder · 11 years ago
  92. e024ed5 cmd/gc: don't walk static nodes generated by anylit. by Rémy Oudompheng · 11 years ago
  93. 8d47b08 cmd/gc: generate type alg after calling dowidth. by Rémy Oudompheng · 11 years ago
  94. 8cc6cb2 test: return errors earlier in run.go by Josh Bleecher Snyder · 11 years ago
  95. fcb4cab cmd/gc: emit write barriers by Russ Cox · 11 years ago
  96. 689dc60 runtime: add timing test for iterate/delete map idiom. by Keith Randall · 11 years ago
  97. 220a6de build: adjustments for move from src/pkg to src by Russ Cox · 11 years ago
  98. b6951bc runtime: increase stack split limit again by Russ Cox · 11 years ago
  99. 8473695 runtime: fix panic/wrapper/recover math by Russ Cox · 11 years ago
  100. f8f630f runtime: use reflect.call during panic instead of newstackcall by Russ Cox · 11 years ago