summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2009-08-03clean up a TODORob Pike1-17/+41
2009-07-31language re: conversion of left operand in shift operationsRobert Griesemer1-0/+5
2009-07-31more info about commentsRob Pike1-8/+100
2009-07-31cleanup pass before big editsRob Pike1-46/+48
2009-07-16- renamed SimpleVarDecl -> ShortVarDecl, in sync with terminology used in proseRobert Griesemer1-2/+4
2009-07-10capital_letter was never usedRobert Griesemer1-2/+1
2009-07-10- mark actual EBNF with pre-formatted class "ebnf" instead of "grammar"Robert Griesemer1-68/+67
2009-07-09various spec tuningsRuss Cox1-6/+5
2009-07-06a few edits and simplifications.Rob Pike1-180/+111
2009-07-01Fix a doc typo.David Symonds1-1/+1
2009-06-25Change os.Error convention:Russ Cox1-4/+16
2009-06-25add ./ to imports where necessaryRuss Cox3-3/+3
2009-06-25Allow indexing of slice types, but not pointer to slice type.Russ Cox1-3/+17
2009-06-25Effective Go; draftRuss Cox1-0/+740
2009-06-19fix for conversion ruleRobert Griesemer1-13/+16
2009-06-18raw strings may span multiple linesRobert Griesemer1-5/+7
2009-06-18- removed duplicate definition of StringLitRobert Griesemer1-34/+22
2009-06-17fix for incorrect type switch clause:Robert Griesemer1-3/+7
2009-06-05restructure makefiles, scripts to factor out O= logic.Russ Cox1-8/+15
2009-06-04string([]int) is now implementedRob Pike1-2/+0
2009-06-01update Go tree to use new syscall package.Russ Cox2-8/+8
2009-05-29unary ^ update.Russ Cox1-6/+6
2009-05-29Automated g4 rollback of changelist 29478.Rob Pike1-5/+5
2009-05-27add missing semicolons in exampleRob Pike1-5/+5
2009-05-22key:value notation for compositesRobert Griesemer1-27/+87
2009-05-20new, stricter interface rule:Russ Cox1-2/+2
2009-05-20removed TODORobert Griesemer1-2/+0
2009-05-20new method set rulesRobert Griesemer1-34/+55
2009-05-13New type compatibility rules:Robert Griesemer1-75/+79
2009-05-12cleanup of unsafe documentationRobert Griesemer1-14/+11
2009-05-08move things out of sys into os and runtimeRuss Cox4-6/+8
2009-05-08update tutorial text to refer to io.Reader etc.Rob Pike1-15/+10
2009-05-08update spec to io.WriterRob Pike1-1/+1
2009-05-08- document string([]int{...}) conversionRobert Griesemer1-17/+20
2009-05-01clarifying ambiguity of evaluation orderRobert Griesemer1-12/+9
2009-04-29typo in specRobert Griesemer1-1/+1
2009-04-23fixed typo in EBNF of ENBFRobert Griesemer1-1/+1
2009-04-20- book-keeping in the TODO section:Robert Griesemer1-115/+14
2009-04-19spec change for redeclarationRob Pike1-0/+14
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike2-6/+6
2009-04-16spec edits for array slice changeRuss Cox1-7/+5
2009-04-15fix one word for consistency.Rob Pike1-1/+1
2009-04-15update tutorial for new slicing rules.Rob Pike1-7/+13
2009-04-15tweak grammar and associated prose to permit things like x.y in range clauses.Rob Pike1-2/+5
2009-04-15spec for range on stringsRob Pike1-6/+17
2009-04-15code changes for array conversion.Russ Cox3-3/+3
2009-04-14add a section about order of evaluationRob Pike1-3/+30
2009-04-02an attempt at simpler yet more correct semicolon rules.Rob Pike1-4/+1
2009-03-30fix last 3 references to 'type guards'Rob Pike1-3/+3
2009-03-27- minor tweak to composite literal production:Robert Griesemer1-5/+7