Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes buggy links in the devel subdirectory.
Code from rsc; tested by me.
R=rsc, gri
CC=golang-dev
http://codereview.appspot.com/197041
|
|
R=rsc, iant
CC=golang-dev
http://codereview.appspot.com/196087
|
|
I got it wrong because gccgo was incorrectly failing to clear
the value when a nonblocking receive did not receive
anything.
R=rsc
CC=golang-dev
http://codereview.appspot.com/194161
|
|
bug238.go:11:7: error: invalid constant type
bug238.go:12:7: error: invalid constant type
bug238.go:13:7: error: invalid constant type
bug238.go:14:7: error: invalid constant type
bug238.go:15:7: error: invalid constant type
bug238.go:16:7: error: invalid constant type
bug238.go:17:7: error: invalid constant type
R=rsc
CC=golang-dev
http://codereview.appspot.com/194159
|
|
8g:
runtime.go:19: cannot refer to unexported name runtime.printbool
gccgo:
runtime.go:19:10: error: invalid reference to unexported identifier ‘runtime.printbool’
R=rsc
CC=golang-dev
http://codereview.appspot.com/194157
|
|
bug231.go:20:4: error: incompatible types in assignment (type has no methods)
R=rsc
CC=golang-dev
http://codereview.appspot.com/194156
|
|
bug228.go:11:25: error: invalid use of ‘...’
bug228.go:13:13: error: ‘...’ only permits one name
bug228.go:15:20: error: ‘...’ must be last parameter
bug228.go:17:7: error: expected type
bug228.go:19:8: error: expected type
R=rsc
CC=golang-dev
http://codereview.appspot.com/196077
|
|
on the wire.
R=rsc
CC=golang-dev
http://codereview.appspot.com/194146
|
|
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/194131
|
|
Fixes issue 566.
R=rsc
CC=golang-dev
http://codereview.appspot.com/194074
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 485.
R=r
CC=golang-dev
http://codereview.appspot.com/196071
|
|
Update the documents accordingly. Also document gccgo
specific options.
R=r
CC=golang-dev
http://codereview.appspot.com/196070
|
|
Fixes issue 576.
R=rsc, rog
CC=golang-dev
http://codereview.appspot.com/196061
Committer: Rob Pike <r@golang.org>
|
|
Fixes issue 550.
R=rsc
CC=eds, golang-dev, jtomaschke
http://codereview.appspot.com/196063
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 572.
Fixes issue 570.
R=r
CC=golang-dev
http://codereview.appspot.com/194134
|
|
R=rsc, ken2
CC=golang-dev
http://codereview.appspot.com/196055
|
|
R=nigeltao_golang
CC=golang-dev
http://codereview.appspot.com/194132
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/194133
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/194099
Committer: Russ Cox <rsc@golang.org>
|
|
Also, the unused Inflater.eof field was removed.
It has been unused since revision aaa0b24538.
"introduce os.EOF and io.ErrUnexpectedEOF. remove io.ErrEOF."
http://code.google.com/p/go/source/diff?spec=svnaaa0b24538ed1e3e54cbbfdd030a3c35785e74c5&r=aaa0b24538ed1e3e54cbbfdd030a3c35785e74c5&format=side&path=/src/pkg/compress/gzip/gunzip.go
R=rsc
CC=golang-dev
http://codereview.appspot.com/194122
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/194129
|
|
In particular, add field-value tokenizer which respects quoting rules.
The code is intended for use in tokenizing the Transfer-Encoding and Trailer fields.
The lexing function is not connected to the main parsing code yet (in the next CL).
R=rsc
CC=golang-dev
http://codereview.appspot.com/190085
Committer: Russ Cox <rsc@golang.org>
|
|
(1) http.Response must close resp.Body after writing.
(2) Case when resp.Body != nil and resp.ContentLength = 0 should not be
treated as an error in Response.Write, because this is what
ReadResponse often returns.
(3) Changed body.th to body.hdr for readability.
R=rsc
CC=golang-dev
http://codereview.appspot.com/194084
Committer: Russ Cox <rsc@golang.org>
|
|
Feel free to suggest other approaches.
R=rsc
CC=cw, golang-dev
http://codereview.appspot.com/193070
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/194126
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/196050
|
|
so that if you have a key.py with the real key,
there is no chance hg change will accidentally
make a CL with the real key and upload it to codereview.
R=agl1
CC=golang-dev
http://codereview.appspot.com/196051
|
|
Fixes issue 569
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/194121
Committer: Rob Pike <r@golang.org>
|
|
and methods.
R=rsc, ukai
CC=golang-dev
http://codereview.appspot.com/196044
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/196042
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/194120
|
|
Seems to be enabled spuriously during godoc (can't see why),
producing errors like:
parser.parseDir: src/pkg/http/server.go:159:16: 'Write' declared already at src/pkg/http/request.go:140:21 (and 4 more errors)
R=r
CC=golang-dev
http://codereview.appspot.com/194119
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/195081
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/195080
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/194118
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/186230
|
|
R=agl1
CC=golang-dev
http://codereview.appspot.com/194116
|
|
to go with the full path names
R=rsc
CC=golang-dev
http://codereview.appspot.com/195079
|
|
Fixes issue 219.
R=ken2, r
CC=golang-dev
http://codereview.appspot.com/194097
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/194114
|
|
TBR=agl1
CC=golang-dev
http://codereview.appspot.com/195076
|
|
... T
for trailing arguments of type T.
R=rsc, gri, ken2, iant
CC=golang-dev
http://codereview.appspot.com/194100
|
|
* some tweaks to dashboard html/css layout
* use hmac to generate per-builder subkeys
R=agl1
CC=golang-dev
http://codereview.appspot.com/194092
|
|
- provide scope to parse functions; if non-nil, parser uses the scope
to declare and lookup identifiers
- resolve forward references where possible
R=rsc
CC=golang-dev
http://codereview.appspot.com/194098
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/194091
|
|
* example-based syntax errors (go.errors)
* enable bison's more specific errors
and translate grammar token names into
tokens like ++
* test cases
R=ken2, r, ken3
CC=golang-dev
http://codereview.appspot.com/194085
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/193104
|
|
Fixes issue 560.
R=r
CC=golang-dev
http://codereview.appspot.com/195051
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/194094
|
|
R=rsc
CC=golang-dev, r
http://codereview.appspot.com/194043
Committer: Russ Cox <rsc@golang.org>
|