Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-06 | Imported Upstream version 2011.09.21upstream-weekly/2011.09.21 | Ondřej Surý | 4 | -8/+250 | |
2011-09-13 | Imported Upstream version 2011.09.07upstream-weekly/2011.09.07 | Ondřej Surý | 15 | -84/+3330 | |
2011-08-24 | Imported Upstream version 2011.08.17 | Ondřej Surý | 14 | -62/+571 | |
2011-08-10 | Imported Upstream version 2011.08.10upstream-weekly/2011.08.10 | Ondřej Surý | 4 | -19/+425 | |
2011-08-03 | Imported Upstream version 2011.07.29upstream-weekly/2011.07.29 | Ondřej Surý | 27 | -1435/+1596 | |
2011-07-08 | Imported Upstream version 2011.07.07upstream-weekly/2011.07.07 | Ondřej Surý | 10 | -688/+1006 | |
2011-06-28 | Imported Upstream version 2011.06.23upstream-weekly/2011.06.23 | Ondřej Surý | 17 | -85/+290 | |
2011-06-10 | Imported Upstream version 2011.06.09upstream-weekly/2011.06.09 | Ondřej Surý | 4 | -38/+101 | |
2011-06-03 | Imported Upstream version 2011.06.02upstream-weekly/2011.06.02 | Ondřej Surý | 9 | -112/+261 | |
2011-05-23 | Imported Upstream version 2011.05.22upstream-weekly/2011.05.22 | Ondřej Surý | 22 | -3022/+3484 | |
2011-05-04 | Imported Upstream version 2011.04.27upstream-weekly/2011.04.27 | Ondřej Surý | 6 | -3097/+2921 | |
2011-05-04 | Imported Upstream version 57upstream/57 | Ondřej Surý | 6 | -2921/+3097 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 14 | -89/+300 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 15 | -92/+795 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 14 | -76/+376 | |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 12 | -208/+258 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 34 | -456/+755 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 59 | -2152/+3832 | |
2010-07-02 | release.2010-07-01upstream/2010.07.01 | Andrew Gerrand | 1 | -0/+58 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1741047 | |||||
2010-06-30 | doc/codewalk: Share Memory By Communicating | Andrew Gerrand | 2 | -0/+298 | |
R=r, rsc CC=golang-dev http://codereview.appspot.com/1727043 | |||||
2010-06-21 | release.2010-06-21 | Andrew Gerrand | 1 | -0/+46 | |
R=rsc, r CC=golang-dev http://codereview.appspot.com/1717046 | |||||
2010-06-21 | spec: struct tags must be identical for types to be identical | Russ Cox | 1 | -1/+2 | |
We didn't mention this explicitly during our discussions, but I think it fits the "identical types are spelled identically" rule that we used. R=gri, iant, ken2, r, rsc1 CC=golang-dev http://codereview.appspot.com/1698043 | |||||
2010-06-18 | Effective Go: minor change to correct a comment in an example | Rob Pike | 1 | -1/+1 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1689042 Committer: Rob Pike <r@golang.org> | |||||
2010-06-18 | Effective Go: panic and recover | Rob Pike | 1 | -3/+168 | |
R=rsc, iant CC=golang-dev http://codereview.appspot.com/1718042 | |||||
2010-06-16 | Effective Go: add a section on defer. | Rob Pike | 1 | -3/+143 | |
R=rsc, iant CC=golang-dev http://codereview.appspot.com/1694044 | |||||
2010-06-14 | Effective Go: update ... discussion. | Rob Pike | 1 | -11/+28 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1698041 Committer: Rob Pike <r@golang.org> | |||||
2010-06-14 | tutorial: update discussion of variadic functions | Rob Pike | 2 | -15/+25 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1677042 | |||||
2010-06-12 | spec: remove ... (keeping ...T) | Russ Cox | 1 | -60/+21 | |
R=gri, iant, ken2, r, r2 CC=golang-dev http://codereview.appspot.com/1632041 | |||||
2010-06-11 | spec: clarify that result parameters are always zeroed before the function ↵ | Rob Pike | 1 | -2/+5 | |
executes. R=golang-dev CC=golang-dev http://codereview.appspot.com/1641043 | |||||
2010-06-09 | release.2010-06-09 | Andrew Gerrand | 1 | -0/+47 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1644041 | |||||
2010-06-08 | doc: add Google I/O talk and programs | Russ Cox | 6 | -0/+722 | |
R=r CC=golang-dev http://codereview.appspot.com/1614041 | |||||
2010-06-07 | go spec: rename "assignment compatible" -> "assignable" | Robert Griesemer | 1 | -27/+25 | |
R=r, rsc CC=golang-dev http://codereview.appspot.com/1590041 | |||||
2010-06-07 | go spec: clean-up and consolidation of spec with implementation | Robert Griesemer | 1 | -118/+125 | |
Specifically: - introduced notion of "underlying type" - removed notion of type compatibility - consolidated rules about assignment compatibility in assignment compatibility section - be consistent with specyfing that nil is the value for uninitialized variables that can be nil (this was not specified clearly for pointers, functions, interfaces) - added/fixed various related links throughout - clarify language on conversions R=rsc, r, iant, ken2 CC=golang-dev http://codereview.appspot.com/1536041 | |||||
2010-06-05 | tutorial: fix one-word mistake in echo example | Rob Pike | 2 | -2/+2 | |
R=rsc, iant CC=golang-dev http://codereview.appspot.com/1567041 | |||||
2010-06-03 | go spec: Base comparison compatibility on assignment compatibility. | Robert Griesemer | 1 | -73/+68 | |
Specifically: - Simplified definition of comparison compatibility and folded into section on comparison operators since it's only used there. This is a small language change/cleanup. As a consequence: - An interface value may now be compared against a non-interface value. - Channels with opposite directions cannot be compared directly anymore (per discussion with rsc). R=rsc, r, iant, ken2 CC=golang-dev http://codereview.appspot.com/1462041 | |||||
2010-06-02 | doc: codereview + Mercurial Queues | Peter Williams | 2 | -4/+115 | |
R=rsc, r CC=golang-dev http://codereview.appspot.com/1238044 Committer: Russ Cox <rsc@golang.org> | |||||
2010-06-01 | doc/code.html: fix error string format | Andrew Gerrand | 1 | -1/+1 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1444041 | |||||
2010-06-01 | edit simple typos | Joe Poirier | 2 | -6/+6 | |
R=golang-dev, adg CC=golang-dev, rsc http://codereview.appspot.com/1426042 Committer: Andrew Gerrand <adg@golang.org> | |||||
2010-05-30 | doc/code: example package with tests | Andrew Gerrand | 1 | -0/+85 | |
R=r CC=golang-dev http://codereview.appspot.com/1404041 | |||||
2010-05-28 | go spec: change def. of "type compatibility" to be non-recursive | Robert Griesemer | 1 | -28/+38 | |
and adjust conversion rules. Also: - clarification of type identity (no language change) - adjust special rules for channel assignment/comparison to require identical element types (in correspondence to non- recursiveness of type compatibility) R=rsc, iant, ken2, r CC=golang-dev http://codereview.appspot.com/1376042 | |||||
2010-05-27 | go spec: Disallow &a notation to obtain a slice | Robert Griesemer | 1 | -7/+1 | |
from an array; one needs to write a[0:] instead. R=rsc, r, iant, ken2 CC=golang-dev http://codereview.appspot.com/1365041 | |||||
2010-05-27 | release.2010-05-27 | Andrew Gerrand | 1 | -0/+68 | |
R=r, rsc CC=golang-dev http://codereview.appspot.com/1354041 | |||||
2010-05-27 | golang.org: added Resources page, re-organized left hand panel. | Andrew Gerrand | 1 | -0/+141 | |
R=r CC=golang-dev http://codereview.appspot.com/1309045 | |||||
2010-05-25 | spec: Fix link to fallthrough statements | Evan Shaw | 1 | -1/+1 | |
R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/1303041 Committer: Robert Griesemer <gri@golang.org> | |||||
2010-05-24 | go spec: minor fix, to match conversion rules 4 and 5 | Robert Griesemer | 1 | -1/+2 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1270042 Committer: Robert Griesemer <gri@golang.org> | |||||
2010-05-24 | go spec: fix and clarify syntax of conversions | Robert Griesemer | 1 | -6/+17 | |
Fixes issue 803. R=rsc, r, iant, ken2 CC=golang-dev http://codereview.appspot.com/1281041 | |||||
2010-05-24 | spec: index of non-addressable array is not addressable | Russ Cox | 1 | -3/+4 | |
Motivated by: func f() []int func g() [10]int f()[1] = 1 // ok g()[1] = 1 // ERROR R=gri CC=golang-dev http://codereview.appspot.com/1278041 | |||||
2010-05-23 | spec: Fix a code tag | Evan Shaw | 1 | -1/+1 | |
R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/1266042 Committer: Robert Griesemer <gri@golang.org> | |||||
2010-05-14 | go spec: added imaginary literal to semicolon rules (was missing) | Robert Griesemer | 1 | -12/+34 | |
- also added links to the respective sections - reformatted section for better (source html) readability - added missing closing </li>'s in many places R=r CC=golang-dev http://codereview.appspot.com/1220041 | |||||
2010-05-13 | rename 'gordon' to 'gopher' | Andrew Gerrand | 8 | -0/+0 | |
R=r CC=golang-dev http://codereview.appspot.com/1207041 |