Age | Commit message (Collapse) | Author | Files | Lines |
|
R=ken
OCL=32239
CL=32239
|
|
R=ken
OCL=31399
CL=31399
|
|
R=ken
OCL=31295
CL=31295
|
|
R=r,iant
DELTA=1 (0 added, 0 deleted, 1 changed)
OCL=31146
CL=31148
|
|
bug022.go:8:13: error: attempt to index object which is not array, string, or map
R=rsc
DELTA=1 (0 added, 0 deleted, 1 changed)
OCL=31082
CL=31089
|
|
R=ken
OCL=30889
CL=30889
|
|
can now forward declare across files
R=r
DELTA=15 (0 added, 15 deleted, 0 changed)
OCL=30873
CL=30880
|
|
R=ken
OCL=30783
CL=30783
|
|
R=r
DELTA=51 (4 added, 4 deleted, 43 changed)
OCL=30759
CL=30778
|
|
won't submit unless 30586 goes in.
R=r
DELTA=94 (65 added, 16 deleted, 13 changed)
OCL=30592
CL=30755
|
|
R=rsc
DELTA=6 (1 added, 3 deleted, 2 changed)
OCL=30604
CL=30604
|
|
R=ken
OCL=29989
CL=29999
|
|
R=ken
OCL=29907
CL=29907
|
|
R=r
DELTA=25 (25 added, 0 deleted, 0 changed)
OCL=29875
CL=29875
|
|
R=ken
OCL=29651
CL=29653
|
|
R=r
OCL=29646
CL=29646
|
|
R=r
OCL=29623
CL=29623
|
|
R=r
OCL=29619
CL=29619
|
|
R=r
OCL=29612
CL=29612
|
|
R=r
OCL=29479
CL=29479
|
|
R=ken
OCL=29448
CL=29448
|
|
R=ken
OCL=29425
CL=29427
|
|
R=ken
OCL=29407
CL=29407
|
|
bug117.go:13:12: error: reference to undefined field or method
import1.go:9:2: error: redefinition of '.main.bufio'
import1.go:8:2: note: previous definition of '.main.bufio' was here
import1.go:9:2: error: incompatible imported type 'bufio.Error'
interface9.go:25:5: error: incompatible types in assignment (method P requires a pointer)
interface9.go:30:5: error: incompatible types in assignment (method P requires a pointer)
R=rsc
DELTA=5 (0 added, 0 deleted, 5 changed)
OCL=29044
CL=29055
|
|
R=r
OCL=28569
CL=28573
|
|
R=r
DELTA=42 (20 added, 22 deleted, 0 changed)
OCL=28295
CL=28295
|
|
value has been received. This failed with gccgo before
today.
R=ken,r
DELTA=18 (18 added, 0 deleted, 0 changed)
OCL=28185
CL=28190
|
|
R=ken
OCL=28120
CL=28124
|
|
R=r
OCL=27987
CL=27987
|
|
R=r
OCL=27980
CL=27980
|
|
R=r
OCL=27979
CL=27979
|
|
as a new name in a later declaration
(bug 144)
R=r
OCL=27850
CL=27850
|
|
as a regression test for the fix made in s2/27706.
R=r
APPROVED=r
DELTA=14 (13 added, 0 deleted, 1 changed)
OCL=27707
CL=27709
|
|
R=dsymonds
DELTA=58 (26 added, 32 deleted, 0 changed)
OCL=27698
CL=27698
|
|
R=r
DELTA=4 (0 added, 0 deleted, 4 changed)
OCL=27578
CL=27584
|
|
as a reminder, the old conversion
was that you could write
var arr [10]byte;
var slice []byte;
slice = arr;
but now you have to write
slice = &arr;
the change eliminates an implicit &, so that
the only implicit &s left are in the . operator
and in string(arr).
also, removed utf8.EncodeRuneToString
in favor of string(rune).
R=r
DELTA=83 (1 added, 23 deleted, 59 changed)
OCL=27531
CL=27534
|
|
R=rsc
OCL=27331
CL=27331
|
|
^ signed(const) becomes illegal
^ unsigned(const) becomes legal
R=r
OCL=26697
CL=26697
|
|
R=ken
DELTA=56 (26 added, 30 deleted, 0 changed)
OCL=26628
CL=26628
|
|
bug090.go:41:6: error: floating point constant truncated to integer
bug090.go:32:6: error: floating point constant truncated to integer
bug090.go:34:14: error: floating point constant truncated to integer
bug090.go:37:5: error: incompatible types in assignment
bug090.go:40:5: error: incompatible types in assignment
R=rsc
DELTA=2 (0 added, 0 deleted, 2 changed)
OCL=26564
CL=26574
|
|
close two more bugs.
R=ken
OCL=26226
CL=26226
|
|
various bug fixes and tests involving constants.
test/const1.go is the major new test case.
R=ken
OCL=26216
CL=26224
|
|
R=r
OCL=26146
CL=26146
|
|
R=r
OCL=26142
CL=26142
|
|
R=r
OCL=26090
CL=26090
|
|
R=rsc
DELTA=8 (0 added, 5 deleted, 3 changed)
OCL=25857
CL=25861
|
|
R=ken
OCL=25787
CL=25791
|
|
R=rsc
DELTA=1 (0 added, 0 deleted, 1 changed)
OCL=25648
CL=25654
|
|
plus significant hand editing.
Back to T{x} for composite literals.
R=r
OCL=25612
CL=25632
|
|
R=ken
OCL=25448
CL=25448
|