1. 9d468f4 doc/articles/wiki: use correct variable name in closures guide by HowJMay · 5 years ago
  2. acac535 doc: race condition in unsynchronized send/close by Changkun Ou · 5 years ago
  3. ba093c45 doc/articles/race_detector: mention memory leak potential by Kevin Burke · 5 years ago
  4. 9df93e4 doc: document atexit_sleep_ms flag in race_detector by Daniel Martí · 5 years ago
  5. 41348081 all: fix a number of misuses of the word "an" by Daniel Martí · 5 years ago
  6. fc3eae52 doc: convert remaining bash tests to Go by Bryan C. Mills · 5 years ago
  7. 5c6db9a doc/articles: format error string as per go style by Aditya Harindar · 5 years ago
  8. e70e0a6 all: remove trailing whitespace from HTML files by Daniel Martí · 6 years ago
  9. f4be93a doc: update list of archs supporting -race by Alberto Donizetti · 6 years ago
  10. 32a0a1d doc/articles/wiki: highlight the use of _ warning by Agniva De Sarker · 7 years ago
  11. b6c871a doc: s/tool chain/toolchain/ by Russ Cox · 7 years ago
  12. b3cae37 doc: fix minor capitalization typo by Agniva De Sarker · 7 years ago
  13. e236b67 doc/articles/wiki: fix final-test.patch by Matthew Dempsky · 8 years ago
  14. e3e09e3 doc: add error handling on http.ListenAndServe by Francesc Campoy Flores · 8 years ago
  15. a9824cd *.bash: always use the same string equality operator by Daniel Martí · 8 years ago
  16. 74628a8 doc, cmd/go: adjust documentation for default GOPATH by Russ Cox · 8 years ago
  17. 9dba338 doc: replace code.google.com/p/sitesearch with its new destination by Jaana Burcu Dogan · 8 years ago
  18. dea6dab cmd/yacc: remove go tool yacc by Brad Fitzpatrick · 9 years ago
  19. 10076b5 doc/articles/wiki: remove generated final-test.go after test by Alex Brainman · 10 years ago
  20. 7d48237 doc/articles/wiki: don't run tests when 'patch' command unavailable by Andrew Gerrand · 10 years ago
  21. 44618b2 wiki article: remove "flag" import from the code by Alex Schroeder · 10 years ago
  22. 7df2854 doc/articles/go_command.html: mention go generate by Rob Pike · 10 years ago
  23. 7f0be1f all: use golang.org/x/... import paths by Andrew Gerrand · 10 years ago
  24. 220a6de build: adjustments for move from src/pkg to src by Russ Cox · 11 years ago
  25. fd234d6 doc: say that race detector is supported on freebsd by Dmitriy Vyukov · 11 years ago
  26. ca6be91 all: fix "the the" typos. by Shenghou Ma · 11 years ago
  27. 3929967 build: remove depdenency on GNU make by Andrew Gerrand · 11 years ago
  28. 1f1f69e build: fix race in doc/articles/wiki test by Rick Arnold · 11 years ago
  29. ae5bed0 doc: restore race detector manual by Andrew Gerrand · 11 years ago
  30. 22a7b34 doc/articles/wiki: remove GNU make dependency by Aram Hăvărneanu · 11 years ago
  31. 0d676f3 doc/articles/wiki: fix path handling and clean up test process by Andrew Gerrand · 11 years ago
  32. 48ba6fe doc: move spec and memory model back to /ref/ by Andrew Gerrand · 11 years ago
  33. 1f7c8a9 doc: update links to spec and memory model by Andrew Gerrand · 12 years ago
  34. 5dd7417 doc: re-organize golang.org site content by Andrew Gerrand · 12 years ago
  35. a96d850 doc: describe halt_on_error race detector parameter by Dmitriy Vyukov · 12 years ago
  36. a4eac94 doc/articles/laws_of_reflection.html: fix name of variable by Rob Pike · 12 years ago
  37. f6dd45b doc/articles: state that slices/arrays start at the 0th element by Andrew Gerrand · 12 years ago
  38. 01cc462 doc: fix wiki content error by Andrew Gerrand · 12 years ago
  39. 022818c doc/articles: use C90 standard functions in the cgo article. by Shenghou Ma · 12 years ago
  40. 7bec1a6 all: fix typos by Shenghou Ma · 12 years ago
  41. 2dd0c03 doc: fix typo in race_detector.html by Jeremy Jackins · 12 years ago
  42. 10cdb92 doc: fix another broken link by Brad Fitzpatrick · 12 years ago
  43. db6ddff doc: fix another broken link by Brad Fitzpatrick · 12 years ago
  44. c4e82bb doc: link the race detector document into the release notes by Rob Pike · 12 years ago
  45. 1e0e65e doc/articles: update reference to obsolete "package documentation". by David Symonds · 12 years ago
  46. 2145cd5 doc/articles/image_package.html: fix x/y mistake Fixes #4942. by Rob Pike · 12 years ago
  47. 052d845 doc: fix wiki codelab description of template parsing by Andrew Gerrand · 12 years ago
  48. 92ab6fb doc: fix old broken link by Brad Fitzpatrick · 12 years ago
  49. 74e1577 doc: link to wiki Projects page instead of old Project Dashboard. by Greg Ward · 12 years ago
  50. f1c397f doc/articles/race_detector: fix some format. by Oling Cat · 12 years ago
  51. f5958c61 doc/articles/json_and_go: fix some format. by Oling Cat · 12 years ago
  52. 399a36a doc: fix various fragment links by Andrew Gerrand · 12 years ago
  53. a6e4aa3 doc: Mention godoc's handling of example functions. by Matthew Dempsky · 12 years ago
  54. bc776f6 doc/articles/go_command: remove an extra word. by Oling Cat · 12 years ago
  55. b2e9ca7 doc: add race detector manual by Dmitriy Vyukov · 12 years ago
  56. be7c0f3 doc: fix id attributes in links to godoc by Péter Surányi · 12 years ago
  57. fcc5cf6 doc/articles/wiki/test.bash: suppress unnecessary output by Shenghou Ma · 12 years ago
  58. 23ca240 doc: clear execute bit by Mikio Hara · 12 years ago
  59. c2f9be1 doc/articles/godoc_documenting_go_code: fix some format issues. by Oling Cat · 12 years ago
  60. 09f3c2f doc/articles/wiki: fix racy test by Brad Fitzpatrick · 12 years ago
  61. 15e50d7 encoding/json: clarify correct usage of struct tags in associated article. by Dan Callahan · 12 years ago
  62. dad1228 doc/articles/wiki: numerous fixes by Jimmy Zelinskie · 12 years ago
  63. d353d43 doc: fix typo in Concurrency Patterns article by Andrew Gerrand · 13 years ago
  64. edc7b47 doc: fix some HTML syntax errors by Shenghou Ma · 13 years ago
  65. f83a47c doc: various "the the" and other typos by Matthew William Jibson · 13 years ago
  66. 5d2cfc2 doc/articles/slices_usage_and_internals: fix typo Fixes #3753. by Shenghou Ma · 13 years ago
  67. 4d3db77 doc: update wiki article to use html/template properly. by David Symonds · 13 years ago
  68. e03dd50 doc/articles/image_draw.html: Change ColorImage to Uniform by Benny Siegert · 13 years ago
  69. 18f1a71 doc: added The Go image package article by Francisco Souza · 13 years ago
  70. 14da529 doc: use relative links in Laws of Reflection article by Andrew Gerrand · 13 years ago
  71. cafc2b6 doc: use relative links in draw package article by Andrew Gerrand · 13 years ago
  72. d98507f doc: update wiki tutorial templates, and template discussion by Andrew Gerrand · 13 years ago
  73. a786fe8 doc: add JSON-RPC: a tale of interfaces article by Francisco Souza · 13 years ago
  74. 1144128 doc: add doc/articles/index.html by Andrew Gerrand · 13 years ago
  75. 73b5eb3 docs/articles/wiki: minor fixes by Rob Pike · 13 years ago
  76. 76cf6ba doc/articles/defer_panic_recover.html: minor tweaks by Rob Pike · 13 years ago
  77. fc9f65a doc/articles/image_draw.html: fix circle example by Rob Pike · 13 years ago
  78. 5ac1869 doc/articles/c_go_cgo.html: correct "C" comment to mention #cgo by Ian Lance Taylor · 13 years ago
  79. a99e9c5 doc/articles: rename concurrency patterns article by Rob Pike · 13 years ago
  80. 2795a15 doc/articles/gobs_of_data.html: delete extra word by Rob Pike · 13 years ago
  81. 289a357 doc: add JSON and Go article by Francisco Souza · 13 years ago
  82. cec6756 doc/articles/go_command.html: nits by Rob Pike · 13 years ago
  83. 2b3d6cb doc: fix typo in The Laws of Reflection article by Francisco Souza · 13 years ago
  84. d05b386 doc: update format for "C? Go? Cgo!" article by Shenghou Ma · 13 years ago
  85. 9e03dcb doc: add Gobs of data article by Francisco Souza · 13 years ago
  86. 235863c doc: add "Godoc: documenting Go code" article by Francisco Souza · 13 years ago
  87. f008725 doc: add reference to FAQ to explain warning about concrete type by Stefan Nilsson · 13 years ago
  88. 5659826 doc: add Go Concurrency Patterns: Timing out, moving on article by Francisco Souza · 13 years ago
  89. fef92cb doc: add Go image/draw package article and convert code snippets to Go1. by Johan Euphrosine · 13 years ago
  90. 6033a48 doc: add Go's declaration syntax article by Francisco Souza · 13 years ago
  91. 60b98d6 doc: add C? Go? Cgo! article by Francisco Souza · 13 years ago
  92. a40065a cmd/godoc: add support for serving templates by Russ Cox · 13 years ago
  93. d56e0e7 doc: fix freebsd build Also rename it to test.bash, for naming consistency. by Shenghou Ma · 13 years ago
  94. 26dc17c doc: fix typos in laws_of_reflection article, add copyright notice. by Johan Euphrosine · 13 years ago
  95. 73b8ccb doc: add "The go command" article based on Russ' mail by Andrew Gerrand · 13 years ago
  96. f78d50c doc: clean up docs page, refer to wiki, change install doc paths by Andrew Gerrand · 13 years ago
  97. 54875a7 doc: fix another typo in article on defer, panic and recover by Francisco Souza · 13 years ago
  98. b1b0b73 doc: fixed minor typo in article on defer by Francisco Souza · 13 years ago
  99. 6652b0b doc: add The Laws of Reflection article by Johan Euphrosine · 13 years ago
  100. cd1a2f7 doc: move wiki tutorial into articles directory, rmdir doc/codelab by Andrew Gerrand · 13 years ago