1. 3ba6387 test: re-enable rotate tests by Josh Bleecher Snyder · 10 years ago
  2. 596bb76 cmd/compile: reject p-notation floats in Go source files by David Chase · 10 years ago
  3. 8b186df test: remove arch char from nosplit by Josh Bleecher Snyder · 10 years ago
  4. 05d8f1d cmd/compile: propagate correct line numbers in treecopy by David Chase · 10 years ago
  5. e5060c7 cmd/internal/gc: move check for large-hence-heap-allocated types into escape analysis by David Chase · 10 years ago
  6. b19ec68 cmd/internal/gc: make indirect calls properly escape-y by David Chase · 10 years ago
  7. cf932cd all: retire architecture letter in file names, public API by Russ Cox · 10 years ago
  8. 0f4132c all: build and use go tool compile, go tool link by Russ Cox · 10 years ago
  9. c735064 cmd/internal/gc: type of str[i] is byte, not uint8 by Russ Cox · 10 years ago
  10. 366ba52 cmd/internal/gc: add missing write barrier in append(x, BigStructWithPointers) by Russ Cox · 10 years ago
  11. a21cf5b cmd/internal/gc: extend escape analysis to pointers in slices by David Chase · 10 years ago
  12. 97494a4 Revert "cmd/internal/gc: ignore declarations of types for goto validation" by Brad Fitzpatrick · 10 years ago
  13. 5726af5 cmd/internal/gc: ignore declarations of types for goto validation by Daniel Morsing · 10 years ago
  14. d447279 cmd/internal/gc: optimize slice + write barrier by Russ Cox · 10 years ago
  15. 99475df cmd/internal/gc: avoid spurious div-zero errors by Robert Griesemer · 10 years ago
  16. 8552047 cmd/internal/gc: optimize append + write barrier by Russ Cox · 10 years ago
  17. 3f209ab cmd/internal/gc: detect bad append(f()) during type check by Russ Cox · 10 years ago
  18. 7c0db1b cmd/gc: do not display ~b identifiers in error messages by Didier Spezia · 10 years ago
  19. a3dfcf5 cmd/internal/gc: unsafe.Pointer constants may only be converted to uintptr by Josh Bleecher Snyder · 10 years ago
  20. d4bb72b cmd/internal/gc: improve "type *X has no field or method M" message by David Chase · 10 years ago
  21. 6f42b61 test: fix nosplit test for noopt build by Keith Randall · 10 years ago
  22. 7fbb1b3 cmd/internal/gc: improve flow of input params to output params by David Chase · 10 years ago
  23. 673bd18 test: gofmt run.go by Josh Bleecher Snyder · 10 years ago
  24. 1fb948a test: set GOMAXPROCS=1 in fixedbugs/issue9110 by Josh Bleecher Snyder · 10 years ago
  25. 8a41375 test: reenable syntax tests by Matthew Dempsky · 10 years ago
  26. 9406f68 cmd/internal/gc: add and test write barrier debug output by Russ Cox · 10 years ago
  27. b92a0a8 cmd/internal/gc, cmd/go: fix value of importpath symbol by Michael Hudson-Doyle · 10 years ago
  28. 24f246c cmd/gc: fix crash during escape analysis by Dmitry Vyukov · 10 years ago
  29. 607d515 test: add gcc65755.go for http://gcc.gnu.org/PR65755 by Ian Lance Taylor · 10 years ago
  30. 399b3e3 test: add gccgo test case for #10407 by Shenghou Ma · 10 years ago
  31. 7647741 test: add -update_errors flag to run script by Dmitry Vyukov · 10 years ago
  32. 878a86a cmd/gc: fix escape analysis of closures by Dmitry Vyukov · 10 years ago
  33. 63d72f6 cmd/7g: enable peephole optimizer by Shenghou Ma · 10 years ago
  34. 4f2a730 cmd/internal/gc, cmd/yacc: restore remaining custom error messages by Matthew Dempsky · 10 years ago
  35. ca0aded cmd/7g: reserve registers R26 to R32 by David Crawshaw · 10 years ago
  36. a51d5f2 cmd/internal/gc: use 512 bits (rather than 464) for multi-precision arithmetic by Robert Griesemer · 10 years ago
  37. 5bb89eb cmd/internal/gc: use big.Float to represent Mpflt bits by Robert Griesemer · 10 years ago
  38. 398bf9d cmd/internal/gc, cmd/yacc: restore custom syntax error messages by Matthew Dempsky · 10 years ago
  39. 33448d9 cmd/7g: fix ACMP entry in progtable by David Crawshaw · 10 years ago
  40. 73c026e test: add testcase for gccgo-specific issue 10284 by Shenghou Ma · 10 years ago
  41. 2270133 cmd/gc: allocate backing storage for non-escaping interfaces on stack by David Chase · 10 years ago
  42. d593f4a test: add tests for escape analysis of function parameters by Dmitry Vyukov · 10 years ago
  43. edcc062 test: add tests for escape analysis of interface conversions by Dmitry Vyukov · 10 years ago
  44. 8a25457 test: add tests for escape analysis of closure arguments by Dmitry Vyukov · 10 years ago
  45. 8205bfb test: fix build by Dmitry Vyukov · 10 years ago
  46. 6d9fd7e test: add tests for indirection level computation in escape analysis by Dmitry Vyukov · 10 years ago
  47. 130538b test: add escape analysis tests form maps by Dmitry Vyukov · 10 years ago
  48. a21537f test: add tests for escape analysis when assigning to indirections by Dmitry Vyukov · 10 years ago
  49. 097b1e0 test: add escape analysis tests for fields by Dmitry Vyukov · 10 years ago
  50. 0558f12 test: add tests for escape analysis of slices by Dmitry Vyukov · 10 years ago
  51. 1f5617e test: add additional ... tests for escape analysis by Dmitry Vyukov · 10 years ago
  52. 4224d81 cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T) by Russ Cox · 10 years ago
  53. 1f3fe91 test: fix recover4 test on 64kb systems by Dave Cheney · 10 years ago
  54. 3eaea87 Revert "test: disable recover4 test to fix ppc64 builds" by Dave Cheney · 10 years ago
  55. 1313e79 test: disable recover4 test to fix ppc64 builds by Dave Cheney · 10 years ago
  56. 0c31992 test: add test that variables captured by deferred funcs are current on fault by Russ Cox · 10 years ago
  57. ddf6d80 test: fix nosplit test, and disable nilptr3 test on arm64 by Aram Hăvărneanu · 10 years ago
  58. 362f7bf test: add test that gccgo failed to compile by Ian Lance Taylor · 10 years ago
  59. 0d6a0d6 runtime: don't return a slice with nil ptr but non-zero len from growslice by Shenghou Ma · 10 years ago
  60. 09b49bf test: add testcase for gccgo-specific issue 10047. by Chris Manghane · 10 years ago
  61. f09887c cmd/internal/gc: do not show original expression for constants in export data by Shenghou Ma · 10 years ago
  62. 77ccb16 cmd/internal/gc: transitive inlining by Russ Cox · 10 years ago
  63. 77d7771 cmd/internal/gc: omit non-explicit capacity in errors with map/chan make by Chris Manghane · 10 years ago
  64. c7e1453 cmd/internal/gc: do not show computed value in type error by Chris Manghane · 10 years ago
  65. b59dd94 cmd/internal/gc: method selector should not auto-deref named pointer type by Chris Manghane · 10 years ago
  66. 5b94a47 [dev.cc] test: disable syntax error tests by Russ Cox · 10 years ago
  67. b4a7806 [dev.cc] all: merge master (5868ce3) into dev.cc by Russ Cox · 10 years ago
  68. d7eb51e [dev.cc] test: disable rotate tests by Russ Cox · 10 years ago
  69. 5aa448f test: add test case for issue 4365 by Ian Lance Taylor · 10 years ago
  70. b5b11bd test: deflake init1.go test, tighten its bounds by Brad Fitzpatrick · 10 years ago
  71. c4ee44b cmd/gc: transform closure calls to function calls by Dmitry Vyukov · 10 years ago
  72. 77a2113 cmd/gc: evaluate concrete == interface without allocating by Josh Bleecher Snyder · 10 years ago
  73. b3be360 cmd/gc: allocate non-escaping maps on stack by Dmitry Vyukov · 10 years ago
  74. 9568126 cmd/gc: allocate buffers for non-escaping string conversions on stack by Dmitry Vyukov · 10 years ago
  75. 4ce06f4 cmd/gc: eliminate dead code in switch statements by Josh Bleecher Snyder · 10 years ago
  76. 9b6ccb1 all: don't refer to code.google.com/p/go{,-wiki}/ by Péter Surányi · 10 years ago
  77. 8581d48 test: check for build constraints only upto the first blank line by Rahul Chaudhry · 10 years ago
  78. d81cc37 test: chdir before running go tool, cleanup afterwards. by Rahul Chaudhry · 10 years ago
  79. eaa8720 cmd/gc: fix capturing by value for range statements by Dmitry Vyukov · 10 years ago
  80. 8e2423a cmd/gc: typecheck type switch variables by Dmitry Vyukov · 10 years ago
  81. 3c0fee1 cmd/6g, liblink, runtime: support saving base pointers by Austin Clements · 10 years ago
  82. 3bf005c cmd/gc: always treat the output parameters as having been assigned in capturevars. by Shenghou Ma · 10 years ago
  83. 4a17568 test/closure2.go: correctly "use" tmp by Robert Griesemer · 10 years ago
  84. 0e80b2e cmd/gc: capture variables by value by Dmitry Vyukov · 10 years ago
  85. 4ce4d8b cmd/gc: allocate stack buffer for ORUNESTR by Dmitry Vyukov · 10 years ago
  86. e6fac08 cmd/gc: allocate buffers for non-escaped strings on stack by Dmitry Vyukov · 10 years ago
  87. 22c16b4 cmd/gc: ignore re-slicing in escape analysis by Dmitry Vyukov · 10 years ago
  88. 1b87f01 cmd/gc: improve escape analysis for &T{...} by Dmitry Vyukov · 10 years ago
  89. b581ca5 cmd/gc: allow map index expressions in for range statements by Dmitry Vyukov · 10 years ago
  90. ec0ebc2 cmd/gc: treat non-local vars inlined into wrapper as escaping by Ian Lance Taylor · 10 years ago
  91. f5b8813 cmd/gc: don't unpack struct arguments to append by Chris Manghane · 10 years ago
  92. c3b459d test: generate tests for arithmetic on narrow types by Keith Randall · 10 years ago
  93. daa64dd cmd/5g: make sure we normalize after unary ops on small types by Keith Randall · 10 years ago
  94. 3b63b69 test: comment the behavior and use of cmplxdivide* by Rob Pike · 10 years ago
  95. fcff3ba cmd/gc: don't recurse infinitely when a recursive type references itself more than once by Shenghou Ma · 10 years ago
  96. f03c920 cmd/gc: optimize memclr of slices and arrays by Josh Bleecher Snyder · 10 years ago
  97. db7fd1c runtime: increase GC concurrency. by Rick Hudson · 10 years ago
  98. fcfbeb3 test: shorten test runtime by Keith Randall · 10 years ago
  99. 43e6923 cmd/gc: optimize existence-only map lookups by Josh Bleecher Snyder · 10 years ago
  100. 60801c4 test: delete testlib by Josh Bleecher Snyder · 10 years ago