1. 7f0be1f all: use golang.org/x/... import paths by Andrew Gerrand · 10 years ago
  2. 220a6de build: adjustments for move from src/pkg to src by Russ Cox · 11 years ago
  3. fd234d6 doc: say that race detector is supported on freebsd by Dmitriy Vyukov · 11 years ago
  4. ca6be91 all: fix "the the" typos. by Shenghou Ma · 11 years ago
  5. 3929967 build: remove depdenency on GNU make by Andrew Gerrand · 11 years ago
  6. 1f1f69e build: fix race in doc/articles/wiki test by Rick Arnold · 11 years ago
  7. ae5bed0 doc: restore race detector manual by Andrew Gerrand · 11 years ago
  8. 22a7b34 doc/articles/wiki: remove GNU make dependency by Aram Hăvărneanu · 11 years ago
  9. 0d676f3 doc/articles/wiki: fix path handling and clean up test process by Andrew Gerrand · 11 years ago
  10. 48ba6fe doc: move spec and memory model back to /ref/ by Andrew Gerrand · 11 years ago
  11. 1f7c8a9 doc: update links to spec and memory model by Andrew Gerrand · 11 years ago
  12. 5dd7417 doc: re-organize golang.org site content by Andrew Gerrand · 12 years ago
  13. a96d850 doc: describe halt_on_error race detector parameter by Dmitriy Vyukov · 12 years ago
  14. a4eac94 doc/articles/laws_of_reflection.html: fix name of variable by Rob Pike · 12 years ago
  15. f6dd45b doc/articles: state that slices/arrays start at the 0th element by Andrew Gerrand · 12 years ago
  16. 01cc462 doc: fix wiki content error by Andrew Gerrand · 12 years ago
  17. 022818c doc/articles: use C90 standard functions in the cgo article. by Shenghou Ma · 12 years ago
  18. 7bec1a6 all: fix typos by Shenghou Ma · 12 years ago
  19. 2dd0c03 doc: fix typo in race_detector.html by Jeremy Jackins · 12 years ago
  20. 10cdb92 doc: fix another broken link by Brad Fitzpatrick · 12 years ago
  21. db6ddff doc: fix another broken link by Brad Fitzpatrick · 12 years ago
  22. c4e82bb doc: link the race detector document into the release notes by Rob Pike · 12 years ago
  23. 1e0e65e doc/articles: update reference to obsolete "package documentation". by David Symonds · 12 years ago
  24. 2145cd5 doc/articles/image_package.html: fix x/y mistake Fixes #4942. by Rob Pike · 12 years ago
  25. 052d845 doc: fix wiki codelab description of template parsing by Andrew Gerrand · 12 years ago
  26. 92ab6fb doc: fix old broken link by Brad Fitzpatrick · 12 years ago
  27. 74e1577 doc: link to wiki Projects page instead of old Project Dashboard. by Greg Ward · 12 years ago
  28. f1c397f doc/articles/race_detector: fix some format. by Oling Cat · 12 years ago
  29. f5958c61 doc/articles/json_and_go: fix some format. by Oling Cat · 12 years ago
  30. 399a36a doc: fix various fragment links by Andrew Gerrand · 12 years ago
  31. a6e4aa3 doc: Mention godoc's handling of example functions. by Matthew Dempsky · 12 years ago
  32. bc776f6 doc/articles/go_command: remove an extra word. by Oling Cat · 12 years ago
  33. b2e9ca7 doc: add race detector manual by Dmitriy Vyukov · 12 years ago
  34. be7c0f3 doc: fix id attributes in links to godoc by Péter Surányi · 12 years ago
  35. fcc5cf6 doc/articles/wiki/test.bash: suppress unnecessary output by Shenghou Ma · 12 years ago
  36. 23ca240 doc: clear execute bit by Mikio Hara · 12 years ago
  37. c2f9be1 doc/articles/godoc_documenting_go_code: fix some format issues. by Oling Cat · 12 years ago
  38. 09f3c2f doc/articles/wiki: fix racy test by Brad Fitzpatrick · 12 years ago
  39. 15e50d7 encoding/json: clarify correct usage of struct tags in associated article. by Dan Callahan · 12 years ago
  40. dad1228 doc/articles/wiki: numerous fixes by Jimmy Zelinskie · 12 years ago
  41. d353d43 doc: fix typo in Concurrency Patterns article by Andrew Gerrand · 13 years ago
  42. edc7b47 doc: fix some HTML syntax errors by Shenghou Ma · 13 years ago
  43. f83a47c doc: various "the the" and other typos by Matthew William Jibson · 13 years ago
  44. 5d2cfc2 doc/articles/slices_usage_and_internals: fix typo Fixes #3753. by Shenghou Ma · 13 years ago
  45. 4d3db77 doc: update wiki article to use html/template properly. by David Symonds · 13 years ago
  46. e03dd50 doc/articles/image_draw.html: Change ColorImage to Uniform by Benny Siegert · 13 years ago
  47. 18f1a71 doc: added The Go image package article by Francisco Souza · 13 years ago
  48. 14da529 doc: use relative links in Laws of Reflection article by Andrew Gerrand · 13 years ago
  49. cafc2b6 doc: use relative links in draw package article by Andrew Gerrand · 13 years ago
  50. d98507f doc: update wiki tutorial templates, and template discussion by Andrew Gerrand · 13 years ago
  51. a786fe8 doc: add JSON-RPC: a tale of interfaces article by Francisco Souza · 13 years ago
  52. 1144128 doc: add doc/articles/index.html by Andrew Gerrand · 13 years ago
  53. 73b5eb3 docs/articles/wiki: minor fixes by Rob Pike · 13 years ago
  54. 76cf6ba doc/articles/defer_panic_recover.html: minor tweaks by Rob Pike · 13 years ago
  55. fc9f65a doc/articles/image_draw.html: fix circle example by Rob Pike · 13 years ago
  56. 5ac1869 doc/articles/c_go_cgo.html: correct "C" comment to mention #cgo by Ian Lance Taylor · 13 years ago
  57. a99e9c5 doc/articles: rename concurrency patterns article by Rob Pike · 13 years ago
  58. 2795a15 doc/articles/gobs_of_data.html: delete extra word by Rob Pike · 13 years ago
  59. 289a357 doc: add JSON and Go article by Francisco Souza · 13 years ago
  60. cec6756 doc/articles/go_command.html: nits by Rob Pike · 13 years ago
  61. 2b3d6cb doc: fix typo in The Laws of Reflection article by Francisco Souza · 13 years ago
  62. d05b386 doc: update format for "C? Go? Cgo!" article by Shenghou Ma · 13 years ago
  63. 9e03dcb doc: add Gobs of data article by Francisco Souza · 13 years ago
  64. 235863c doc: add "Godoc: documenting Go code" article by Francisco Souza · 13 years ago
  65. f008725 doc: add reference to FAQ to explain warning about concrete type by Stefan Nilsson · 13 years ago
  66. 5659826 doc: add Go Concurrency Patterns: Timing out, moving on article by Francisco Souza · 13 years ago
  67. fef92cb doc: add Go image/draw package article and convert code snippets to Go1. by Johan Euphrosine · 13 years ago
  68. 6033a48 doc: add Go's declaration syntax article by Francisco Souza · 13 years ago
  69. 60b98d6 doc: add C? Go? Cgo! article by Francisco Souza · 13 years ago
  70. a40065a cmd/godoc: add support for serving templates by Russ Cox · 13 years ago
  71. d56e0e7 doc: fix freebsd build Also rename it to test.bash, for naming consistency. by Shenghou Ma · 13 years ago
  72. 26dc17c doc: fix typos in laws_of_reflection article, add copyright notice. by Johan Euphrosine · 13 years ago
  73. 73b8ccb doc: add "The go command" article based on Russ' mail by Andrew Gerrand · 13 years ago
  74. f78d50c doc: clean up docs page, refer to wiki, change install doc paths by Andrew Gerrand · 13 years ago
  75. 54875a7 doc: fix another typo in article on defer, panic and recover by Francisco Souza · 13 years ago
  76. b1b0b73 doc: fixed minor typo in article on defer by Francisco Souza · 13 years ago
  77. 6652b0b doc: add The Laws of Reflection article by Johan Euphrosine · 13 years ago
  78. cd1a2f7 doc: move wiki tutorial into articles directory, rmdir doc/codelab by Andrew Gerrand · 13 years ago
  79. ae7497b doc: remove overuse of simply by Russ Cox · 13 years ago
  80. 7cb21a7 godoc: specify HTML page metadata with a JSON blob by Andrew Gerrand · 13 years ago
  81. 468e692 doc: only trim newlines in tmpltohtml, gofmt progs by Andrew Gerrand · 13 years ago
  82. 9443949 doc: add Slices: usage and internals article by Andrew Gerrand · 13 years ago
  83. 5353e1e doc: trim spaces from code snippets by Andrew Gerrand · 13 years ago
  84. e4d624b doc/articles: add {{donotedit}} to templates by Olivier Duperray · 13 years ago
  85. c400a0b doc: add Error Handling article by Andrew Gerrand · 13 years ago
  86. 49d82b4 doc: add Defer, Panic, and Recover article by Andrew Gerrand · 13 years ago