- 20 Aug, 2009 6 commits
-
-
Russ Cox authored
gzip.GzipInflater -> gzip.Inflater gzip.NewGzipInflater -> gzip.NewInflater zlib.NewZlibInflater -> zlib.NewInflater io.ByteReader deleted in favor of bytes.Buffer io.NewByteReader -> bytes.NewBuffer R=r DELTA=52 (3 added, 0 deleted, 49 changed) OCL=33589 CL=33592
-
Russ Cox authored
R=gri DELTA=1 (0 added, 0 deleted, 1 changed) OCL=33586 CL=33590
-
Kai Backman authored
signed and unsigned integer conversions. R=rsc APPROVED=rsc DELTA=398 (40 added, 230 deleted, 128 changed) OCL=33546 CL=33569
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=3 (0 added, 0 deleted, 3 changed) OCL=33534 CL=33567
-
Rob Pike authored
R=rsc DELTA=12 (12 added, 0 deleted, 0 changed) OCL=33554 CL=33563
-
Russ Cox authored
import "fmt" var fmt = 1 R=ken OCL=33556 CL=33561
-
- 19 Aug, 2009 13 commits
-
-
Robert Griesemer authored
DELTA=137 (50 added, 24 deleted, 63 changed) OCL=33476 CL=33553
-
Rob Pike authored
R=rsc DELTA=125 (13 added, 62 deleted, 50 changed) OCL=33545 CL=33550
-
Russ Cox authored
in the presence of yacc lookahead. better but still not perfect R=ken OCL=33541 CL=33541
-
Ian Lance Taylor authored
type names, gccgo no longer reports redefinition errors for :=, because it no longer knows at parse time whether the type has changed. Adjust this test to not match "redefinition", and to instead match gccgo's current output. declbad.go:19:3: error: variables redeclared but no variable is new declbad.go:34:3: error: variables redeclared but no variable is new declbad.go:39:3: error: variables redeclared but no variable is new declbad.go:44:3: error: variables redeclared but no variable is new declbad.go:49:3: error: variables redeclared but no variable is new declbad.go:24:3: error: incompatible types in assignment declbad.go:29:3: error: incompatible types in assignment declbad.go:39:3: error: incompatible types in assignment R=rsc DELTA=10 (0 added, 0 deleted, 10 changed) OCL=33537 CL=33539
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=104 (0 added, 33 deleted, 71 changed) OCL=33531 CL=33535
-
Rob Pike authored
R=rsc DELTA=131 (61 added, 6 deleted, 64 changed) OCL=33488 CL=33532
-
Russ Cox authored
R=ken OCL=33526 CL=33528
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=2 (1 added, 0 deleted, 1 changed) OCL=33518 CL=33527
-
Rob Pike authored
R=rsc DELTA=3 (0 added, 0 deleted, 3 changed) OCL=33496 CL=33519
-
Austin Clements authored
R=rsc APPROVED=rsc DELTA=1425 (1425 added, 0 deleted, 0 changed) OCL=33432 CL=33517
-
Kai Backman authored
re-enabling and massaging code. R=rsc APPROVED=rsc DELTA=2496 (1880 added, 330 deleted, 286 changed) OCL=33487 CL=33504
-
David Symonds authored
R=rsc APPROVED=rsc DELTA=84 (68 added, 4 deleted, 12 changed) OCL=33493 CL=33499
-
Austin Clements authored
R=rsc APPROVED=rsc DELTA=35 (30 added, 4 deleted, 1 changed) OCL=33491 CL=33498
-
- 18 Aug, 2009 11 commits
-
-
Rob Pike authored
R=rsc DELTA=263 (0 added, 263 deleted, 0 changed) OCL=33466 CL=33485
-
Robert Griesemer authored
- removed defs.go (moved declarations into arith.go where they belong) R=r DELTA=40 (16 added, 20 deleted, 4 changed) OCL=33464 CL=33464
-
Robert Griesemer authored
- implememted empty stubs for 386 assembly routines - removed assembly code operating on single words (except for one) - adjusted tests R=rsc DELTA=126 (46 added, 67 deleted, 13 changed) OCL=33461 CL=33461
-
Robert Griesemer authored
- changed Cmp to return -1, 0, +1 - added corresponding test cases R=rsc DELTA=173 (136 added, 3 deleted, 34 changed) OCL=33431 CL=33459
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=61 (61 added, 0 deleted, 0 changed) OCL=33438 CL=33454
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=35 (2 added, 1 deleted, 32 changed) OCL=33436 CL=33453
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=6 (0 added, 0 deleted, 6 changed) OCL=33434 CL=33452
-
Bill Neubauer authored
Since pres != nil was already checked and the routine sets *pres to false and returns, the subsequent tests are unneeded. R=rsc APPROVED=rsc DELTA=4 (0 added, 4 deleted, 0 changed) OCL=33439 CL=33441
-
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 1 commit
-
-
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
-