1. f14c29a go spec: minor clarification on channel types by Robert Griesemer · 14 years ago
  2. 0122a66 go spec: fix a few typos by Anthony Martin · 14 years ago
  3. 2a838d6 go spec: clarification re: method sets of newly declared pointer types by Robert Griesemer · 14 years ago
  4. f8404ee spec: fix Typeof() return type by Gustavo Niemeyer · 14 years ago
  5. 76f3228 go spec, effective go: cleanups by Robert Griesemer · 14 years ago
  6. 838b5ad go spec: move to Unicode 6.0 by Robert Griesemer · 14 years ago
  7. fa3d0d7 go spec: adjust notion of Assignability by Robert Griesemer · 14 years ago
  8. a6736ca spec: allow imported packages named main by Russ Cox · 14 years ago
  9. 7fc4e37 go spec: s/log.Crash/log.Panic/ by Robert Griesemer · 14 years ago
  10. b50ed02 go spec: follow-up cleanups after communication operator changes by Robert Griesemer · 14 years ago
  11. 6143918 ebnflint: exit with non-zero status on error by Russ Cox · 14 years ago
  12. 19d9a40 spec: remove non-blocking channel operators by Russ Cox · 14 years ago
  13. 0e1d941 go spec: clarify address operators. by Robert Griesemer · 14 years ago
  14. 27c74d3 spec, runtime, tests: send on closed channel panics by Russ Cox · 14 years ago
  15. b94c0d2 go spec: remove float, complex in favor of float64 and complex128 by Robert Griesemer · 14 years ago
  16. dfc5bb5 go spec: adjust language for constant typing by Robert Griesemer · 14 years ago
  17. 97025eb go_spec: specify that int and uint have the same size by Robert Griesemer · 14 years ago
  18. dd916be go spec: remove Maxalign from spec by Robert Griesemer · 14 years ago
  19. 29d0f02 effective go: explain the effect of repanicking better. by Rob Pike · 14 years ago
  20. 11a0161 go spec: fix two grammar typos by Anthony Martin · 14 years ago
  21. 777a96a go_spec: fixed a couple omissions/type errors by Robert Griesemer · 14 years ago
  22. 5083eed Fixed recover() documentation. by Anschel Schaffer-Cohen · 14 years ago
  23. 5928e1d doc: fix go_spec spelling errors by Peter Mundy · 14 years ago
  24. 9626180 doc: fix go_spec spelling error by Peter Mundy · 14 years ago
  25. d73d1c5 go spec: line comments may end in EOF by Robert Griesemer · 14 years ago
  26. 1168468 go spec: append is now implemented by Robert Griesemer · 14 years ago
  27. 904adfd go spec: clarify return type of append, argument type for ...T parameters by Robert Griesemer · 14 years ago
  28. a8abb64 go spec: note re: append() not being implemented yet by Robert Griesemer · 14 years ago
  29. 07e983a go spec: append built-in by Robert Griesemer · 14 years ago
  30. 425bbad go_spec: allow copy() to copy bytes from a string into a []byte by Robert Griesemer · 14 years ago
  31. a12141e go spec: relaxed syntax for array, slice, and map composite literals by Robert Griesemer · 14 years ago
  32. bee2d5b gc, spec, tests: no auto-indirect of pointer to interface value by Russ Cox · 14 years ago
  33. 5474e16 go spec: clarifications for range clause by Robert Griesemer · 14 years ago
  34. 00ffd59 gc: fix reflect table method receiver by Russ Cox · 14 years ago
  35. 0e66a13 go_spec: EOF may insert a semicolon by Robert Griesemer · 14 years ago
  36. ac771a8 go spec: ... changes by Robert Griesemer · 14 years ago
  37. d4c8a54 doc: fix typo in go_spec.html by Joe Poirier · 14 years ago
  38. 9e5bf27 go_spec: consistent use of 'low', 'high' in slices section by Robert Griesemer · 15 years ago
  39. 0c1695b spec: Allow omission of low slice bound by Scott Lawrence · 15 years ago
  40. 947e218 go_spec: fix typo (pointed out by Hiroshi Iwatani) by Robert Griesemer · 15 years ago
  41. c423e95 go spec clarification: arrays must be addressable to be sliceable by Robert Griesemer · 15 years ago
  42. cb2730e spec: delete spurious space (missed fix from previous review) by Rob Pike · 15 years ago
  43. 68f1609 spec: fix a couple of tiny glitches by Rob Pike · 15 years ago
  44. 659966a doc: Update gccgo information for recent changes. by Ian Lance Taylor · 15 years ago
  45. 132d2f1 spec: delete erroneous word 'pointer' in specification of select. by Rob Pike · 15 years ago
  46. 0d40e40 spec: trivial syntax fix by Stephen Ma · 15 years ago
  47. 07cc644 go_spec: don't allow parens around the literal type of composite literals by Robert Griesemer · 15 years ago
  48. 88fc337 spec: add recover to predeclared identifiers list by Andrew Gerrand · 15 years ago
  49. dc60c5a go spec: clarification of channel close() by Robert Griesemer · 15 years ago
  50. 041d116 Go specification: Lock down some details about channels and select: by Rob Pike · 15 years ago
  51. 0c2e6b3 go spec: specify len/cap for nil slices, maps, and channels by Robert Griesemer · 15 years ago
  52. 73ca127 go/spec: fix typo by Robert Griesemer · 15 years ago
  53. f442918 spec: restrict when len(x) is constant by Russ Cox · 15 years ago
  54. e495351 spec: struct tags must be identical for types to be identical by Russ Cox · 15 years ago
  55. 9562592 spec: remove ... (keeping ...T) by Russ Cox · 15 years ago
  56. db8c2b18 spec: clarify that result parameters are always zeroed before the function executes. by Rob Pike · 15 years ago
  57. 440cc95 go spec: rename "assignment compatible" -> "assignable" by Robert Griesemer · 15 years ago
  58. 7bc0371 go spec: clean-up and consolidation of spec with implementation by Robert Griesemer · 15 years ago
  59. 1d282a8 go spec: Base comparison compatibility on assignment compatibility. by Robert Griesemer · 15 years ago
  60. 63f0149 go spec: change def. of "type compatibility" to be non-recursive by Robert Griesemer · 15 years ago
  61. 31f2503 go spec: Disallow &a notation to obtain a slice by Robert Griesemer · 15 years ago
  62. 67d30bb spec: Fix link to fallthrough statements by Evan Shaw · 15 years ago
  63. c7e03a3 go spec: minor fix, to match conversion rules 4 and 5 by Robert Griesemer · 15 years ago
  64. 934a520 go spec: fix and clarify syntax of conversions by Robert Griesemer · 15 years ago
  65. e7561de spec: index of non-addressable array is not addressable by Russ Cox · 15 years ago
  66. cb4e9f8 spec: Fix a code tag by Evan Shaw · 15 years ago
  67. 3af48037 go spec: added imaginary literal to semicolon rules (was missing) by Robert Griesemer · 15 years ago
  68. 56ca697 go spec: simplify section on channel types by Robert Griesemer · 15 years ago
  69. df674ff go spec: clarification of make arguments, by Robert Griesemer · 15 years ago
  70. 39f009c go spec: fix iota description by Robert Griesemer · 15 years ago
  71. de921996 spec: clarify "continue" with label. the text was obvious in intent but by Rob Pike · 15 years ago
  72. f5b3c14 go spec: fix wrong comment by Robert Griesemer · 15 years ago
  73. 21110c7 spec: Fix run-time panic header id by Evan Shaw · 15 years ago
  74. 6aad419 go_spec updates by Russ Cox · 15 years ago weekly.2010-04-13
  75. d37e87c gp_spec typo fix: code example in the "Handling panics" section by Joe Poirier · 15 years ago
  76. d4a1619 go spec: correct clarification of type declaration by Robert Griesemer · 15 years ago
  77. 735e00d go spec: clarification of type declarations by Robert Griesemer · 15 years ago
  78. e8e4987 godoc: support for title and subtitle headers when serving .html docs by Robert Griesemer · 15 years ago
  79. 10b77f7 spec: typo in switch sample code, missing semicolon by Andrew Gerrand · 15 years ago
  80. 97d0e8f gc: allow taking address of out parameters by Russ Cox · 15 years ago
  81. 5bb29fb spec changes for panic and recover. by Rob Pike · 15 years ago
  82. bf9b8f2 Delete panicln from the spec. by Rob Pike · 15 years ago
  83. 48f0cd2 go spec: modification of defer statement by Robert Griesemer · 15 years ago
  84. 29f1ca5 Go spec: map indexing never raises a runtime exception. by Robert Griesemer · 15 years ago
  85. 11a2184 Revert previous change: complexN only converts to complexN. by Ian Lance Taylor · 15 years ago
  86. ef4c2b8 go_spec.html: fix typo and link by Robert Griesemer · 15 years ago
  87. 18187e7 Complex values may only be compared for equality or inequality. by Ian Lance Taylor · 15 years ago
  88. 5cf707b Clarify that conversions to complex are OK. by Ian Lance Taylor · 15 years ago
  89. 7297087 Spec for complex numbers by Rob Pike · 15 years ago
  90. f42e883 language spec: make NUL byte rule an implementation restriction by Robert Griesemer · 15 years ago
  91. b7d9ffe spec: disallow NUL in source files by Russ Cox · 15 years ago
  92. 1811fac specification of []int(string) and []byte(string). by Rob Pike · 15 years ago
  93. 810def8 ...T is now implemented by Rob Pike · 15 years ago
  94. 22a4952 note that ...T is not yet implemented. by Rob Pike · 15 years ago
  95. b81065d add definition of new parameter style ... T for trailing arguments of type T. by Rob Pike · 15 years ago
  96. 1c369bd Clarify parsing of channel types. by Robert Griesemer · 15 years ago
  97. 4687169 spec: allow func() func(). by Russ Cox · 15 years ago
  98. 3909b6b log.Fatal does not exist. Use log.Crash. by Rob Pike · 15 years ago
  99. 16205a3 spec: mention Inf and NaN are supported at run time. by Russ Cox · 15 years ago
  100. ae13f43 Clarify when expressions are evaluated for a range clause. by Ian Lance Taylor · 15 years ago