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