Age | Commit message (Collapse) | Author | Files | Lines |
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/194114
|
|
... T
for trailing arguments of type T.
R=rsc, gri, ken2, iant
CC=golang-dev
http://codereview.appspot.com/194100
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/194091
|
|
no longer ambiguous at top level, thanks to new semicolon rules.
use gofmt layout for function types.
Fixes issue 528.
R=gri
CC=golang-dev
http://codereview.appspot.com/194077
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/193075
|
|
add hyperlink at mention of package reflect.
Fixes issue 438.
R=r
CC=golang-dev
http://codereview.appspot.com/190042
|
|
R=gri, rsc
CC=golang-dev
http://codereview.appspot.com/189057
|
|
R=gri
CC=golang-dev
http://codereview.appspot.com/186113
|
|
R=gri, iant
CC=golang-dev
http://codereview.appspot.com/183160
|
|
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/183113
|
|
Fixes issue 457.
R=r
CC=golang-dev
http://codereview.appspot.com/181083
|
|
Without this change, the spec parses <-c.(type) as (<-c).(type)
but parses <-c.(int) as <-(c.(int)).
With this change, the former parses as <-(c.(type)).
All three parsers already implement this rule, because
they look for the "type" word during parsing of a standard
type assertion. This change merely brings the
spec in line with the implementations.
http://code.google.com/p/go/source/browse/src/cmd/gc/go.y#801
http://code.google.com/p/go/source/browse/src/pkg/go/parser/parser.go#900
http://gcc.gnu.org/viewcvs/branches/gccgo/gcc/go/parse.cc?revision=155389&view=markup#l2469
Pointed out by Brett Kail on golang-nuts.
R=gri
CC=golang-dev
http://codereview.appspot.com/182044
|
|
R=rsc, r, iant, ken2
CC=golang-dev
http://codereview.appspot.com/166066
Committer: Robert Griesemer <gri@golang.org>
|
|
R=gri
CC=golang-dev
http://codereview.appspot.com/164088
|
|
R=gri
http://codereview.appspot.com/164081
|
|
Easy stuff in this round, more to come.
R=iant, rsc, r, ken2
http://codereview.appspot.com/163058
|
|
R=golang-dev, rsc
http://codereview.appspot.com/164052
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 113.
R=gri, rsc
CC=golang-dev
http://codereview.appspot.com/159049
|
|
Built-in function copy.
Addresses issue 203.
R=rsc, r, iant
http://codereview.appspot.com/156089
|
|
- 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
|
|
Fixes issue 189.
R=r
CC=rsc
http://codereview.appspot.com/155055
|
|
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
CC=go-dev
http://go/go-review/1024037
|
|
(issue found by ken)
R=go-dev, rsc
http://go/go-review/1025030
|
|
- carriage return is white space
- "" strings cannot span newlines
- f(g()) is ok if g is multivalue and matches f's args
R=rsc, gri
CC=go-dev
http://go/go-review/1024017
|
|
R=iant
CC=go-dev
http://go/go-review/1016032
|
|
fix link in spec.
R=rsc
CC=go-dev
http://go/go-review/1017013
|
|
R=rsc
CC=go-dev
http://go/go-review/1018002
|
|
- handle HTML tagging via (client-installable) Stylers
go/doc:
- basic styler support
- some factoring
- ready to contain the search code (but for now excluded)
doc/style.css:
- updated
doc/go_spec.css:
- cleanup: replace deprecated uses of <font> tag with <span> tag
R=rsc
DELTA=302 (160 added, 62 deleted, 80 changed)
OCL=35973
CL=35996
|
|
R=ken
OCL=35920
CL=35920
|
|
- specify evaluation order of floating-point expressions as
discussed
- specify floating point conversion rounding as discussed
- slightly reformatted section on conversions to make it
more readable (hopefully)
- fixed production for interpreted_string_lit - components
were not properly tagged before because of """ instead of `"`
R=go-dev
DELTA=83 (41 added, 11 deleted, 31 changed)
OCL=35864
CL=35885
|
|
- the first HTML comment in those files is extracted as page
title when serving them
- lib/godoc.html is top-level template for all pages served
- experimented a bit with package documentation layout
(feedback welcome)
- various related cleanups
TODO:
- The / page (doc/root.html) content repeats links that are
in the navigation bar. It needs to be cleaned up.
R=rsc
DELTA=826 (86 added, 692 deleted, 48 changed)
OCL=35230
CL=35245
|
|
- moved Conversions section out of built-in functions and into expressions
- fixed syntax of conversions (parens are not mandatory if the type is not a TypeName)
(this is the only change to the Conversions section; the rest of the text is just moved;
old line: 4043, new line: 3078)
- fixed syntax of composite literals (parens are allowed around LiteralType)
DELTA=239 (115 added, 98 deleted, 26 changed)
OCL=35118
CL=35159
|
|
add Effective Go to the set of links
DELTA=166 (62 added, 57 deleted, 47 changed)
OCL=35085
CL=35089
|
|
- removed section on Multiple-file packages as this seems now now covered
sufficiently elsewhere
DELTA=45 (11 added, 25 deleted, 9 changed)
OCL=35065
CL=35071
|
|
R=gri
DELTA=8 (3 added, 0 deleted, 5 changed)
OCL=35045
CL=35047
|
|
DELTA=68 (51 added, 8 deleted, 9 changed)
OCL=35038
CL=35046
|
|
DELTA=42 (10 added, 11 deleted, 21 changed)
OCL=35017
CL=35020
|
|
- added missing <p> tags in various places
DELTA=62 (32 added, 4 deleted, 26 changed)
OCL=35014
CL=35014
|
|
- cosmetic adjustments
R=r
DELTA=30 (0 added, 0 deleted, 30 changed)
OCL=35010
CL=35012
|
|
DELTA=355 (93 added, 85 deleted, 177 changed)
OCL=34904
CL=34998
|
|
R=ken
DELTA=1 (0 added, 0 deleted, 1 changed)
OCL=34828
CL=34828
|
|
- fixed broken link to function literals section
- minor adjustments
R=r
DELTA=20 (1 added, 3 deleted, 16 changed)
OCL=34792
CL=34794
|
|
- re-use MethodName production
R=r
DELTA=4 (1 added, 1 deleted, 2 changed)
OCL=34734
CL=34734
|
|
+ style sheet: like code.google.com but less feature-ful
+ JS with table-of-contents generation
+ tweaked go_spec.html and go_mem.html to use new style+JS
+ static-HTML-ified a few other Go docs:
+ static HTML versions of some wiki pages (which I'll turn
into links to these pages).
A notable thing that is _not_ in this changelist: any change
to the godoc tool or whatever thing generates http://go/godoc
R=r
APPROVED=r
DELTA=2472 (2307 added, 113 deleted, 52 changed)
OCL=34644
CL=34728
|
|
DELTA=9 (2 added, 4 deleted, 3 changed)
OCL=34690
CL=34692
|
|
- added TODO for syntax for built-ins (require type as first argument)
- removed duplicate definition of Index
DELTA=13 (11 added, 1 deleted, 1 changed)
OCL=34668
CL=34688
|
|
DELTA=238 (118 added, 116 deleted, 4 changed)
OCL=34653
CL=34660
|