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