Commit History

Author SHA1 Message Date
  Russ Cox b7ba523355 doc/go_spec: tweak wording to avoid 'explicit assignment' misreading 5 years ago
  Robert Griesemer de578dcdd6 spec: be clearer about definition of string length 5 years ago
  Robert Griesemer 1e38ecdbbe spec: refer to "run-time panic" rather than "exception" (cleanup) 6 years ago
  Robert Griesemer bb3e211777 spec: clarify rules for receiver base types 6 years ago
  Robert Griesemer 26d22609c3 spec: distinguish between explicit and implicit conversions (clarification) 6 years ago
  Robert Griesemer 206fd7886b spec: be more precise about the moment deferred functions are executed 6 years ago
  Dina Garmash 8a2b5f1f39 doc: fix os.Pipe() call in the example. 6 years ago
  Suriyaa Sundararuban 1041ac8781 doc: use HTTPS for links 6 years ago
  Bryan C. Mills df48003618 spec: clarify “Constant expressions” for untyped operands 6 years ago
  Andrew Bonventre 7974f0815e Revert "doc: remove non-prime from list of primes in spec" 6 years ago
  Andrew Bonventre 4b06d9d727 doc: remove non-prime from list of primes in spec 6 years ago
  Yazen2017 a4e950ec9e doc: improve clarity of map index examples 6 years ago
  Robert Griesemer 851e98f0ee spec: remove need for separate Function production (cleanup) 6 years ago
  Robert Griesemer 9b49ac0366 spec: consistently use "defined type" and "type name" (cleanup) 6 years ago
  Robert Griesemer 18d527b3f0 spec: mention that special case for integer division is due to overflow 6 years ago
  Robert Griesemer c13e0e8cee spec: remove example explaining that type B0 and B0 are identical 6 years ago
  Robert Griesemer 8c916a2f6d spec: use consistent quoting style in prose 6 years ago
  Robert Griesemer 4de1d1d5cd spec: consistently use "element" rather than "value" for map entry values 6 years ago
  Robert Griesemer f3f507b2d8 spec: provide some (minimal) intuition for the notion of "terminating statement" 6 years ago
  griesemer f2d52519e1 spec: match syntax for method expressions with implementations 7 years ago
  griesemer 0c5b00d0cd spec: remove sentence discussing existing implementations 7 years ago
  griesemer 85177f4276 spec: remove vestiges referring to iotas being incremented 7 years ago
  griesemer 52dd39965e spec: clarify that each block has its own version of iota 7 years ago
  griesemer ada6557593 spec: simplify paragraph on certain range expressions over arrays 7 years ago
  griesemer ddc64def0f spec: explicitly state the import path for package unsafe 7 years ago
  griesemer 4a2391e7c9 spec: state which predeclared types are defined or alias types (clarification) 7 years ago
  griesemer 9690d245d5 spec: clarify context type for certain non-constant shifts 7 years ago
  griesemer 2ac43d5be2 doc: minor clarification regarding the sharing of underlying arrays 7 years ago
  griesemer b40831b115 spec: explicitly define notion of "representability" (clarification) 7 years ago
  griesemer a9f832a6ae spec: clarify zero value for complex types 7 years ago