- 18 Aug, 2009 3 commits
-
-
Nigel Tao authored
R=rsc APPROVED=rsc DELTA=204 (204 added, 0 deleted, 0 changed) OCL=33437 CL=33440
-
Ian Lance Taylor authored
does so in ways that permit its size to be known. R=rsc DELTA=35 (35 added, 0 deleted, 0 changed) OCL=33427 CL=33433
-
Ian Lance Taylor authored
bug165.go:13:6: error: invalid recursive type 'S' This is a different line from the 6g error message, which is "invalid map key type". I accomodated both compilers by merging the line. bug188.go:13:2: error: unexpected reference to package I made the error message less specific, which I think is fine here. R=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=33398 CL=33426
-
- 17 Aug, 2009 9 commits
-
-
Rob Pike authored
R=rsc OCL=33418 CL=33418
-
Robert Griesemer authored
R=rsc,r DELTA=5 (3 added, 0 deleted, 2 changed) OCL=33413 CL=33417
-
Rob Pike authored
R=rsc DELTA=41 (20 added, 2 deleted, 19 changed) OCL=33412 CL=33415
-
Rob Pike authored
R=rsc OCL=33407 CL=33409
-
Rob Pike authored
R=rsc DELTA=6 (4 added, 2 deleted, 0 changed) OCL=33400 CL=33400
-
Rob Pike authored
R=rsc OCL=33382 CL=33391
-
Ian Lance Taylor authored
interface type in a struct. It is meaningful and the compilers support it. R=gri DELTA=2 (0 added, 0 deleted, 2 changed) OCL=33378 CL=33384
-
Austin Clements authored
R=rsc APPROVED=rsc DELTA=286 (217 added, 42 deleted, 27 changed) OCL=33319 CL=33383
-
Robert Griesemer authored
- no other changes R=r DELTA=1248 (623 added, 623 deleted, 2 changed) OCL=33371 CL=33371
-
- 15 Aug, 2009 3 commits
-
-
Robert Griesemer authored
- renamed Z -> Int - made Int ops methods on *Int - "install" assembly routines dynamically - replace mulVW functions with mulAddVWW of equivalent performance but symmetric functionality to divWVW - implemented scanN status: - need mulNN (trivial) - need division/modulo after which the set of elementary operations is complete - to/from string conversion working R=rsc DELTA=320 (124 added, 50 deleted, 146 changed) OCL=33308 CL=33341
-
Russ Cox authored
semacquire might move to another m. R=r DELTA=5 (2 added, 2 deleted, 1 changed) OCL=33317 CL=33326
-
Robert Griesemer authored
- remove language on (in-)complete types DELTA=95 (8 added, 62 deleted, 25 changed) OCL=33310 CL=33322
-
- 14 Aug, 2009 12 commits
-
-
Robert Griesemer authored
R=rsc,r DELTA=16 (16 added, 0 deleted, 0 changed) OCL=33292 CL=33303
-
Rob Pike authored
R=rsc DELTA=70 (16 added, 52 deleted, 2 changed) OCL=33295 CL=33299
-
Austin Clements authored
signal. R=rsc APPROVED=rsc DELTA=1 (1 added, 0 deleted, 0 changed) OCL=33249 CL=33296
-
Austin Clements authored
R=rsc APPROVED=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=33294 CL=33294
-
Austin Clements authored
stacks produced by whole-package compilation. Fix some off-by-ones in PC/line table parsing. Hopefully. R=rsc APPROVED=rsc DELTA=42 (24 added, 6 deleted, 12 changed) OCL=33250 CL=33293
-
Russ Cox authored
now 15% overhead instead of 30% in binaries. R=ken OCL=33235 CL=33288
-
Robert Griesemer authored
- implemented low-level operations on word vectors - implemented corresponding amd64 assembly routines for word vector operations - implemented first set of operations on unsigned integers - implemented first set of operations on signed integers - implemented systematic test cases for each data type R=rsc DELTA=1330 (1330 added, 0 deleted, 0 changed) OCL=33132 CL=33285
-
Austin Clements authored
at PC, to deal with functions that end with a CALL instruction. Special case known call-by-return functions. R=rsc APPROVED=rsc DELTA=12 (6 added, 6 deleted, 0 changed) OCL=33255 CL=33279
-
Rob Pike authored
R=rsc OCL=33273 CL=33276
-
Robert Griesemer authored
R=r DELTA=49 (0 added, 14 deleted, 35 changed) OCL=33272 CL=33272
-
Rob Pike authored
R=rsc DELTA=2339 (19 added, 2303 deleted, 17 changed) OCL=33239 CL=33253
-
Austin Clements authored
R=rsc APPROVED=rsc DELTA=9 (4 added, 3 deleted, 2 changed) OCL=33238 CL=33251
-
- 13 Aug, 2009 13 commits
-
-
Russ Cox authored
backtraces don't work, but they didn't work when i started either. R=ken OCL=33230 CL=33230
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=33209 CL=33227
-
Russ Cox authored
archive size +70% binary size +30% old wreck.mtv=; ls -l /Users/rsc/bin/{godoc,gofmt} -rwxr-xr-x 1 rsc eng 1487922 Aug 13 13:21 /Users/rsc/bin/godoc -rwxr-xr-x 1 rsc eng 995995 Aug 13 13:21 /Users/rsc/bin/gofmt wreck.mtv=; du -sh $GOROOT/pkg/ 9.5M /home/rsc/go/pkg/ wreck.mtv=; new wreck.mtv=; ls -l /Users/rsc/bin/{godoc,gofmt} -rwxr-xr-x 1 rsc eng 2014390 Aug 13 14:25 /Users/rsc/bin/godoc -rwxr-xr-x 1 rsc eng 1268705 Aug 13 14:25 /Users/rsc/bin/gofmt wreck.mtv=; du -sh $GOROOT/pkg 16M /home/rsc/go/pkg wreck.mtv=; R=ken OCL=33217 CL=33220
-
Russ Cox authored
R=r DELTA=67 (17 added, 29 deleted, 21 changed) OCL=33215 CL=33219
-
Rob Pike authored
R=rsc DELTA=204 (153 added, 49 deleted, 2 changed) OCL=33213 CL=33213
-
Rob Pike authored
R=gri DELTA=4 (0 added, 4 deleted, 0 changed) OCL=33202 CL=33204
-
Rob Pike authored
also fix the comments in the generated files. R=rsc DELTA=949 (470 added, 465 deleted, 14 changed) OCL=33197 CL=33201
-
Rob Pike authored
R=rsc DELTA=38 (21 added, 3 deleted, 14 changed) OCL=33193 CL=33200
-
Rob Pike authored
OCL=33178 CL=33180
-
Ian Lance Taylor authored
bug039.go:6:7: error: redefinition of 'x' bug039.go:5:1: note: previous definition of 'x' was here bug049.go:6:9: error: incompatible types in binary expression bug062.go:6:7: error: incompatible type in initialization bug086.go:5:1: error: control reaches end of non-void function bug103.go:8:2: error: variable has no type bug121.go:9:2: error: expected signature or type name bug131.go:7:7: error: incompatible type in initialization bug165.go:10:8: error: expected complete type bug171.go:5:1: error: control reaches end of non-void function bug171.go:6:1: error: control reaches end of non-void function bug172.go:7:6: error: expected integer type bug182.go:7:2: error: if statement expects boolean expression bug183.go:10:5: error: incompatible types in assignment bug183.go:19:5: error: incompatible types in assignment R=rsc DELTA=15 (0 added, 0 deleted, 15 changed) OCL=33168 CL=33175
-
Rob Pike authored
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=33174 CL=33174
-
Rob Pike authored
R=gri,iant DELTA=47 (43 added, 0 deleted, 4 changed) OCL=33127 CL=33173
-
Rob Pike authored
R=rsc DELTA=30 (5 added, 0 deleted, 25 changed) OCL=33138 CL=33170
-