1. 103c9db spec: clarifications around exports, uniqueness of identifiers by Robert Griesemer · 13 years ago
  2. 953f2de spec: minor tweaks by Robert Griesemer · 13 years ago
  3. c50074e doc: add a bunch of missing <p> tags by Stefan Nilsson · 13 years ago
  4. 8e38b17 spec: apply method sets, embedding to all types, not just named types by Russ Cox · 13 years ago
  5. 0201e37 spec: shorten heading for complex, real, imag by Russ Cox · 13 years ago
  6. 7c1cb37 spec: use the term "lexical token" (rather then "lexical symbol") by Robert Griesemer · 13 years ago
  7. da63371 spec: fix sentence by Robert Griesemer · 13 years ago
  8. 2c9e163 go spec: inside functions, variables must be evaluated. by Robert Griesemer · 13 years ago
  9. fad10f9 spec: allow disallow of \uFFFD in import path by Russ Cox · 13 years ago
  10. ac4055b go spec: import path implementation restriction by Robert Griesemer · 13 years ago
  11. 818e3cd spec: refine the wording about variables in type switches by Rob Pike · 13 years ago
  12. 9c08d65 spec: make all comparison results untyped bool by Russ Cox · 13 years ago
  13. 3908467 go spec: struct comparison only compares non-blank fields by Robert Griesemer · 13 years ago
  14. 9126c65 spec: clarify implementation restrictions on untyped floats by Ian Lance Taylor · 13 years ago
  15. 7bd6ebb spec: strings are more slices than arrays Thanks to Aaron Kemp for noticing. by Rob Pike · 13 years ago
  16. b1d9ae9 go spec: method names must be unique by Robert Griesemer · 13 years ago
  17. 8040f9b spec: typographical adjustment for ellipsis by Rob Pike · 13 years ago
  18. 7c5d640 spec: address CL 5647054 comments by Russ Cox · 13 years ago
  19. e7a138b spec: send on closed channel counts as "proceeding" by Russ Cox · 13 years ago
  20. 388816a spec: disallow recursive embedded interfaces by Russ Cox · 13 years ago
  21. fd2a511 spec: add forward links from 'method set' to where it gets used by Russ Cox · 13 years ago
  22. fc06cad go_spec: primality is elusive This time for sure. by Rob Pike · 13 years ago
  23. 6513e19 spec: correct primes by Christopher Wedgwood · 13 years ago
  24. a044154 spec: restore primality 9 is prime if it's a hot day. by Rob Pike · 13 years ago
  25. c739dd2 spec: 9 only looks prime by Russ Cox · 13 years ago
  26. 9c3d876 go/spec: Update language on map types. by Robert Griesemer · 13 years ago
  27. 633a2ce spec: function invocation, panic on *nil by Rob Pike · 13 years ago
  28. 7cb21a7 godoc: specify HTML page metadata with a JSON blob by Andrew Gerrand · 13 years ago
  29. 5f73377 spec: change the wording regarding select statement choice by Rob Pike · 13 years ago
  30. 1320ce0 spec: pointer comparison for pointers to 0-sized variables by Robert Griesemer · 13 years ago
  31. 11b7c89 go spec: be precise about newlines by Robert Griesemer · 13 years ago
  32. c26ca91 spec: skip carriage returns in raw literals by Rob Pike · 13 years ago
  33. 599c18f spec: values of underlying type uintptr can be converted to unsafe.Pointer by Robert Griesemer · 13 years ago
  34. 83f648c spec: allow comparison of structs, arrays containing comparable values by Russ Cox · 13 years ago
  35. 1084ab9 spec: adjust complex constant example by Robert Hencke · 13 years ago
  36. ef1c535 spec: examples of untyped boolean, string constants by Russ Cox · 13 years ago
  37. 6a47bb4 spec: remove redundant, outdated definition of default literal types by Russ Cox · 13 years ago
  38. d7f050a spec: rune is now an alias for int32 by Russ Cox · 13 years ago
  39. 9a358df spec: fix typo in example comment by Charles L. Dorian · 13 years ago
  40. a933635 spec: var x = 'a' defaults to type rune by Russ Cox · 13 years ago
  41. 98553f1 spec: remove contentious composite literal shortening by Russ Cox · 13 years ago
  42. 5f49456 spec: additional composite literal shortenings per Go 1 plan by Russ Cox · 13 years ago
  43. 8a8445b spec: pointer to array can be sliced by Russ Cox · 13 years ago
  44. 4dfe976 spec: avoid slice of array literal by Russ Cox · 13 years ago
  45. 72a2979 spec: update spacing to match gofmt, where reasonable. by David Symonds · 13 years ago
  46. 6e3e380 allow direct conversion between string and named []byte, []rune by Russ Cox · 13 years ago
  47. d03611f allow copy of struct containing unexported fields by Russ Cox · 13 years ago
  48. efb7446 spec: disallow general func, map comparisons by Russ Cox · 13 years ago
  49. 217408a crypto: update incorrect references to Cipher interface; should be Block. by Rob Pike · 13 years ago
  50. e223eed spec: delete spurious article A profound change to christen the new tag. by Rob Pike · 13 years ago
  51. d9877e2 spec: add error by Russ Cox · 13 years ago
  52. 44262d1 doc: fix typo in spec example code comment by Charles L. Dorian · 13 years ago
  53. b910a27 go spec: introduce rune type by Robert Griesemer · 13 years ago
  54. b7ef3c9 spec: define that initialization is sequential by Russ Cox · 13 years ago
  55. e40d6e0 runtime: random offset for map iteration by Russ Cox · 13 years ago
  56. c5a6b05 go spec: clarifying variable declaractions w/ constants by Robert Griesemer · 13 years ago
  57. 3e0c0a8 go spec: "delete" built-in function by Robert Griesemer · 13 years ago
  58. f58ed4e gc: disallow close on receive-only channels by Russ Cox · 13 years ago
  59. d1bafff runtime: run goroutines during init by Russ Cox · 13 years ago
  60. fa53811 spec: define order of multiple assignment by Russ Cox · 13 years ago
  61. 77fac21 runtime: append([]byte, string...) by Luuk van Dijk · 13 years ago
  62. 807eb29 go spec: remove notes about gccgo limitations, now fixed by Ian Lance Taylor · 13 years ago
  63. ffe70ea go spec: update section on Implementation Differences by Robert Griesemer · 14 years ago
  64. 38a53c7 go spec: (up-)date by Robert Griesemer · 14 years ago
  65. 58e19aa go: require { } around else block by Russ Cox · 14 years ago
  66. f4c7db0 spec: disallow goto into blocks by Russ Cox · 14 years ago
  67. 2769356 go spec: specify constant conversions by Robert Griesemer · 14 years ago
  68. eee70b0 go spec: unsafe.Alignof/Offsetof/Sizeof return uintptr by Robert Griesemer · 14 years ago
  69. 95b8137 go spec: clarify rules for append, scope rules for := by Robert Griesemer · 14 years ago
  70. 636c5fa go spec: handle a corner case of a special case for shifts... by Robert Griesemer · 14 years ago
  71. 2f655c4 spec: delete spurious tag. by Rob Pike · 14 years ago
  72. 3c7271f go spec: be precise with the use of the informal ellipsis … and the Go token ... by Robert Griesemer · 14 years ago
  73. 46f482a docs: remove some prose-unworthy empty parentheses. by Rob Pike · 14 years ago
  74. bdbe0de spec: add missing comma. A real humdinger. by Rob Pike · 14 years ago
  75. 32d1278 go spec: clarify rules for shifts by Robert Griesemer · 14 years ago
  76. 703b092 spec: fix copy to return "number of elements copied", not "number by Nigel Tao · 14 years ago
  77. 32b822f go spec: fix error in production syntax by Robert Griesemer · 14 years ago
  78. 5473103 go spec: clarify semantics of range clause by Robert Griesemer · 14 years ago
  79. 38d7bcf go spec: fix up HTML glitches. by Rob Pike · 14 years ago
  80. 0e8032c go spec: newlines cannot be used inside a char or "" string literal by Robert Griesemer · 14 years ago
  81. bb7eb40 go spec: clarify semantics of integer division by Robert Griesemer · 14 years ago
  82. 6af887e go spec: restricted expressions may still be parenthesized by Robert Griesemer · 14 years ago
  83. c134718 undo CL 4428057 / 19e540fc7d7d by Robert Griesemer · 14 years ago
  84. 95f544a spec: narrow syntax for expression and select statements by Robert Griesemer · 14 years ago
  85. 1bdb180 go spec: for map types, mention indexing operations by Robert Griesemer · 14 years ago
  86. 0f7acf1 go spec: attempt at clarifying language for "append" by Robert Griesemer · 14 years ago
  87. e6b1d42 spec: add parens missing from "protect" example. Fixes #1665. by Rob Pike · 14 years ago
  88. d38d66e doc: gccgo now supports method expressions and multiple init functions. by Ian Lance Taylor · 14 years ago
  89. 108564d spec: disallow unused labels by Russ Cox · 14 years ago
  90. 9f2cb86 spec: remove closed from language, replaced by x, ok = <-c by Russ Cox · 14 years ago
  91. fb64e0d go spec: clarify return statement rules by Robert Griesemer · 14 years ago
  92. 967a2b3 go spec: minor clarification of scope rule for functions by Robert Griesemer · 14 years ago
  93. 966bf71 docs: make "runtime" a word only as a name for the package. by Rob Pike · 14 years ago
  94. a1368a6 go spec: make condition mandatory in if statements by Robert Griesemer · 14 years ago
  95. 556506e go spec: fix local link by Robert Griesemer · 14 years ago
  96. e041b99 spec: delete incorrect obsolete mention of selector working on by Rob Pike · 14 years ago
  97. f14c29a go spec: minor clarification on channel types by Robert Griesemer · 14 years ago
  98. 0122a66 go spec: fix a few typos by Anthony Martin · 14 years ago
  99. 2a838d6 go spec: clarification re: method sets of newly declared pointer types by Robert Griesemer · 14 years ago
  100. f8404ee spec: fix Typeof() return type by Gustavo Niemeyer · 14 years ago