Age | Commit message (Collapse) | Author | Files | Lines |
|
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/224069
Committer: Rob Pike <r@golang.org>
|
|
R=gri
CC=golang-dev
http://codereview.appspot.com/223059
|
|
- gofmt -w src misc
- improves several lists and fixes minor degradation introduced
with the fix for issue 628
- removed some dead code (stringList)
R=rsc
CC=golang-dev
http://codereview.appspot.com/223058
|
|
gofmt -w -r 'strings.Bytes(a) -> []byte(a)' src/cmd src/pkg test/bench
gofmt -w -r 'strings.Runes(a) -> []int(a)' src/cmd src/pkg test/bench
delete unused imports
R=r
CC=golang-dev
http://codereview.appspot.com/224062
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/224063
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/224060
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/224061
Committer: Russ Cox <rsc@golang.org>
|
|
- applied gofmt to src and misc
Note: This fix improved formatting of src/pkg/math/all_test.go but leads
to a degradation in src/pkg/exp/4s/xs.go. The latter happened to "work"
before accidentally. Fixing the alignment in that case in general will
be a separate CL.
Fixes issue 628.
R=rsc
CC=golang-dev
http://codereview.appspot.com/223054
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/224057
|
|
various caching. make benchmark data a list
in a single per-builder,benchmark record instead
of having one record for each data point.
significant reduction in datastore cpu charges.
R=agl1, agl
CC=golang-dev
http://codereview.appspot.com/217111
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/224053
|
|
(per suggestion from Heresy.Mc@gmail.com)
R=rsc
CC=golang-dev
http://codereview.appspot.com/223052
|
|
path.Match() errors out when testing "*x" against "xxx"
because it matches the star non-greedily. Ensure that
the last chunk consumes the rest of the name.
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/223050
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/224051
|
|
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
|