Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes issue 805.
R=rsc
CC=golang-dev
http://codereview.appspot.com/1400041
|
|
and adjust conversion rules.
Also:
- clarification of type identity (no language change)
- adjust special rules for channel assignment/comparison to
require identical element types (in correspondence to non-
recursiveness of type compatibility)
R=rsc, iant, ken2, r
CC=golang-dev
http://codereview.appspot.com/1376042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/1388041
|
|
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/1382041
Committer: Russ Cox <rsc@golang.org>
|
|
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/1383041
Committer: Russ Cox <rsc@golang.org>
|
|
read from standard input. Add description of scanning to
the package comment.
R=rsc
CC=golang-dev
http://codereview.appspot.com/1390041
|
|
from an array; one needs to write a[0:] instead.
R=rsc, r, iant, ken2
CC=golang-dev
http://codereview.appspot.com/1365041
|
|
Fix Rectangle.Clip.
It could return a non-canonical rectangle if its arguments
did not overlap.
e.g. Rect(0, 0, 10, 10).Clip(Rect(0, 20, 10, 30)) -> Rect(0, 20, 10, 10)
R=rsc, r
CC=golang-dev, golang-dev
http://codereview.appspot.com/1290041
Committer: Rob Pike <r@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/1363041
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/1354041
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/1309045
|
|
R=gri
CC=golang-dev
http://codereview.appspot.com/1326042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/1315042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/1315042
|
|
one found
R=r
CC=golang-dev
http://codereview.appspot.com/1331041
|
|
ModInverse is just a small wrapper around GcdInt, but it's nice to
have in order to be clear about what one is doing in other code.
R=gri, agl1
CC=golang-dev
http://codereview.appspot.com/1244045
|
|
R=gri
CC=golang-dev
http://codereview.appspot.com/1316042
|
|
Still to do:
- composite types
- user-defined scanners
- format-driven scanning
The package comment will be updated when more of the functionality is in place.
R=rsc
CC=golang-dev
http://codereview.appspot.com/1252045
|
|
R=golang-dev, gri
CC=golang-dev
http://codereview.appspot.com/1303041
Committer: Robert Griesemer <gri@golang.org>
|
|
R=gri
CC=golang-dev
http://codereview.appspot.com/1253046
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/1270042
Committer: Robert Griesemer <gri@golang.org>
|
|
On my laptop, time to prepare and write 800x600 pixels over the
socket falls from 125-ish ms to 80-ish ms.
Thanks to Roger Peppe for the suggestion.
R=r
CC=golang-dev
http://codereview.appspot.com/1228044
|
|
Fixes issue 806.
R=ken2
CC=golang-dev
http://codereview.appspot.com/1281042
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/1284041
|
|
TBR=nigeltao
CC=golang-dev
http://codereview.appspot.com/1259042
|
|
Fixes issue 771.
R=ken2
CC=golang-dev
http://codereview.appspot.com/1267042
|
|
Fixes issue 807.
R=ken2
CC=golang-dev
http://codereview.appspot.com/1283041
|
|
R=rsc
CC=golang-dev, r
http://codereview.appspot.com/1271041
Committer: Russ Cox <rsc@golang.org>
|
|
R=gri
CC=golang-dev
http://codereview.appspot.com/1270041
Committer: Robert Griesemer <gri@golang.org>
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/1278042
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/1274042
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/1220046
|
|
Fixes issue 808.
R=ken2
CC=golang-dev
http://codereview.appspot.com/1273042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/1282041
|
|
Fixes issue 803.
R=rsc, r, iant, ken2
CC=golang-dev
http://codereview.appspot.com/1281041
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/1140043
Committer: Russ Cox <rsc@golang.org>
|
|
R=adg
CC=golang-dev
http://codereview.appspot.com/1221043
|
|
Motivated by:
func f() []int
func g() [10]int
f()[1] = 1 // ok
g()[1] = 1 // ERROR
R=gri
CC=golang-dev
http://codereview.appspot.com/1278041
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/1254044
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/1275042
|
|
Fixes issue 804.
R=ken2
CC=golang-dev
http://codereview.appspot.com/1224045
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/1280041
|
|
- accepted by gccgo, gofmt
- some not accepted by 6g
- spec revision forthcoming
R=rsc
CC=golang-dev
http://codereview.appspot.com/1279041
|
|
R=golang-dev, adg
CC=golang-dev
http://codereview.appspot.com/1209048
Committer: Andrew Gerrand <adg@golang.org>
|
|
This ought to make draw/x11 work on a Mac.
R=rsc
CC=golang-dev
http://codereview.appspot.com/1265042
|
|
R=gri
CC=golang-dev, golang-dev
http://codereview.appspot.com/1244044
|
|
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/1268041
Committer: Russ Cox <rsc@golang.org>
|
|
I have no idea how that got in there.
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/1240046
Committer: Russ Cox <rsc@golang.org>
|
|
R=golang-dev, gri
CC=golang-dev
http://codereview.appspot.com/1266042
Committer: Robert Griesemer <gri@golang.org>
|
|
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/1267041
|