Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
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>
|
|
(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
|
|
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>
|
|
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>
|
|
Thanks to Charles Dorian for the help.
R=rsc
CC=Charlie Dorian, golang-dev
http://codereview.appspot.com/207049
Committer: Russ Cox <rsc@golang.org>
|
|
HTML4 standard supports unquoted attibute values in certain cases
(http://www.w3.org/TR/REC-html40/intro/sgmltut.html#h-3.2.2).
R=rsc
CC=golang-dev
http://codereview.appspot.com/207095
Committer: Russ Cox <rsc@golang.org>
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/206079
Committer: Russ Cox <rsc@golang.org>
|
|
fix, test MergeWithStdout
R=r
CC=golang-dev
http://codereview.appspot.com/214046
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/216043
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/217041
|
|
pages
R=rsc
CC=adg, golang-dev
http://codereview.appspot.com/215050
|
|
asm_arm.s was using ldrex which does not work
on armv5. Tested on Sheevaplug.
R=rsc, kaib
CC=golang-dev
http://codereview.appspot.com/214049
Committer: Kai Backman <kaib@golang.org>
|
|
import and export
R=rsc
CC=golang-dev
http://codereview.appspot.com/214050
|
|
Fixes issue 287.
R=ken2
CC=golang-dev
http://codereview.appspot.com/215048
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/215042
|
|
only front-end compiler work.
best to do thin in 3 steps
1. frontend
2. backend
3. lib
R=rsc
CC=golang-dev
http://codereview.appspot.com/214042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/213041
|
|
under repeated application of gofmt
R=agl, agl1
CC=golang-dev
http://codereview.appspot.com/212046
|
|
Fixes issue 602.
R=ken2
CC=golang-dev
http://codereview.appspot.com/212045
|
|
thanks to yglgogo for analysis.
Fixes issue 593.
R=rsc
CC=golang-dev
http://codereview.appspot.com/210044
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/207096
|
|
Fixes issue 582.
Update issue 287
Status: Accepted
Bug fix was too intrusive; undo and reopen issue.
R=ken2
CC=golang-dev
http://codereview.appspot.com/209044
|
|
and complain about illegal UTF-8 code sequences
R=rsc
CC=golang-dev
http://codereview.appspot.com/209043
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/210043
|
|
R=ken2, ken3
CC=golang-dev
http://codereview.appspot.com/209041
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/207110
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/207112
|
|
Fixes issue 596.
R=rsc
CC=golang-dev
http://codereview.appspot.com/206101
Committer: Rob Pike <r@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/206109
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/207111
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/207071
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/206077
Committer: Russ Cox <rsc@golang.org>
|
|
Example use: godoc -path=/home/user1:/home/build/foo -http=:6666
will start a local godoc that maps urls starting with /pkg/user1 or
/pkg/foo to the respective roots specified in the path.
Missing: Handling of overlapping package directories, multiple
packages per directory.
R=rsc
CC=golang-dev
http://codereview.appspot.com/206078
|
|
directory:
- adjust ast.Package node and doc.PackageDoc correspondingly
- introduce parser.ParseFiles
R=rsc
CC=golang-dev
http://codereview.appspot.com/207087
|
|
Fixes issue 605.
R=rsc
CC=golang-dev
http://codereview.appspot.com/207108
|