- 13 May, 2009 5 commits
-
-
Robert Griesemer authored
- one node for array and slice types - one node for index and slice expressions - simplified parser, astprinter, and ast.txt R=r DELTA=71 (0 added, 43 deleted, 28 changed) OCL=28768 CL=28768
-
Rob Pike authored
R=rsc OCL=28752 CL=28752
-
Ian Lance Taylor authored
R=r,rsc DELTA=161 (161 added, 0 deleted, 0 changed) OCL=28745 CL=28747
-
Rob Pike authored
R=rsc DELTA=13 (6 added, 1 deleted, 6 changed) OCL=28743 CL=28746
-
Robert Griesemer authored
R=r DELTA=19 (4 added, 7 deleted, 8 changed) OCL=28723 CL=28732
-
- 12 May, 2009 7 commits
-
-
Rob Pike authored
R=rsc DELTA=10 (0 added, 0 deleted, 10 changed) OCL=28717 CL=28720
-
Russ Cox authored
use the actual go source instead. R=r DELTA=90 (66 added, 18 deleted, 6 changed) OCL=28708 CL=28719
-
Russ Cox authored
R=r DELTA=20 (20 added, 0 deleted, 0 changed) OCL=28707 CL=28716
-
Russ Cox authored
test case for new change. both work with the current compiler too. R=r DELTA=150 (145 added, 2 deleted, 3 changed) OCL=28703 CL=28715
-
Russ Cox authored
TBR=r,dsymonds OCL=28711 CL=28711
-
David Symonds authored
This also adds a missing 'return' when a malformed URL is passed to it. R=rsc APPROVED=rsc DELTA=30 (13 added, 2 deleted, 15 changed) OCL=28598 CL=28710
-
Rob Pike authored
R=rsc DELTA=97 (96 added, 0 deleted, 1 changed) OCL=28596 CL=28702
-
- 11 May, 2009 3 commits
-
-
Robert Griesemer authored
- sort directories before printing - apply filtering to factory functions and methods - remove a couple of unused files R=r DELTA=84 (34 added, 40 deleted, 10 changed) OCL=28657 CL=28657
-
Russ Cox authored
to use single string argument instead of string, index. R=r DELTA=136 (9 added, 7 deleted, 120 changed) OCL=28642 CL=28644
-
Robert Griesemer authored
- godoc updated to work w/new directory structure TBR=r OCL=28624 CL=28624
-
- 08 May, 2009 22 commits
-
-
Russ Cox authored
R=r DELTA=10 (10 added, 0 deleted, 0 changed) OCL=28585 CL=28591
-
Russ Cox authored
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=28583 CL=28590
-
Russ Cox authored
R=r DELTA=60 (38 added, 19 deleted, 3 changed) OCL=28589 CL=28589
-
Rob Pike authored
which contains only declarations, we can have godoc present documentation for the package. R=gri,rsc DELTA=44 (43 added, 0 deleted, 1 changed) OCL=28555 CL=28588
-
Rob Pike authored
R=rsc DELTA=25 (25 added, 0 deleted, 0 changed) OCL=28574 CL=28580
-
Russ Cox authored
new type equality restrictions better handling of renamed packages "sys" is no longer available to programs R=ken OCL=28553 CL=28578
-
Russ Cox authored
if both types are named, they must be the same type (arising from the same declaration). R=r,gri DELTA=44 (21 added, 4 deleted, 19 changed) OCL=28436 CL=28577
-
Russ Cox authored
R=r DELTA=1 (0 added, 1 deleted, 0 changed) OCL=28576 CL=28576
-
Russ Cox authored
TBR=r OCL=28575 CL=28575
-
Russ Cox authored
R=r OCL=28569 CL=28573
-
Rob Pike authored
R=rsc DELTA=19 (4 added, 5 deleted, 10 changed) OCL=28563 CL=28566
-
Russ Cox authored
R=ken OCL=28559 CL=28562
-
Russ Cox authored
make some error types in a few packages R=r DELTA=110 (25 added, 46 deleted, 39 changed) OCL=28382 CL=28561
-
Rob Pike authored
R=rsc DELTA=112 (0 added, 4 deleted, 108 changed) OCL=28537 CL=28543
-
Rob Pike authored
io.Read->io.Reader io.Write,Close,etc.->io.Writer,Closer etc. R=rsc DELTA=190 (0 added, 0 deleted, 190 changed) OCL=28525 CL=28535
-
Rob Pike authored
R=rsc DELTA=15 (0 added, 5 deleted, 10 changed) OCL=28526 CL=28532
-
Rob Pike authored
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=28528 CL=28531
-
Robert Griesemer authored
- cleanup of open issues section R=r DELTA=31 (12 added, 9 deleted, 10 changed) OCL=28450 CL=28513
-
Russ Cox authored
R=r DELTA=14 (1 added, 4 deleted, 9 changed) OCL=28447 CL=28509
-
Robert Griesemer authored
R=r DELTA=24 (24 added, 0 deleted, 0 changed) OCL=28451 CL=28508
-
Russ Cox authored
dsymonds confirms that this one works. R=r DELTA=50 (23 added, 17 deleted, 10 changed) OCL=28433 CL=28444
-
Rob Pike authored
(slipped through the cracks last time) R=rsc DELTA=2436 (1337 added, 1090 deleted, 9 changed) OCL=28427 CL=28443
-
- 07 May, 2009 3 commits
-
-
David Symonds authored
R=rsc APPROVED=rsc DELTA=6 (5 added, 0 deleted, 1 changed) OCL=28398 CL=28430
-
Russ Cox authored
also tests method calls on ptr to interface value. R=r DELTA=74 (74 added, 0 deleted, 0 changed) OCL=28419 CL=28424
-
Russ Cox authored
with method m, s.m() is ok and m now shows up in s's method set for interface runtime. see http://cl/28419-p2 for new test interface10.go. R=ken OCL=28420 CL=28423
-