1. 369a974 spec: slight wording change to remove a formal contradiction by Robert Griesemer · 12 years ago
  2. 7ea65e5 spec: we're now at Unicode 6.2.0 by Rob Pike · 12 years ago
  3. ddddd39 go spec: constant divisors must not be zero by Robert Griesemer · 12 years ago
  4. 3bde000 go spec: define make() restrictions as for index expressions by Robert Griesemer · 12 years ago
  5. ea7c57a go spec: restrictions for index and slice expressions by Robert Griesemer · 12 years ago
  6. 15970c8 spec: more clarification about deferred functions by Rob Pike · 12 years ago
  7. f04ae13 spec: clarify defer semantics by Rob Pike · 12 years ago
  8. 3188ffc go spec: conversion types starting with "func" must be parenthesized by Robert Griesemer · 12 years ago
  9. 0c49471 go spec: arguments for append may overlap by Robert Griesemer · 12 years ago
  10. 60a6ae8 spec: permit trailing comma in conversions by Robert Griesemer · 12 years ago
  11. b51ad9c spec: a couple of minor tweaks to the wording of the import section by Rob Pike · 12 years ago
  12. 8c058b3 spec: clarify expression statements by Robert Griesemer · 12 years ago
  13. c7631f5 spec: unsafe.Alignof/Sizeof also accept non-variable arguments by Robert Griesemer · 12 years ago
  14. cc06593 spec: clarify section on string types by Robert Griesemer · 12 years ago
  15. 1b4e37a spec: make bitwise operators stand out by Russ Cox · 12 years ago
  16. 488350a spec: an initial BOM can be ignored by Rob Pike · 13 years ago
  17. afac01d spec: ignore BOMS outside of string and rune literals. Happy Birthday UTF-8. by Rob Pike · 13 years ago
  18. 845f4d6 doc/go_spec: fix a typo by Oling Cat · 13 years ago
  19. 9dfc6f6 go_spec.html: clarify rune and string literals by Rob Pike · 13 years ago
  20. 95a00ca go_spec: unary + and - are also defined for complex types by Robert Griesemer · 13 years ago
  21. f05a91e spec: clarify evaluation order by Robert Griesemer · 13 years ago
  22. 2b4cc6c spec: correct typo in string conversion examples. by Rémy Oudompheng · 13 years ago
  23. f83a47c doc: various "the the" and other typos by Matthew William Jibson · 13 years ago
  24. 71de83b go spec: clean up section on selectors by Robert Griesemer · 13 years ago
  25. 809e06b go spec: clean up use of QualifiedIdent production. by Robert Griesemer · 13 years ago
  26. 689931c spec: clarify receive operator by Robert Griesemer · 13 years ago
  27. 787adb6 go spec: clarify promotion rules for methods/fields of anonymous fields by Robert Griesemer · 13 years ago
  28. 2dde4f5 spec: clarify evaluation order of "i, x[i] = range ..." by Robert Griesemer · 13 years ago
  29. 9bc8dd3 doc/go_spec: fix a typo by Shenghou Ma · 13 years ago
  30. 8374e67 doc/go_spec: fix typo by Hong Ruiqi · 13 years ago
  31. 2195f1a doc/go_spec: fix broken link Part of issue 3424 by Shenghou Ma · 13 years ago
  32. 7e05426 doc: various typos, remove apostrophes from ordinals by Jeremy Jackins · 13 years ago
  33. 883a96d spec: delete references to unsafe.Reflect,Typeof,Unreflect by Rob Pike · 13 years ago
  34. 82fc28c go spec: fix inaccuracy in type identity definition by Robert Griesemer · 13 years ago
  35. 11d8b15 go_spec: no known implementation differences anymore by Robert Griesemer · 13 years ago
  36. a22b0f8 doc: add command docs page, canonicalize reference paths by Andrew Gerrand · 13 years ago
  37. 103c9db spec: clarifications around exports, uniqueness of identifiers by Robert Griesemer · 13 years ago
  38. 953f2de spec: minor tweaks by Robert Griesemer · 13 years ago
  39. c50074e doc: add a bunch of missing <p> tags by Stefan Nilsson · 13 years ago
  40. 8e38b17 spec: apply method sets, embedding to all types, not just named types by Russ Cox · 13 years ago
  41. 0201e37 spec: shorten heading for complex, real, imag by Russ Cox · 13 years ago
  42. 7c1cb37 spec: use the term "lexical token" (rather then "lexical symbol") by Robert Griesemer · 13 years ago
  43. da63371 spec: fix sentence by Robert Griesemer · 13 years ago
  44. 2c9e163 go spec: inside functions, variables must be evaluated. by Robert Griesemer · 13 years ago
  45. fad10f9 spec: allow disallow of \uFFFD in import path by Russ Cox · 13 years ago
  46. ac4055b go spec: import path implementation restriction by Robert Griesemer · 13 years ago
  47. 818e3cd spec: refine the wording about variables in type switches by Rob Pike · 13 years ago
  48. 9c08d65 spec: make all comparison results untyped bool by Russ Cox · 13 years ago
  49. 3908467 go spec: struct comparison only compares non-blank fields by Robert Griesemer · 13 years ago
  50. 9126c65 spec: clarify implementation restrictions on untyped floats by Ian Lance Taylor · 13 years ago
  51. 7bd6ebb spec: strings are more slices than arrays Thanks to Aaron Kemp for noticing. by Rob Pike · 13 years ago
  52. b1d9ae9 go spec: method names must be unique by Robert Griesemer · 13 years ago
  53. 8040f9b spec: typographical adjustment for ellipsis by Rob Pike · 13 years ago
  54. 7c5d640 spec: address CL 5647054 comments by Russ Cox · 13 years ago
  55. e7a138b spec: send on closed channel counts as "proceeding" by Russ Cox · 13 years ago
  56. 388816a spec: disallow recursive embedded interfaces by Russ Cox · 13 years ago
  57. fd2a511 spec: add forward links from 'method set' to where it gets used by Russ Cox · 13 years ago
  58. fc06cad go_spec: primality is elusive This time for sure. by Rob Pike · 13 years ago
  59. 6513e19 spec: correct primes by Christopher Wedgwood · 13 years ago
  60. a044154 spec: restore primality 9 is prime if it's a hot day. by Rob Pike · 13 years ago
  61. c739dd2 spec: 9 only looks prime by Russ Cox · 13 years ago
  62. 9c3d876 go/spec: Update language on map types. by Robert Griesemer · 13 years ago
  63. 633a2ce spec: function invocation, panic on *nil by Rob Pike · 13 years ago
  64. 7cb21a7 godoc: specify HTML page metadata with a JSON blob by Andrew Gerrand · 13 years ago
  65. 5f73377 spec: change the wording regarding select statement choice by Rob Pike · 13 years ago
  66. 1320ce0 spec: pointer comparison for pointers to 0-sized variables by Robert Griesemer · 13 years ago
  67. 11b7c89 go spec: be precise about newlines by Robert Griesemer · 13 years ago
  68. c26ca91 spec: skip carriage returns in raw literals by Rob Pike · 13 years ago
  69. 599c18f spec: values of underlying type uintptr can be converted to unsafe.Pointer by Robert Griesemer · 13 years ago
  70. 83f648c spec: allow comparison of structs, arrays containing comparable values by Russ Cox · 13 years ago
  71. 1084ab9 spec: adjust complex constant example by Robert Hencke · 13 years ago
  72. ef1c535 spec: examples of untyped boolean, string constants by Russ Cox · 13 years ago
  73. 6a47bb4 spec: remove redundant, outdated definition of default literal types by Russ Cox · 13 years ago
  74. d7f050a spec: rune is now an alias for int32 by Russ Cox · 13 years ago
  75. 9a358df spec: fix typo in example comment by Charles L. Dorian · 13 years ago
  76. a933635 spec: var x = 'a' defaults to type rune by Russ Cox · 13 years ago
  77. 98553f1 spec: remove contentious composite literal shortening by Russ Cox · 13 years ago
  78. 5f49456 spec: additional composite literal shortenings per Go 1 plan by Russ Cox · 13 years ago
  79. 8a8445b spec: pointer to array can be sliced by Russ Cox · 13 years ago
  80. 4dfe976 spec: avoid slice of array literal by Russ Cox · 13 years ago
  81. 72a2979 spec: update spacing to match gofmt, where reasonable. by David Symonds · 13 years ago
  82. 6e3e380 allow direct conversion between string and named []byte, []rune by Russ Cox · 13 years ago
  83. d03611f allow copy of struct containing unexported fields by Russ Cox · 13 years ago
  84. efb7446 spec: disallow general func, map comparisons by Russ Cox · 13 years ago
  85. 217408a crypto: update incorrect references to Cipher interface; should be Block. by Rob Pike · 13 years ago
  86. e223eed spec: delete spurious article A profound change to christen the new tag. by Rob Pike · 13 years ago
  87. d9877e2 spec: add error by Russ Cox · 13 years ago
  88. 44262d1 doc: fix typo in spec example code comment by Charles L. Dorian · 13 years ago
  89. b910a27 go spec: introduce rune type by Robert Griesemer · 13 years ago
  90. b7ef3c9 spec: define that initialization is sequential by Russ Cox · 13 years ago
  91. e40d6e0 runtime: random offset for map iteration by Russ Cox · 13 years ago
  92. c5a6b05 go spec: clarifying variable declaractions w/ constants by Robert Griesemer · 13 years ago
  93. 3e0c0a8 go spec: "delete" built-in function by Robert Griesemer · 13 years ago
  94. f58ed4e gc: disallow close on receive-only channels by Russ Cox · 13 years ago
  95. d1bafff runtime: run goroutines during init by Russ Cox · 13 years ago
  96. fa53811 spec: define order of multiple assignment by Russ Cox · 13 years ago
  97. 77fac21 runtime: append([]byte, string...) by Luuk van Dijk · 13 years ago
  98. 807eb29 go spec: remove notes about gccgo limitations, now fixed by Ian Lance Taylor · 13 years ago
  99. ffe70ea go spec: update section on Implementation Differences by Robert Griesemer · 14 years ago
  100. 38a53c7 go spec: (up-)date by Robert Griesemer · 14 years ago