- b691e08 clarify rule for channel send by Robert Griesemer · 15 years ago
- e3fd2e1 godoc search bug fixes: by Robert Griesemer · 15 years ago
- 32810a5 code search for godoc: by Robert Griesemer · 15 years ago
- d493964 add a favicon plus a couple of hi-res versions of gordon by Rob Pike · 15 years ago
- fb39a4d write install docs by Russ Cox · 15 years ago
- 242788b silly change to test the code review process by Rob Pike · 15 years ago
- 90cc4a5 go/printer: - handle HTML tagging via (client-installable) Stylers by Robert Griesemer · 15 years ago
- 3227445 add FAQ by Russ Cox · 15 years ago
- 09fe283 main landing pages by Russ Cox · 15 years ago
- 2cf9dae drop a couple of semicolons for consistency by Rob Pike · 15 years ago
- c6e904d have http server in-line PDF files. by Rob Pike · 15 years ago
- 6f89f3f initialization by Rob Pike · 15 years ago
- 430d462 start the concurrency discussion. work from the outside in because this is a toughie. by Rob Pike · 15 years ago
- 60ff8cc address bug193 and add note to spec about it. by Russ Cox · 15 years ago
- d4d4ff0 - method names in method sets/interfaces must be all different by Robert Griesemer · 15 years ago
- 9f60b03 address leftover post-submit comments about embedding by Rob Pike · 15 years ago
- f00be0c more embedding. enough for now? by Rob Pike · 15 years ago
- c58d9ef fix pre-submit editing typo; text is garbled. by Rob Pike · 15 years ago
- 8840726 embedding part 1. by Rob Pike · 15 years ago
- ee3e97c forgot to update the body when i changed the receiver type. by Rob Pike · 15 years ago
- 2119b36 interfaces and methods. by Rob Pike · 15 years ago
- 4262ff0 Adjust for open source release. by Ian Lance Taylor · 15 years ago
- a68592a excise some internal references. by Russ Cox · 15 years ago
- 68c921e add an entry in the lang faq about reference types. by Rob Pike · 15 years ago
- bf983a0 bye-bye to old makehtml. go can do the job just fine. by Rob Pike · 15 years ago
- 327b6c6 fix links in tutorial by Rob Pike · 15 years ago
- cd7062e clean up the mess that copyright notices make by Rob Pike · 15 years ago
- b95048f some stuff about interfaces. not enough yet. by Rob Pike · 15 years ago
- 400fa1c align the tutorial with the renaming of SortInterface. by Rob Pike · 15 years ago
- 78395213 Automated g4 rollback of changelist 35383. by Rob Pike · 15 years ago
- 3139b20 new logo by Rob Pike · 15 years ago
- d222869 type switches errors by Rob Pike · 15 years ago
- e285487 Review and update. No major changes, lots of minor tweaks. by Ian Lance Taylor · 15 years ago
- 9dfe404 printing and maps by Rob Pike · 15 years ago
- 650bff6 another round of gofmt applications by Russ Cox · 15 years ago
- c62b326 apply gofmt to the LGTM-marked files from 34501 by Russ Cox · 15 years ago
- 38dae33 add a little more saturation to the background of <pre> so it doesn't disappear on bright monitors. by Rob Pike · 15 years ago
- 2b1dbe8 addressing gri's comments. by Rob Pike · 15 years ago
- 3e74079 slices methods on slices, pointers and values. by Rob Pike · 15 years ago
- ff97fde a few fixups. delete the TODO block. by Rob Pike · 15 years ago
- d4a4468 garbage collections, conversions, concurrency by Rob Pike · 15 years ago
- 8403330 replace "ideal" with "untyped" by Robert Griesemer · 16 years ago
- a27f1f7 use the notion of "untyped constant" instead of "ideal constant" by Robert Griesemer · 16 years ago
- 53440da Factored out boilerplate from all html docs in doc directory: by Robert Griesemer · 16 years ago
- 164a7bc - completed section on built-in functions by Robert Griesemer · 16 years ago
- 5b79202 another brace of questions: types, maps, bookkeeping by Rob Pike · 16 years ago
- 69d13b2 make the sidebars consistent add Effective Go to the set of links by Rob Pike · 16 years ago
- 8796e8c more language FAQ by Rob Pike · 16 years ago
- 326ef13 - assignments to structs are only legal if all struct fields are visible by Robert Griesemer · 16 years ago
- dd64f86 another bite-sized checkpoint on the language design FAQ by Rob Pike · 16 years ago
- 320406d start of a language design FAQ. by Rob Pike · 16 years ago
- 13dac65 disallow interface {x, y()} by Russ Cox · 16 years ago
- fc61b77 - clarify type declaration (specifying status quo) by Robert Griesemer · 16 years ago
- 2e5a136 add a data section and start populating it with info about allocation, arrays by Rob Pike · 16 years ago
- 3aec2e4 rewrite the section about imports by Rob Pike · 16 years ago
- 997851e - reworked section on import declarations by Robert Griesemer · 16 years ago
- e1e7619 - fixed sieve.go example (channel directions were wrong) - cosmetic adjustments by Robert Griesemer · 16 years ago
- 19b1d35 rewording around ideal and basic types by Robert Griesemer · 16 years ago
- b817e97 change code font to "monospace", which will by Russ Cox · 16 years ago
- ea4ada8 process tutorial into new format by Rob Pike · 16 years ago
- 084577b hakuho by Rob Pike · 16 years ago
- d36d191 - added heading to operator precedence section so it's easy to find by Robert Griesemer · 16 years ago
- 44b0f59 check in the generated html for the tutorial so godoc can serve it by Rob Pike · 16 years ago
- da96188 - silence ebnflint: mark syntax section as "ebnf" instead of "grammar" by Robert Griesemer · 16 years ago
- 698c6c0 A step towards "externalizing" some Go docs. by Larry Hosken · 16 years ago
- 9d7538b slight refinement of select: evaluation is top to bottom, as in switches. by Rob Pike · 16 years ago
- 5eb3624 - added syntax for conversions (was missing) by Robert Griesemer · 16 years ago
- 01cadde Deriving functions from methods by Rob Pike · 16 years ago
- ae54cf7 last round: non-package code by Russ Cox · 16 years ago
- 8cb9184 an attempt to define initialization order within a package. by Rob Pike · 16 years ago
- 678625d minutiae: pass 1 by Rob Pike · 16 years ago
- f3a33bc make SimpleStmt include EmptyStmt and the grammar simplifies a bit. by Rob Pike · 16 years ago
- 28eba48 fix "declared and not used" errors in non-test code. by Russ Cox · 16 years ago
- a5d6f83 functions by Rob Pike · 16 years ago
- 61dd836 correct and clarify the rules about integer conversions. by Rob Pike · 16 years ago
- c134280 gccgo does not yet implement _ by Rob Pike · 16 years ago
- 4e56b33 - blank identifier - fixed some links by Robert Griesemer · 16 years ago
- 5d16d23 update type switch to match spec. by Russ Cox · 16 years ago
- c77c3b0 string range by Rob Pike · 16 years ago
- 506c008 cosmetic changes: by Robert Griesemer · 16 years ago
- d3ffc5e silence hlint by Robert Griesemer · 16 years ago
- 789e58c unsafe is not declared in the outermost scope by Russ Cox · 16 years ago
- 5db1d38 Update restriction on declarations of methods. by Stephen Ma · 16 years ago
- 8aec612 for loops comment out incomplete stuff by Rob Pike · 16 years ago
- 237c8ab updated Implementation differences section by Robert Griesemer · 16 years ago
- bdec330 remove leftover forward-decl syntax and example (per feedback from Austin) by Robert Griesemer · 16 years ago
- aeaab59 - use "package block" nomenclature for exported identifier section by Robert Griesemer · 16 years ago
- 4ed666e doc fixes (no lang changes) by Robert Griesemer · 16 years ago
- 1f95f0d tweaks by Robert Griesemer · 16 years ago
- 9ecd30a - modified type switches (replacement for CL 32659) by Robert Griesemer · 16 years ago
- 0262f88 fix duplicated word by Rob Pike · 16 years ago
- c409976 semicolons, ifs, switches by Rob Pike · 16 years ago
- d553707 allow "comma ok" in initializers by Rob Pike · 16 years ago
- 83cbca5 rewrite type rules for expressions and add shift examples by Rob Pike · 16 years ago
- ef45e64 - unifying rules for var decls, short var decls, and assignments by Robert Griesemer · 16 years ago
- f0ccd40 names by Rob Pike · 16 years ago
- 8a45917 len and cap on chans by Russ Cox · 16 years ago
- 7c4f7cc introduce meaningful section names, so that by Russ Cox · 16 years ago
- fe53795 clean up multifile package section. remove ASCII digit comment that isn't true. by Russ Cox · 16 years ago
- 16b95ba simplifications. by Russ Cox · 16 years ago