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