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