summaryrefslogtreecommitdiff
path: root/src/cmd/gc/walk.c
AgeCommit message (Collapse)AuthorFilesLines
2008-07-13chanKen Thompson1-4/+60
SVN=126959
2008-07-13chanKen Thompson1-5/+77
SVN=126958
2008-07-12more on channelsKen Thompson1-0/+73
arg space magic number for morestack SVN=126936
2008-07-08unique import/export namesKen Thompson1-1/+0
more on go statement SVN=126421
2008-07-07more coroutineKen Thompson1-22/+3
fixed a,b,c := x,x,x SVN=126250
2008-07-07start of coroutineKen Thompson1-0/+27
SVN=126152
2008-07-05random little bugsKen Thompson1-21/+31
SVN=126049
2008-07-05output args declaredKen Thompson1-2/+15
arguments in first block for diagnostics thomo return better syntax error recovery SVN=126045
2008-07-03 a,b := fun()Ken Thompson1-2/+1
SVN=125998
2008-06-28more line numbersKen Thompson1-12/+9
SVN=125265
2008-06-27map index of index bugKen Thompson1-1/+1
SVN=125213
2008-06-26better line numbersKen Thompson1-10/+9
SVN=125018
2008-06-25simul assignmentKen Thompson1-11/+86
SVN=124591
2008-06-24middle dot as alpha package separatorKen Thompson1-23/+50
SVN=124419
2008-06-24string nil same as string ""Ken Thompson1-51/+89
SVN=124381
2008-06-24map[int] bugKen Thompson1-8/+6
SVN=124332
2008-06-24bug miscalculating ullmanKen Thompson1-9/+2
in CALLMETH/DOTMETH SVN=124321
2008-06-22mapsKen Thompson1-50/+59
SVN=124030
2008-06-21redeclarations of variables in the same block.Ken Thompson1-13/+133
half-step toward multivalued map indexing SVN=124019
2008-06-18bogus diagnostic withKen Thompson1-5/+4
default as first case in a switch SVN=123398
2008-06-17more mapsKen Thompson1-3/+12
more semi-colons type assignment of constants SVN=123278
2008-06-17assign nil to interfaceKen Thompson1-6/+5
SVN=123256
2008-06-16mapsKen Thompson1-44/+185
SVN=123089
2008-06-15now checks for lvalue/rvalue context ofKen Thompson1-144/+330
expressions. start of generics for calling builtin functions start of map type 'any' demoted from reserved word to type SVN=122808
2008-06-11import/exportKen Thompson1-9/+32
SVN=122309
2008-06-11reorder1 - function first instead of lastKen Thompson1-10/+8
SVN=122160
2008-06-10debugging to get fmt to runKen Thompson1-46/+153
SVN=122046
2008-06-08optional semicolonsKen Thompson1-0/+34
SVN=121604
2008-06-04Add compiler source to new directory structureRob Pike1-0/+1278
SVN=121164