Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-13 | Imported Upstream version 1.3.1upstream/1.3.1 | Michael Stapelberg | 1 | -4/+4 | |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 1 | -38/+61 | |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 1 | -19/+117 | |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 1 | -231/+527 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -69/+282 | |
2012-05-02 | Imported Upstream version 1.0.1upstream/1.0.1 | Ondřej Surý | 1 | -2/+2 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -243/+236 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+3041 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -3038/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -5/+12 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -24/+32 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -2/+2 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -21/+60 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -1/+5 | |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 1 | -7/+16 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -20/+31 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -43/+118 | |
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-04-13 | Use the copy function rather than a loop. | Ian Lance Taylor | 1 | -4/+2 | |
R=r CC=golang-dev http://codereview.appspot.com/882047 | |||||
2010-03-30 | Effective Go: update maps description regarding lookup of nonexistent entry. | Rob Pike | 1 | -5/+20 | |
R=rsc, gri, iant CC=golang-dev http://codereview.appspot.com/821044 | |||||
2010-03-02 | strings.Bytes -> []byte for documentation example, src/pkg/* comments, and ↵ | Andrey Mirtchovski | 1 | -2/+1 | |
htmlgen.go R=rsc, adg CC=golang-dev http://codereview.appspot.com/224087 Committer: Andrew Gerrand <adg@golang.org> | |||||
2010-02-22 | effective_go: clarified small comment | Andrew Gerrand | 1 | -1/+1 | |
R=rsc, cw CC=golang-dev http://codereview.appspot.com/217085 | |||||
2010-01-15 | be more explicit about initialization of embedded fields. | Rob Pike | 1 | -7/+17 | |
R=rsc CC=golang-dev http://codereview.appspot.com/186161 | |||||
2010-01-04 | fix up YB and add ZB, EB in example | Rob Pike | 1 | -0/+6 | |
R=rsc CC=golang-dev http://codereview.appspot.com/183107 | |||||
2009-12-25 | fix naked < and > as reported by Peter Williams <> | Rob Pike | 1 | -40/+40 | |
(i thought these were legal in <pre> blocks) R=rsc CC=golang-dev, pwil3058 http://codereview.appspot.com/181055 | |||||
2009-12-23 | fix documentation bug in example | Rob Pike | 1 | -1/+1 | |
Fixes issue 452. R=gri CC=golang-dev, dougfelt http://codereview.appspot.com/181043 | |||||
2009-12-16 | new semicolon rule in effective_go.html. | Rob Pike | 1 | -397/+412 | |
eliminate all tab characters while we're here. R=rsc CC=golang-dev http://codereview.appspot.com/180055 | |||||
2009-12-02 | change the naming example from Vector to Ring due to loss of vector.New() | Rob Pike | 1 | -5/+5 | |
R=rsc CC=golang-dev http://codereview.appspot.com/164082 | |||||
2009-11-16 | fix typo in Append return type | Rob Pike | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/155058 | |||||
2009-11-16 | doc: fix typo. | Adam Langley | 1 | -1/+1 | |
Fixes issue 218 R=r CC=golang-dev http://codereview.appspot.com/155067 Committer: Rob Pike <r@golang.org> | |||||
2009-11-15 | add a paragraph about GOMAXPROCS | Rob Pike | 1 | -0/+16 | |
R=rsc CC=golang-dev http://codereview.appspot.com/154153 | |||||
2009-11-15 | fix some typos in the documentation | Rob Pike | 1 | -2/+2 | |
Fixes issue 196. R=rsc http://codereview.appspot.com/154152 | |||||
2009-11-11 | fix typo in ByteSize example | Rob Pike | 1 | -6/+6 | |
R=rsc, agl1 CC=golang-dev http://codereview.appspot.com/154076 | |||||
2009-11-11 | typo | Russ Cox | 1 | -1/+1 | |
Fixes issue 69. R=r http://codereview.appspot.com/152082 | |||||
2009-11-10 | fix final program to have Html->HTML | Rob Pike | 1 | -2/+2 | |
R=rsc CC=go-dev http://codereview.appspot.com/152050 | |||||
2009-11-10 | Minor tweaks. | Ian Lance Taylor | 1 | -10/+13 | |
The text changes are trivial and may be ignored, but there are two code corrections. R=r, rsc CC=go-dev http://go/go-review/1024045 | |||||
2009-11-09 | noted by kaib: explicit assignment initialization | Russ Cox | 1 | -1/+0 | |
didn't match the composite literal initialization. R=r CC=kaib http://go/go-review/1024039 | |||||
2009-11-08 | effective go: tiny fixes | Russ Cox | 1 | -39/+36 | |
one real bug: *[]float -> *[3]float R=r http://go/go-review/1024016 | |||||
2009-11-04 | add a final section with a complete example | Rob Pike | 1 | -0/+131 | |
R=rsc CC=go-dev http://go/go-review/1017033 | |||||
2009-11-01 | fixups to "effective go" | Rob Pike | 1 | -31/+33 | |
R=rsc CC=go-dev http://go/go-review/1016020 | |||||
2009-10-31 | concurrency | Rob Pike | 1 | -4/+240 | |
R=go-dev, iant, rsc http://go/go-review/1018004 | |||||
2009-10-21 | drop a couple of semicolons for consistency | Rob Pike | 1 | -2/+2 | |
R=rsc DELTA=4 (0 added, 0 deleted, 4 changed) OCL=35983 CL=35983 | |||||
2009-10-20 | initialization | Rob Pike | 1 | -175/+134 | |
R=rsc DELTA=292 (124 added, 165 deleted, 3 changed) OCL=35936 CL=35939 | |||||
2009-10-20 | start the concurrency discussion. work from the outside in because this is a ↵ | Rob Pike | 1 | -18/+96 | |
toughie. also fix a pedantry in the language design faq. R=rsc DELTA=113 (94 added, 16 deleted, 3 changed) OCL=35922 CL=35928 | |||||
2009-10-19 | address leftover post-submit comments about embedding | Rob Pike | 1 | -2/+11 | |
R=rsc DELTA=11 (9 added, 0 deleted, 2 changed) OCL=35872 CL=35872 | |||||
2009-10-16 | more embedding. enough for now? | Rob Pike | 1 | -3/+51 | |
R=rsc DELTA=51 (48 added, 0 deleted, 3 changed) OCL=35846 CL=35853 | |||||
2009-10-16 | fix pre-submit editing typo; text is garbled. | Rob Pike | 1 | -2/+2 | |
R=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=35841 CL=35841 |