| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL adjusts code referring to src/pkg to refer to src.
Immediately after submitting this CL, I will submit
a change doing 'hg mv src/pkg/* src'.
That change will be too large to review with Rietveld
but will contain only the 'hg mv'.
This CL will break the build.
The followup 'hg mv' will fix it.
For more about the move, see golang.org/s/go14nopkg.
LGTM=r
R=r
CC=golang-codereviews
https://codereview.appspot.com/134570043
|
|
|
|
|
|
|
|
|
|
|
|
| |
The instructions in this document are useful but not reliable.
Explain the situation up top.
Fixes issue 7471.
LGTM=josharian, iant
R=golang-codereviews, josharian, iant
CC=golang-codereviews
https://codereview.appspot.com/96830045
|
|
|
|
|
|
|
|
|
|
| |
Don't advertise -s anymore.
Fixes issue 7793.
LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://codereview.appspot.com/88030045
|
|
|
|
|
|
| |
R=golang-dev, bradfitz
CC=golang-dev
https://codereview.appspot.com/7439046
|
|
|
|
|
|
| |
R=adg, bsiegert
CC=golang-dev
http://codereview.appspot.com/6660047
|
|
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/6610061
Committer: Rob Pike <r@golang.org>
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/6353055
|
|
|
|
|
|
|
|
| |
Fixes issue 3399.
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/5919044
|
|
|
|
|
|
| |
R=adg, lvd
CC=golang-dev
http://codereview.appspot.com/5845065
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/5846070
|
|
|
|
|
|
|
|
| |
R=golang-dev, r, r
CC=golang-dev
http://codereview.appspot.com/5845059
Committer: Rob Pike <r@golang.org>
|
|
|
|
|
|
| |
R=golang-dev, kyle, r
CC=golang-dev
http://codereview.appspot.com/5728055
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows HTML pages to specify arbitrary data in a header:
<!--{
"Title": "The page title",
...
}-->
replacing the old style comments:
<!-- title The page title -->
R=gri, rsc, r, bradfitz, dsymonds
CC=golang-dev
http://codereview.appspot.com/5532093
|
|
|
|
|
|
| |
R=adg
CC=golang-dev
http://codereview.appspot.com/5328062
|
|
R=adg, cw, lvd
CC=golang-dev
http://codereview.appspot.com/5168046
Committer: Andrew Gerrand <adg@golang.org>
|