1. 9b49ac0 spec: consistently use "defined type" and "type name" (cleanup) by Robert Griesemer · 7 years ago
  2. 4a2f28f doc, cmd/go: final release notes edits by Russ Cox · 7 years ago
  3. 6c27114 doc: document Go 1.8.6 by Andrew Bonventre · 7 years ago
  4. 2923b20 doc: update 1.9.3 release date by Andrew Bonventre · 7 years ago
  5. 21a460d doc/go1.10: address final TODOs by Russ Cox · 7 years ago
  6. 3810f5b doc: change anchor URLs from golang.org/dl/ to /dl/ by Andrew Bonventre · 7 years ago
  7. 984e81f doc/faq: clarify that concurrent maps reads are safe by Ian Lance Taylor · 7 years ago
  8. 68ce117 doc: document Go 1.9.3 by Andrew Bonventre · 7 years ago
  9. 18d527b spec: mention that special case for integer division is due to overflow by Robert Griesemer · 7 years ago
  10. 8f6e8f9 doc: specify which pprof version was vendored in go1.10 by Alberto Donizetti · 7 years ago
  11. c13e0e8 spec: remove example explaining that type B0 and B0 are identical by Robert Griesemer · 7 years ago
  12. 594668a doc, api: add type Srcset string change to go1.10 notes and API by Andrew Bonventre · 7 years ago go1.10beta2
  13. e7303a7 doc/go1.10: document that Go 1.11 will remove Windows XP support by Russ Cox · 7 years ago
  14. dbdeeed doc/go1.10: fix typo of "preserves" by kim yongbin · 7 years ago
  15. 23aefcd doc/go1.10: fix more TODOs by Russ Cox · 7 years ago
  16. 8c916a2 spec: use consistent quoting style in prose by Robert Griesemer · 7 years ago
  17. b26c88d reflect: fix doc nit by Russ Cox · 7 years ago
  18. 6be622c doc: remove interior <code> spaces in debugging, diagnostics docs by Russ Cox · 7 years ago
  19. ee34617 doc/debugging_with_gdb: soften text about disabling optimizations by Russ Cox · 7 years ago
  20. b6c871a doc: s/tool chain/toolchain/ by Russ Cox · 7 years ago
  21. 3ea72fb doc/go1.10: remove ReverseProxy TODO by Brad Fitzpatrick · 7 years ago
  22. acc1ec9 doc/debugging_with_gdb: mention delve as an alternative. by Hana Kim · 7 years ago
  23. 4de1d1d spec: consistently use "element" rather than "value" for map entry values by Robert Griesemer · 7 years ago
  24. e676dbb doc/diagnostics: update gc flags recommended for debugging by Hana Kim · 7 years ago
  25. 15bc0a1 doc/go1.10: mention new os.IsTimeout function by Ian Lance Taylor · 7 years ago
  26. cd97aca doc: 2018 is the Year of the Gopher by Brad Fitzpatrick · 7 years ago
  27. f3f507b spec: provide some (minimal) intuition for the notion of "terminating statement" by Robert Griesemer · 7 years ago
  28. bfb8f2a doc/debugging_with_gdb: update -gcflags usage by Hana Kim · 7 years ago
  29. c4da610 doc: make it clear which pprof package is used by JBD · 7 years ago
  30. 513a469 doc/go1.10: note that netbsd/arm is definitely broken by Brad Fitzpatrick · 7 years ago
  31. fa90442 doc/go1.10: fix formatting of 'go tool fix' examples by Tobias Klauser · 7 years ago
  32. 774ae54 doc: add some links to the diagnostics page by JBD · 7 years ago
  33. 26ec05c doc: update info about flame graphs in diagnostics.html by Hana Kim · 7 years ago
  34. 81c19cc doc/go1.10: preannounce deprecation of OS X 10.9 Mavericks by Russ Cox · 7 years ago
  35. 132b528 doc/go1.10: note that plugin now works on darwin/amd64 by Brad Fitzpatrick · 7 years ago
  36. 2fb9fe4 doc/contrib.html: fix outdated link by Stanislav Afanasev · 7 years ago
  37. dbe559e doc: change “substantial” to “significant” by Andrew Bonventre · 7 years ago
  38. 05deefe doc: fix misuse of “substantive” in 1.10 release notes by Andrew Bonventre · 7 years ago
  39. 0da486d doc: update NetBSD status by Brad Fitzpatrick · 7 years ago
  40. 25363de doc: add doc about C types that we map to uintptr instead of ptr by Keith Randall · 7 years ago
  41. d1fa587 doc/go1.10: fix HTML start tag by Tobias Klauser · 7 years ago
  42. 38083c8 doc: fix mistake in NetBSD notes by Brad Fitzpatrick · 7 years ago
  43. 4f1fca9 doc/go1.10: fix HTML close tags by Brad Fitzpatrick · 7 years ago
  44. 99f4cf9 doc: fix bad html tags in editors.html by Alberto Donizetti · 7 years ago
  45. 617fc0f doc/go1.10: add NetBSD and OpenBSD to Go 1.10 release notes by Brad Fitzpatrick · 7 years ago
  46. 9b8d604 doc/go1.10: preannounce removal of OS X 10.8 support in Go 1.11 by Russ Cox · 7 years ago
  47. 2873605 doc: fix two spelling mistakes in contribute.html by Alberto Donizetti · 7 years ago
  48. dfd6b6e doc: fix dead link in go_faq by Alberto Donizetti · 7 years ago
  49. c56fda6 doc/go1.10: fix many TODOs by Russ Cox · 7 years ago
  50. 8114a85 doc/go1.10: process comments from CL 78131 PS 5 by Russ Cox · 7 years ago
  51. d628090 doc/go1.10: update release notes for recent commits by Russ Cox · 7 years ago
  52. ba2db58 doc: fix spelling in editor guide by Tobias Klauser · 7 years ago
  53. 12abacb cmd/go, cmd/dist: introduce GOMIPS environment variable by Vladimir Stefanovic · 8 years ago
  54. 07a2ffa doc: move single change workflow note in contribution guide by Leigh McCulloch · 7 years ago
  55. 21672b3 doc/faq: tweak the wording in the new section on goroutine IDs by Rob Pike · 7 years ago
  56. 992ce90 doc/faq: explain why goroutines are anonymous by Rob Pike · 7 years ago
  57. e76ae8a all: drop support for FreeBSD 9 or below by Mikio Hara · 8 years ago
  58. 4aac23c doc: update URL of the go1.4 source snapshot to use dl.google.com by Andrew Bonventre · 7 years ago
  59. c52e26e doc: fix a sentence position. by Ryuji Iwata · 7 years ago
  60. 8a092b7 doc: fix typo in Effective Go: s/ReaderWriter/ReadWriter/ by Tom Levy · 7 years ago
  61. 71aee2a doc: update the URL of the latest go1.4 source snapshot by Brad Fitzpatrick · 7 years ago
  62. 1e679ae doc: rename Gogland to GoLand by Florin Patan · 7 years ago
  63. 7861584 doc: fix some typos in diagnostics.html by Reilly Watson · 7 years ago
  64. 4f6035a doc/contrib.html: add Go 1.10 to release list by Russ Cox · 7 years ago
  65. 0434426 doc/go1.10: first draft of release notes by Russ Cox · 7 years ago
  66. 01c979d doc: correct supported gdb version info by Hana Kim · 7 years ago
  67. 1722a2d doc: mention the scratch repo by Kevin Burke · 8 years ago
  68. f2d5251 spec: match syntax for method expressions with implementations by griesemer · 7 years ago
  69. eb7e845 doc: document Go 1.9.2 by Russ Cox · 7 years ago
  70. 381b680 doc: document Go 1.8.5 by Russ Cox · 7 years ago
  71. 0c5b00d spec: remove sentence discussing existing implementations by griesemer · 7 years ago
  72. 85177f4 spec: remove vestiges referring to iotas being incremented by griesemer · 7 years ago
  73. 52dd399 spec: clarify that each block has its own version of iota by griesemer · 7 years ago
  74. ada6557 spec: simplify paragraph on certain range expressions over arrays by griesemer · 7 years ago
  75. ddc64de spec: explicitly state the import path for package unsafe by griesemer · 7 years ago
  76. 67388e9 doc: recommend building Go 1.4 with CGO_ENABLED=0 by Ian Lance Taylor · 8 years ago
  77. ec40c7e doc: add missing "Minor revisions" header for 1.9 by Chris Broadfoot · 7 years ago
  78. dbb13ef doc: document go1.9.1 and go1.8.4 by Chris Broadfoot · 7 years ago
  79. 2e405bd doc: update contribute.html to clarify replying to reviews via email by Andrew Bonventre · 7 years ago
  80. a934530 doc: update GCC release info in gccgo_install by Ian Lance Taylor · 8 years ago
  81. b3cae37 doc: fix minor capitalization typo by Agniva De Sarker · 8 years ago
  82. 4a2391e spec: state which predeclared types are defined or alias types (clarification) by griesemer · 8 years ago
  83. c40579a doc: simplify Append example in "Effective Go" by Gabriel Aszalos · 8 years ago
  84. c2f8ed2 doc: mention s390x in environment section of install-source.html by Michael Munday · 8 years ago
  85. 1a706bb doc: unify colons and spacing in diagnostics guide by Tobias Klauser · 8 years ago
  86. 98603e7 doc: hide content blocked by GFW when served in CN by Andrew Bonventre · 8 years ago
  87. e916392 doc: fix typo in the diagnostics guide by Jaana Burcu Dogan · 8 years ago
  88. 669dcca doc: add a diagnostics guide by Jaana Burcu Dogan · 8 years ago
  89. 0202aa8 doc: update DWARF version by Hana Kim · 8 years ago
  90. 53d24f7 doc: Fixed missing dot in effective_go.html by Andrii Soldatenko · 8 years ago
  91. 9690d24 spec: clarify context type for certain non-constant shifts by griesemer · 8 years ago
  92. e236b67 doc/articles/wiki: fix final-test.patch by Matthew Dempsky · 8 years ago
  93. e3e09e3 doc: add error handling on http.ListenAndServe by Francesc Campoy Flores · 8 years ago
  94. 03876af cmd/cgo: support niladic function-like macros by Hiroshi Ioka · 8 years ago
  95. 2ac43d5 doc: minor clarification regarding the sharing of underlying arrays by griesemer · 8 years ago
  96. 75d7a02 doc/1.9: add mention of net/http.LocalAddrContextKey by Tom Bergan · 8 years ago
  97. b40831b spec: explicitly define notion of "representability" (clarification) by griesemer · 8 years ago
  98. a9f832a spec: clarify zero value for complex types by griesemer · 8 years ago
  99. 84ac90e spec: clarify nil case in type switches by griesemer · 8 years ago
  100. ace6074 doc: add go1.9 to golang.org/project by Chris Broadfoot · 8 years ago