- 71696ac clarification of conversion rules for ideal numbers by Robert Griesemer · 16 years ago
- b5e0cc7 - added language re: interface compparison using ==, != by Robert Griesemer · 16 years ago
- 57b3461 - Fixed bug in spec: PrimaryExpr is too restrictive in most places by Robert Griesemer · 16 years ago
- 7271e04 - added missing case for opt. semicolons (labels) by Robert Griesemer · 16 years ago
- bbfe312 More spec progress: by Robert Griesemer · 16 years ago
- aed247f - make optional semicolons explicit in grammar in all places by Robert Griesemer · 16 years ago
- 7abfcd9 - precise scope rules by Robert Griesemer · 16 years ago
- 347cf67 - precise scope rules by Robert Griesemer · 16 years ago
- 569a107 Revised wording about sends. Evaluation is done before communication starts. by Rob Pike · 16 years ago
- cd368a2 add a little text clarifying the behavior of 'select' by Rob Pike · 16 years ago
- 5e92fb2 Clarifications re: anonymous fields in structs: by Robert Griesemer · 16 years ago
- 52a5480 - exceptional conditions during expression evaluation are undefined by Robert Griesemer · 16 years ago
- c59b2a3 - type of array literals is always fixed array by Robert Griesemer · 16 years ago
- a1065fa - corrections and more on interface types by Robert Griesemer · 16 years ago
- 81672ef fix some typos, mostly by Rob Pike · 16 years ago
- 1f3e842 Some initial language towards embedded types and methods for all types. by Robert Griesemer · 16 years ago
- cd49927 - added language about string literal concatenation by Robert Griesemer · 16 years ago
- 75a03a5 - added TODO - changed FieldDecl production in preparation for inlined types by Robert Griesemer · 17 years ago
- 566e3b2 - added language with respect to init() restrictions by Robert Griesemer · 17 years ago
- 133c68e Simplification of Conversions section: by Robert Griesemer · 17 years ago
- b9f8b9c - fixed Go statement syntax (only notational change) by Robert Griesemer · 17 years ago
- ac05579 1) Fixed spec w/ respect to result types. by Robert Griesemer · 17 years ago
- 128f052 Correct two web links, add missing semicolon after <. by Ian Lance Taylor · 17 years ago
- b90b213 Updated spec: by Robert Griesemer · 17 years ago
- 6a0fb60 - added item to TODO list in go_spec - filed a bug by Robert Griesemer · 17 years ago
- 2902a82 adjusted doc to incorporate new channel notation by Robert Griesemer · 17 years ago
- f7a506b tutorial code: by Rob Pike · 17 years ago
- 592d2e3 update to new communications syntax by Rob Pike · 17 years ago
- 6820196 section on service multiplexing by Rob Pike · 17 years ago
- db9002f replace 235 with sieve - less problematic by Rob Pike · 17 years ago
- a43033a develop interfaces through cats sort 2,3,5 by Rob Pike · 17 years ago
- 6693730 next section: i/o package that has structs, methods by Rob Pike · 17 years ago
- c8e1876 - hopefully improved language on label scopes by Robert Griesemer · 17 years ago
- e28cceb - simplified the ideal number terminology for better readability by Robert Griesemer · 17 years ago
- ad71110 - rewrote section on numeric literals (grammar easier to read, by Robert Griesemer · 17 years ago
- c7ebfed add sections about types and constants by Rob Pike · 17 years ago
- 27a5617 growing the tutorial by Rob Pike · 17 years ago
- 203b55e Eliminate duplication of MethodDecl nonterminal by renaming by Ian Lance Taylor · 17 years ago
- 667ef6c - incorporated bug fixes, todo's as suggested by rsc by Robert Griesemer · 17 years ago
- ae4123f - stub for tutorial - tools to make it easy to embed programs by Rob Pike · 17 years ago
- 0416f99 - added convenience wrappers for sort by Robert Griesemer · 17 years ago
- c59d2f1 - moved spec todo's into spec (as html comment) - cleaned up todo.txt a bit by Robert Griesemer · 17 years ago
- 4dc2528 - added missing language to almost all types by Robert Griesemer · 17 years ago
- 7231ceb Proposal for new function type syntax as suggested by ken: by Robert Griesemer · 17 years ago
- cae0342 - \' not allowed in string literals by Robert Griesemer · 17 years ago
- 41d65ac - added missing language to operator section in spec by Robert Griesemer · 17 years ago
- f5cb258 - clarification of type of array literals (always fixed array) by Robert Griesemer · 17 years ago
- ce04d01 - fixed typo by Robert Griesemer · 17 years ago
- 7a4ed4f - minor corrections to go_spec.txt by Robert Griesemer · 17 years ago
- 0976e34 Composite literal syntax. by Robert Griesemer · 17 years ago
- 354be78 - removed 'iota' from the keyword list - added missing operators by Robert Griesemer · 17 years ago
- df49fb3 - Preliminary draft of what might become a real spec by Robert Griesemer · 17 years ago
- 2d697d6 clarify pointer forward decls per ian's suggestion by Robert Griesemer · 17 years ago
- 2dabb65 - explained function and method pointers by Robert Griesemer · 17 years ago
- c2c49be added scope rules, removed TODO by Robert Griesemer · 17 years ago
- bb05942 updated section on reserved words by Robert Griesemer · 17 years ago
- 9b1e6fd fix one syntax error in declaration. reformat the bullet list about strings by Rob Pike · 17 years ago
- 68fb2d0 use tabs for indentation consistently by Rob Pike · 17 years ago
- f97832e New words regarding constants by Rob Pike · 17 years ago
- fe58213 - removed fall-through for case: case: in switch statements by Robert Griesemer · 17 years ago
- e3fc124 revert specification of pointer types to current implementation by Robert Griesemer · 17 years ago
- 2f4352a - switched most of existing Go code to new export syntax - adjusted lang doc by Robert Griesemer · 17 years ago
- 84c8d85 slices and string/array concatenation by Rob Pike · 17 years ago
- f4dcf51 document initialization by Rob Pike · 17 years ago
- febbf82 fix some bad spaces by Rob Pike · 17 years ago
- 220edc4 Expand section on compound literals. by Rob Pike · 17 years ago
- c1f5eda change date by Rob Pike · 17 years ago
- 777ee71 map delete by Rob Pike · 17 years ago
- 7eb7ff2 new channel syntax select cleans up too by Rob Pike · 17 years ago
- 1401c11 improve the examples in the section on iota by Rob Pike · 17 years ago
- 6def94a - added missing keyword 'iota' by Robert Griesemer · 17 years ago
- c685e1b add a disclaimer by Rob Pike · 17 years ago
- 835cd46 - first cut a Go parser in Go by Robert Griesemer · 17 years ago
- de54428 A small but powerful change in constant declarations. Proposal by ken by Robert Griesemer · 17 years ago
- ceb0137 - more minor fixes by Robert Griesemer · 17 years ago
- bc8ef4d - minor update by Robert Griesemer · 17 years ago
- 8af8dff - updated doc by Robert Griesemer · 17 years ago
- daebf91 fix up grammar for optional elements in if and switch conditions by Rob Pike · 17 years ago
- a40a798 - fixed minor issues in spec by Robert Griesemer · 17 years ago
- 4ff63a4 - updated spec w/ respect to variable types and shift operators by Robert Griesemer · 17 years ago
- e92b753 - fixed a few tests and added 3 incorrectly succeeding tests by Robert Griesemer · 17 years ago
- 896c8f4 - fixed a typo by Robert Griesemer · 17 years ago
- d4aa5c0 add disclaimer, authors. preparation for linking to p page by Rob Pike · 17 years ago
- 9119f55 add a couple of TODOs fixed grammar for "Program" by Rob Pike · 17 years ago
- aa53373 - changed compound type -> composite type by Robert Griesemer · 17 years ago
- b6b8da8 fix up the 'basic types' section. strings were missing by Rob Pike · 17 years ago
- f4f5883 Clarify conversions, include making them constructors for arrays etc. by Rob Pike · 17 years ago
- d222c65 Introduced forward declaration of types per discussion with ken. by Robert Griesemer · 17 years ago
- f5c0763 Explain about pointer types for mutually recursive structures. by Rob Pike · 17 years ago
- 5e391cf talk about short, int, long etc. by Rob Pike · 17 years ago
- d4d19fa Fixed a typo (changed ' -> ") and shortened a production name slightly to match the naming convention elsewhere. by Robert Griesemer · 17 years ago
- 1975ff8 - completed syntax for import declarations - fixed a typo by Robert Griesemer · 17 years ago
- 38c083c Require names for return values for functions with complex return types. by Rob Pike · 17 years ago
- 50cea70 - Added section on type equivalence by Robert Griesemer · 17 years ago
- c1aba41 fix description of iota to reflect reality. by Rob Pike · 17 years ago
- f53db3e Add description of type conversions. by Rob Pike · 17 years ago
- 1265a0c - essentially reverted my change of yesterday with respect to char/string syntax by Robert Griesemer · 17 years ago
- 75bbce9 - added language to document .() notation by Robert Griesemer · 17 years ago
- a0d5d80 Added discussion of new, nil, and initialization. by Rob Pike · 17 years ago
- b806ba4 Add description of how compiling and linking handle dependencies. by Rob Pike · 17 years ago