| Age | Commit message (Collapse) | Author |
|
They have moved to x/website in CL 291693.
The docs that are left are the ones that are edited at the same time
as development in this repository and are tied to the specific version
of Go being developed. Those are:
- the language spec
- the memory model
- the assembler manual
- the current release's release notes
Change-Id: I437c4d33ada1b1716b1919c3c939c2cacf407e83
Reviewed-on: https://go-review.googlesource.com/c/go/+/291711
Trust: Russ Cox <rsc@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
|
|
Updates #28387
Updates #30316
Fixes #35574
Change-Id: I21c9e18573909e092ed8dcec91b8542bb97e9f5a
Reviewed-on: https://go-review.googlesource.com/c/go/+/207263
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
|
Change-Id: Ia830f59d6f6ca1bc506ec298ccfc154d9f94f01d
GitHub-Last-Rev: 3ab18d4fd1a8d4295713cbb7ff74f30b3838b6d3
GitHub-Pull-Request: golang/go#30067
Reviewed-on: https://go-review.googlesource.com/c/160829
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
|
|
Follows suit with https://go-review.googlesource.com/#/c/20111.
Generated by running
$ grep -R 'Go Authors. All' * | cut -d":" -f1 | while read F;do perl -pi -e 's/Go
Authors. All/Go Authors. All/g' $F;done
The code in cmd/internal/unvendor wasn't changed.
Fixes #15213
Change-Id: I4f235cee0a62ec435f9e8540a1ec08ae03b1a75f
Reviewed-on: https://go-review.googlesource.com/21819
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
|
|
The plan9.bell-labs.com site has fallen into disrepair.
We'll instead use the site maintained by contributor David du Colombier.
Fixes #14233
Change-Id: I0c702e5d3b091cccd42b288ea32f34d507a4733d
Reviewed-on: https://go-review.googlesource.com/19240
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: David du Colombier <0intro@gmail.com>
|
|
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/98460045
|
|
R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/14629043
|
|
Fixes #5998.
R=golang-dev, khr
CC=golang-dev
https://golang.org/cl/12149043
|
|
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/12050045
|
|
Fixes #2648.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/11331043
|
|
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8896045
|
|
Fixes #5176.
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8118046
|
|
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7221079
|
|
constructor function".
R=r, minux.ma, adg
CC=golang-dev
https://golang.org/cl/6710044
|
|
so that it could work with the bundled jQuery.
R=adg
CC=golang-dev
https://golang.org/cl/6592073
|
|
Part of issue 3424.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5955050
|
|
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5877064
|
|
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5846070
|
|
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5754051
|
|
When I build it, I got:
/home/njubee/work/golang/doc/codewalk/markov.go:124: undefined: time.Nanoseconds
time.Nanoseconds() does not exist now, use time.Now().UnixNano() instead
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5668044
|
|
R=adg
CC=golang-dev
https://golang.org/cl/5545061
|
|
I removed the broken function comparison example and fixed a code highlighting regexp.
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5501078
|
|
R=rsc
CC=golang-dev
https://golang.org/cl/5338043
|
|
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5334050
|
|
R=golang-dev, iant, r, r
CC=golang-dev
https://golang.org/cl/5307066
|
|
R=gri, r, rsc
CC=golang-dev
https://golang.org/cl/4891041
|
|
functions: function objects, higher-order functions, variadic functions, tail recursion, etc. The example program simulates the game of Pig, a dice game with simple rules but a nontrivial solution.
R=adg, rsc, iant2, r
CC=golang-dev
https://golang.org/cl/4306045
|
|
R=adg, r
CC=golang-dev
https://golang.org/cl/2984041
|
|
R=r, rsc
CC=golang-dev
https://golang.org/cl/1727043
|
|
R=adg, gri
CC=golang-dev, r
https://golang.org/cl/1008042
|