Age | Commit message (Collapse) | Author | Files | Lines |
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/223044
|
|
This permits cgo generated code to use these header files even
if the Go sources are not around.
R=rsc
CC=golang-dev
http://codereview.appspot.com/224045
|
|
- always include position information about opening/closing parens/braces
- replace uses of []*ast.Field with *ast.FieldList
Fixes issue 473.
R=rsc
CC=golang-dev
http://codereview.appspot.com/223043
|
|
R=eridius, r, rog
CC=golang-dev
http://codereview.appspot.com/217088
|
|
default to HTTP/1.1
R=petar-m
CC=golang-dev
http://codereview.appspot.com/224041
|
|
- add extra test cases to go/printer tests
- apply gofmt to src and misc
R=rsc
CC=golang-dev
http://codereview.appspot.com/223041
|
|
- remove several TODOs
- as a side-effect, comment stylers are now used always and comments
will be properly colored in godoc pkg documentation pages (and not
only when looking at source text)
R=rsc
CC=golang-dev
http://codereview.appspot.com/222041
|
|
"naive" version.
R=r
CC=golang-dev
http://codereview.appspot.com/218046
Committer: Rob Pike <r@golang.org>
|
|
R=rsc, adg
CC=golang-dev
http://codereview.appspot.com/218076
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/218074
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/217108
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/218064
Committer: Russ Cox <rsc@golang.org>
|
|
Replaces stale references to modes.go.
R=golang-dev, agl, rsc
CC=golang-dev
http://codereview.appspot.com/218071
Committer: Russ Cox <rsc@golang.org>
|
|
R=adg
CC=golang-dev, zavislak
http://codereview.appspot.com/218072
|
|
Fixes issue 618.
R=rsc
CC=golang-dev
http://codereview.appspot.com/217094
|
|
Fixes issue 420.
R=r
CC=golang-dev
http://codereview.appspot.com/218065
|
|
has been flaking on various architectures.
not sure why, but doesn't seem to be Go's fault.
Fixes issue 617.
R=r
CC=golang-dev
http://codereview.appspot.com/217093
|
|
Added lgamma.go, tests and special cases.
R=rsc
CC=golang-dev
http://codereview.appspot.com/217060
Committer: Russ Cox <rsc@golang.org>
|
|
R=adg
CC=golang-dev
http://codereview.appspot.com/210047
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/218063
|
|
minor unrelated cleanups
R=rsc
CC=golang-dev
http://codereview.appspot.com/217086
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/217066
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/218050
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc, cw
CC=golang-dev
http://codereview.appspot.com/217085
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/217059
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/217047
Committer: Russ Cox <rsc@golang.org>
|
|
R=adg
CC=golang-dev
http://codereview.appspot.com/218060
|
|
also check for illegal UTF-8 sequences
R=rsc
CC=golang-dev
http://codereview.appspot.com/218061
|
|
R=rsc, adg
CC=golang-dev
http://codereview.appspot.com/217071
Committer: Andrew Gerrand <adg@golang.org>
|
|
nul is a reserved file name in Windows
R=r
CC=golang-dev
http://codereview.appspot.com/216068
|
|
complex divide
float(complex) conversion
8g 5g etc
tests
R=rsc
CC=golang-dev
http://codereview.appspot.com/218044
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/217069
|
|
more complex -- constants, variables and print.
R=rsc
CC=golang-dev
http://codereview.appspot.com/217061
|
|
R=ukai, rsc
CC=golang-dev
http://codereview.appspot.com/166074
Committer: Russ Cox <rsc@golang.org>
|
|
R=adg
CC=golang-dev, tsavola
http://codereview.appspot.com/217049
|
|
(this will simplify some further changes)
removed several TODOs
R=rsc
CC=golang-dev
http://codereview.appspot.com/216059
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/217058
|
|
- go/ast: removed StringList (not needed anymore)
- go/ast: changed import path and field list tag to a single string
- updated all dependencies
R=rsc
CC=golang-dev
http://codereview.appspot.com/217056
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/216054
|
|
R=adg
CC=golang-dev
http://codereview.appspot.com/216053
|
|
Compliance issue addressed here: POST requests carrying form data are required
to use "identity" transfer encoding by common nginx and apache server configurations,
e.g. wordpress.com (and many others). So, Request needed to be able to send
non-chunked encodings.
Thus, Request is extended to support identity and chunked encodings, like
Response. Since the Read() and Write() logic are shared by both (and are
quite long), it is exported in a separate file transfer.go.
R=rsc
CC=golang-dev
http://codereview.appspot.com/217048
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/216052
Committer: Russ Cox <rsc@golang.org>
|
|
reorganize benchmark computation so that it is
incremental. if it times out, it doesn't lose the
pieces it already computed, so that next time it
has a fighting chance to finish.
R=agl1, agl
CC=golang-dev
http://codereview.appspot.com/216046
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/212041
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/206050
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/203051
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/207061
Committer: Russ Cox <rsc@golang.org>
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/217044
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/194151
Committer: Russ Cox <rsc@golang.org>
|
|
Added special condition and benchmarks for Cbrt, Sincos. Took Frexp and Ldexp out of bits.go.
R=rsc
CC=golang-dev
http://codereview.appspot.com/206084
Committer: Russ Cox <rsc@golang.org>
|