1. 208a1ea doc/go1.3.html: add note about unsafe.Pointer strictness by Russ Cox · 11 years ago
  2. 1476686 doc/effective_go.html: a little more about errors by Rob Pike · 11 years ago
  3. 61d8a33 spec: more precise description of select statement by Robert Griesemer · 11 years ago
  4. 02cc45a cmd/go: link SWIG objects directly rather than using a shared library by Ian Lance Taylor · 11 years ago
  5. 21e75b3 testing: write profiles on failure by Russ Cox · 11 years ago
  6. f5a4d24 doc/install.html: update wrt to OS and compiler support. by Shenghou Ma · 11 years ago
  7. 97aa90d spec: several clarifications to language on channels by Robert Griesemer · 11 years ago
  8. dbe5f88 spec: remove evaluation order inconsistency by Robert Griesemer · 11 years ago
  9. 6f3b84a spec: clarify type properties by Robert Griesemer · 11 years ago
  10. 2e1ddeb doc: replace absolute links to golang.org with relative links by Dmitriy Vyukov · 11 years ago
  11. 2702ad3 doc/go1.3.html: mention go build -i by David Crawshaw · 11 years ago
  12. 696a7e1 doc: refer to wiki page for downloads by Andrew Gerrand · 11 years ago
  13. 4ad7c4a doc: document go1.2.2 by Andrew Gerrand · 11 years ago
  14. 74dccea doc/go1.3.html: update for FreeBSD/ARM support. FreeBSD 10 is fully supported. by Shenghou Ma · 11 years ago
  15. 1bf690c doc: fix link to Mercurial download by Robert Hencke · 11 years ago
  16. a9288d6 doc: fix broken link to RTEMS Go wiki page by Robert Hencke · 11 years ago
  17. 6607534 doc: fix an article by Brad Fitzpatrick · 11 years ago
  18. 2674efb doc/debugging_with_gdb.html: add introductory disclaimer by Rob Pike · 11 years ago
  19. 75ba181 doc/contribute.html: link to wiki for more code review information by Robert Hencke · 11 years ago
  20. f187675 doc/go1.3.html: fix Goexit link by David du Colombier · 11 years ago
  21. 75b74ea doc/go1.3.html: Plan 9 support by David du Colombier · 11 years ago
  22. 0d612a8 doc/go1.3.html: go test always builds by Rob Pike · 11 years ago
  23. ba59375 doc/go1.3.html: new package debug/plan9obj by David du Colombier · 11 years ago
  24. f8f34c3 doc/effective_go: mention that b.Write is a shorthand for (&b).Write when b is addressable. by Shenghou Ma · 11 years ago
  25. 3af8d6f doc/go1.3.html: fix id anchor for FreeBSD by Emil Hessman · 11 years ago
  26. 59f6c81 doc/go1.3.html: document the state of FreeBSD Update #7056 by Rob Pike · 11 years ago
  27. ade6bc6 runtime: crash when func main calls Goexit and all other goroutines exit by Russ Cox · 11 years ago
  28. c91c564 doc/debugging_with_gdb: use -w to strip debug info. by Shenghou Ma · 11 years ago
  29. 6037841 doc: remove outdated Makefile Fixes #7773. by Shenghou Ma · 11 years ago
  30. e97b3ab build: remove tmp dir names from objects, support GOROOT_FINAL again by Russ Cox · 11 years ago
  31. c8ef677 doc/install.html: FreeBSD 8 and higher only are supported Fixes #7188 by Rob Pike · 11 years ago
  32. edebe10 doc/asm.html: remove mention of 6l -a by Rob Pike · 11 years ago
  33. 632e641 doc: simplify a go1.3 change description by Brad Fitzpatrick · 11 years ago
  34. 8a2ac83 doc/help.html: fix typo in word order by Andrew Szeto · 11 years ago
  35. 071a0f4 doc: add go1.3 note about the http Transport closing Request.Body by Brad Fitzpatrick · 11 years ago
  36. e9ad3bf doc/go1.3.html: windows NewCallbackCDecl by Rob Pike · 11 years ago
  37. 1d879fe doc/go1.3.html: fix spelling mistakes Keep those builders busy. by Rob Pike · 11 years ago
  38. 1e68e6a doc: finish net/http notes in go1.3.html by Brad Fitzpatrick · 11 years ago
  39. b6684b3 doc/go1.3.html: minor changes: crypto, net by Rob Pike · 11 years ago
  40. c9133e3 doc: tweak Solaris wording by Russ Cox · 11 years ago
  41. 56294f4 doc/go1.3.html: go command, major library changes by Rob Pike · 11 years ago
  42. b69238b doc/go1.3.html: gc precision, nacl, solaris by Rob Pike · 11 years ago
  43. 4f193cd doc: add a couple net/http go1.3 items by Brad Fitzpatrick · 11 years ago
  44. 96775a3 doc/go1.3.html: gccgo status by Rob Pike · 11 years ago
  45. c5f14c5 doc/go1.3.html: linker, go command, miscellany by Rob Pike · 11 years ago
  46. 969dc76 doc/go1.3.html: Performance, plus some library details by Rob Pike · 11 years ago
  47. 78025fb doc/go1.3.html: drop support for windows 2000 by Rob Pike · 11 years ago
  48. 3929967 build: remove depdenency on GNU make by Andrew Gerrand · 11 years ago
  49. 610f395 doc/go1.3.html: contiguous stacks by Rob Pike · 11 years ago
  50. a438092 doc/go1.3.html: explain the change to the memory model by Rob Pike · 11 years ago
  51. 3476704 doc: document DragonFly BSD port by Mikio Hara · 11 years ago
  52. 708a53f9 doc: document Solaris port. by Shenghou Ma · 11 years ago
  53. 09e1da3 doc/go1.3.html: new release document outline by Rob Pike · 11 years ago
  54. c5e7a02 doc/gopher: fix typo in README by Andrew Gerrand · 11 years ago
  55. 8c9e838 doc/gopher: add README by Andrew Gerrand · 11 years ago
  56. 132e816 doc: allow buffered channel as semaphore without initialization by Russ Cox · 11 years ago
  57. 287967f doc/go_faq.html: update description of stack management by Rob Pike · 11 years ago
  58. 0c84156 doc/effective_go.html: fix typo by Rob Pike · 11 years ago
  59. 1f1f69e build: fix race in doc/articles/wiki test by Rick Arnold · 11 years ago
  60. d5f208c doc: Revise Contribution Guidelines. by Nathan John Youngman · 11 years ago
  61. cdc93d2 doc: update go1.3.txt for some performance changes by Dmitriy Vyukov · 11 years ago
  62. 15068b6 doc: update go1.3.txt for regexp change by Brad Fitzpatrick · 11 years ago
  63. b11aeef doc/go1.3.txt: add notes about copying stacks, win2k support by Russ Cox · 11 years ago
  64. 6ffd235 spec: clarify when constant slice indices must be in range by Robert Griesemer · 11 years ago
  65. a766277 spec: clarify value passed for final parameter of variadic functions by Robert Griesemer · 11 years ago
  66. 8d77d2c spec: be more precise about underlying types of predeclared types by Robert Griesemer · 11 years ago
  67. 3a7fe36 doc/go_faq.html: reference the new wiki page titled Go Code Review Comments by Rob Pike · 11 years ago
  68. 967901a doc: update links in contribute.html by Brad Fitzpatrick · 11 years ago
  69. 6433bff net/http: minor fixes and optimization for Response.TLS by Brad Fitzpatrick · 11 years ago
  70. c97778f spec: shadowed return parameters may be disallowed by Robert Griesemer · 11 years ago
  71. 8716981 spec: clarify what is considered a function call for len/cap special case by Robert Griesemer · 11 years ago
  72. df8b637 doc: add freebsd items by Mikio Hara · 11 years ago
  73. 77edde1a doc: document Go 1.2.1 by Andrew Gerrand · 11 years ago
  74. c535ce8 doc: add more go1.3.txt items, sort. by Brad Fitzpatrick · 11 years ago
  75. a36b5b9 spec: slightly rephrased wording on parsing ambiguity for composite literals by Robert Griesemer · 11 years ago
  76. 66562b9 cmd/go: remove 'go tool benchcmp' and corresponding special case by Andrew Gerrand · 11 years ago
  77. e6863e7 spec: libraries and implementation are now at Unicode 6.3 by Rob Pike · 11 years ago
  78. ab26623 spec: clarify default "true" condition/tag in for/switch statements by Robert Griesemer · 11 years ago
  79. abe53f8 doc/go1.3: note a couple more crypto changes. by Adam Langley · 11 years ago
  80. 280d46b cmd/go: document new -exec flag on run/test by Russ Cox · 11 years ago
  81. fca335e crypto/tls: enforce that either ServerName or InsecureSkipVerify be given. by Adam Langley · 11 years ago
  82. e56c6e7 runtime/debug: add SetPanicOnFault by Russ Cox · 11 years ago
  83. ad4601d doc/go1.3.txt: unicode upgrade to 6.3.0 by Rob Pike · 11 years ago
  84. c3922f0 testing: ease writing parallel benchmarks by Dmitriy Vyukov · 11 years ago
  85. 7861cd6 cmd/go, go/build: support .m files by Carlos Castillo · 11 years ago
  86. d908ae1 doc: remove "Code that grows with grace" video from front page by Andrew Gerrand · 11 years ago
  87. ae5bed0 doc: restore race detector manual by Andrew Gerrand · 11 years ago
  88. 2b6eb11 doc/install.html: get rid of explicit version number in docs. by Shenghou Ma · 11 years ago
  89. 57bc80b cmd/go, doc/go1.3.txt: misc/benchcmp has been replaced by go tool benchcmp by Josh Bleecher Snyder · 11 years ago
  90. 592415d effective_go: move 'Type switch' section into 'Control structures' section. by Rob Pike · 11 years ago
  91. ae56210 testing: diagnose buggy tests that panic(nil) by Russ Cox · 11 years ago
  92. 1e67453 doc: replace "private" with "unexported" in Effective Go. by David Symonds · 11 years ago
  93. c0b9e62 runtime: output how long goroutines are blocked Example of output: by Dmitriy Vyukov · 11 years ago
  94. 227fe5f spec: tighten the wording around . imports by Rob Pike · 11 years ago
  95. c0eb880 doc: add cmd/gofmt entry to go1.3.txt by Brad Fitzpatrick · 11 years ago
  96. 82e2db7 spec: s/and/or/ for correctness and parallelism by Rob Pike · 11 years ago
  97. 1314131 spec: Fix broken type identity link by Emil Hessman · 11 years ago
  98. 8f3fc547 2014: Year of the Gopher. by David Symonds · 11 years ago
  99. 8183ed1 spec: example shows wrong value for complex constant by Mihai Borobocea · 11 years ago
  100. 2f5f193 doc/contribute: golang-dev -> golang-codereviews by Shawn Smith · 11 years ago