Age | Commit message (Collapse) | Author | Files | Lines |
|
of keeping a checked-in copy. doesn't
slow down make.bash appreciably.
R=r
http://codereview.appspot.com/156099
|
|
Built-in function copy.
Addresses issue 203.
R=rsc, r, iant
http://codereview.appspot.com/156089
|
|
R=r
http://codereview.appspot.com/156080
|
|
R=dho
CC=golang-dev
http://codereview.appspot.com/156067
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/156044
|
|
R=rsc
http://codereview.appspot.com/155058
|
|
Fixes issue 218
R=r
CC=golang-dev
http://codereview.appspot.com/155067
Committer: Rob Pike <r@golang.org>
|
|
- Slight re-phrasing of struct type section since "field name" was not
properly introduced.
Fixes issue 164.
R=r, rsc, iant
http://codereview.appspot.com/155061
|
|
Fixes issue 173.
R=r, rsc, r1
http://codereview.appspot.com/154156
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/154153
|
|
Thanks to anno.langen.
Fixes issue 103.
R=r
http://codereview.appspot.com/155050
|
|
Fixes issue 196.
R=rsc
http://codereview.appspot.com/154152
|
|
Fixes issue 189.
R=r
CC=rsc
http://codereview.appspot.com/155055
|
|
R=rsc
http://codereview.appspot.com/152128
|
|
fix a typo caught by kakugawa@gmail.com
Fixes issue 92.
R=rsc
CC=golang-dev
http://codereview.appspot.com/152105
|
|
add a mention of range to the tutorial.
change tutorial's title.
R=rsc
CC=golang-dev
http://codereview.appspot.com/152098
|
|
R=rsc, agl1
CC=golang-dev
http://codereview.appspot.com/154076
|
|
Fixes issue 69.
R=r
http://codereview.appspot.com/152082
|
|
Fixes issue 59.
Add note about export.
R=r
http://codereview.appspot.com/152079
|
|
R=rsc, iant
CC=golang-dev
http://codereview.appspot.com/154059
|
|
Fixes issue 45.
R=rsc, r1
CC=golang-dev
http://codereview.appspot.com/154055
|
|
Fixes issue 14.
R=r
http://codereview.appspot.com/152052
|
|
R=rsc
CC=go-dev
http://codereview.appspot.com/152050
|
|
R=r
http://codereview.appspot.com/153051
|
|
R=r
http://go/go-review/1024048
|
|
R=r
http://go/go-review/1024047
|
|
and doc/contribute.html.
add #go-nuts to help section on nav bar.
R=r
http://go/go-review/1025035
|
|
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
|
|
by rsc.
R=rsc
CC=go-dev
http://go/go-review/1025034
|
|
R=r
http://go/go-review/1024043
|
|
R=rsc
CC=go-dev
http://go/go-review/1026035
|
|
didn't match the composite literal initialization.
R=r
CC=kaib
http://go/go-review/1024039
|
|
R=r
http://go/go-review/1025033
|
|
- consistently remove all underbars from links
- this removes need for noline style
- removed unused info style
R=r, rsc
http://go/go-review/1025032
|
|
R=rsc
CC=go-dev
http://go/go-review/1024037
|
|
(issue found by ken)
R=go-dev, rsc
http://go/go-review/1025030
|
|
R=rsc
CC=go-dev
http://go/go-review/1025028
|
|
since most people won't get to the second one.
R=r
http://go/go-review/1024031
|
|
(fits better in the color scheme).
eliminate background color on line numbers at
bottom of search results, now that they are grouped.
live at http://r45:3456/search?q=Reader
R=r, gri
http://go/go-review/1024030
|
|
tighter nav list.
R=r
http://go/go-review/1024029
|
|
R=rsc
CC=go-dev
http://go/go-review/1026031
|
|
delete the unnecessary "Programming in Go. Watch Now" from the right box.
center the video picture in the right box.
R=rsc
CC=go-dev
http://go/go-review/1025027
|
|
R=r, iant
CC=go-dev
http://go/go-review/1025024
|
|
These are all fairly trivial and may be ignored.
R=r
CC=go-dev
http://go/go-review/1024025
|
|
- introduced a new run per file containing all spots belonging
to the same kind (e.g. var decl, const decl, etc.)
- more comments, better index.go file organization
R=rsc
http://go/go-review/1026028
|
|
(this was surprisingly hard to get right in HTML)
- show modification times in source directory listings
- various tweaks
R=rsc
http://go/go-review/1024024
|
|
source code browser on code.google.com
(where LICENSE file is visible)
R=r
http://go/go-review/1024023
|
|
the most substantial are the wording around semicolons
and around the channel manager nits. both were subtly
incorrect.
R=iant, r
CC=go-dev
http://go/go-review/1025018
|
|
one real bug: *[]float -> *[3]float
R=r
http://go/go-review/1024016
|
|
R=rsc
CC=go-dev
http://go/go-review/1025022
|