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