Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes issue 74.
R=rsc
http://codereview.appspot.com/154073
|
|
Fixes issue 73.
R=rsc
CC=golang-dev
http://codereview.appspot.com/154072
|
|
Fixes issue 22.
R=r
http://codereview.appspot.com/154069
|
|
Fixes issue 62.
R=r
http://codereview.appspot.com/152080
|
|
|
|
Fixes issue 27.
R=r
http://codereview.appspot.com/152075
|
|
TBR=agl1
CC=golang-dev
http://codereview.appspot.com/154065
|
|
Turn methods that don't store the result in their receiver into
functions in order to preserve the convention.
Re-jig Exp and Div by moving their guts into nat.go.
Add ProbablyPrime to perform Miller-Rabin primality tests.
crypto/rsa: reenable key generation since we now have ProbablyPrime.
R=gri
CC=go-dev
http://codereview.prom.corp.google.com/1024038
|
|
Fixes issue 22.
R=r1, r
http://codereview.appspot.com/152073
|
|
Fixes issue 38.
R=r1, r
http://codereview.appspot.com/152072
|
|
R=r
http://codereview.appspot.com/152057
|
|
R=agl1
CC=golang-dev
http://codereview.appspot.com/152051
|
|
R=agl, agl1
CC=golang-dev
http://codereview.appspot.com/153050
|
|
R=agl, agl1
CC=golang-dev
http://codereview.appspot.com/153048
|
|
some dns resolvers (opendns, for example)
are willing to make up results for any name.
R=agl, agl1
CC=golang-dev
http://codereview.appspot.com/152049
|
|
if suffixes don't work, check for name directly.
also fixes short names like bit.ly when ndots>1.
tested by tossing domain and search lines from /etc/resolv.conf
Fixes issue 2.
R=agl, agl1
CC=golang-dev
http://codereview.appspot.com/152048
|
|
R=rsc
http://codereview.appspot.com/152046
|
|
R=rsc
http://go/go-review/1025037
|
|
R=rsc
CC=r
http://go/go-review/1026038
|
|
R=r
http://go/go-review/1025036
|
|
R=r
http://go/go-review/1024046
|
|
- better debugging support
- gofmt -l src misc | wc -l is 0
R=rsc
http://go/go-review/1024042
|
|
rsc's algorithm
- applied gofmt -w misc src
- partial CL (last chunk)
R=rsc, r
http://go/go-review/1024041
|
|
rsc's algorithm
- applied gofmt -w misc src
- partial CL (remaining files in other CLs)
R=rsc, r
http://go/go-review/1026036
|
|
rsc's algorithm
- applied gofmt -w misc src
- partial CL (remaining files in other CLs)
R=rsc, r
http://go/go-review/1024040
|
|
R=rsc, r
http://go/go-review/1025029
|
|
(and to match the style of declContext)
R=rsc
http://go/go-review/1024033
|
|
a node fits on one line:
- for purposes of measuring the node size in text,
don't generate html or use a styler that could
generate html as it will lead to overly large
sizes
A consequence of this bug is that source code displayed
with godoc may show functions that fit on one line in
the source on multiple lines.
This change causes no difference to the gofmt formatting
of any files in src or misc.
R=rsc
http://go/go-review/1026034
|
|
R=ken
http://go/go-review/1026032
|
|
address one in rpc/client.go
R=rsc
CC=go-dev
http://go/go-review/1026030
|
|
HTML vs Html, URL vs Url, HTTP vs Http,
current source is 6:1 in favor of the former,
so change instances of the latter.
R=r
CC=go-dev
http://go/go-review/1024026
|
|
R=r, iant
CC=go-dev
http://go/go-review/1025024
|
|
adjust an inconsistency in reflect/type.go's package comment
R=rsc
http://go/go-review/1026029
|
|
reflect is a little more detailed than some because it affords an opportunity
to explain how to approach the library.
R=gri, rsc
CC=go-dev
http://go/go-review/1026026
|
|
R=r, rsc
http://go/go-review/1025023
|
|
- correct tabwidth argument for some tabwriter test cases
- catch negative tabwidth flag in gofmt w/o crashing
R=rsc
http://go/go-review/1026022
|
|
R=r, rsc
http://go/go-review/1026011
Committer: Rob Pike <r@golang.org>
|
|
- blank padding around composite literal contents for a less dense look
(most if not all composite literals were written in that style before gofmt
ran through them)
- corresponding (internal) flag: compositeLitBlank
- don't print a semi after a one-statement statement list (as preferred by r)
- corresponding (internal flag): fewerSemis
- the number of changes in nodes.go is huge because of the removed semis;
hg mail requires that I gofmt the file before
With both flags set to false, this CL causes no gofmt formatting change. We
can turn them on if we like it (and then remove the flags). Will submit with
flags disabled.
R=rsc, r
http://go/go-review/1025015
|
|
R=rsc
CC=go-dev
http://go/go-review/1026014
Committer: Russ Cox <rsc@golang.org>
|
|
on one line for a more compact representation of some composite Literals
R=rsc
http://go/go-review/1025008
|
|
- this CL is dependent on CL 1025008
R=r, rsc
http://go/go-review/1025009
|
|
- enabled for function declarations (not just function literals)
- applied gofmt -w $GOROOT/src
(look for instance at src/pkg/debug/elf/elf.go)
R=r, rsc
CC=go-dev
http://go/go-review/1026006
|
|
crypto/x509: reenable tests.
R=gri
CC=go-dev
http://go/go-review/1026004
|
|
R=agl
http://go/go-review/1024009
|
|
TBR=rsc
R=rsc
CC=go-dev
http://go/go-review/1024007
|
|
both 64 and 32 bit platforms.
Also, uncomment some tests that were still commented out from
debugging.
R=gri, rsc
CC=go-dev
http://go/go-review/1026003
|
|
usage to EABI.
go/test: passes 85% (296/347) on random android phone.
R=rsc
http://go/go-review/1024003
|
|
- with this change, `gofmt -l src/pkg | wc` is 0
R=rsc
http://go/go-review/1025002
|
|
R=r, rsc
http://go/go-review/1025001
|
|
R=rsc
http://go/go-review/1019004
|