summaryrefslogtreecommitdiff
path: root/src/cmd/gc/subr.c
AgeCommit message (Collapse)AuthorFilesLines
2008-06-28more line numbersKen Thompson1-1/+7
SVN=125265
2008-06-27line numbersKen Thompson1-0/+2
SVN=125228
2008-06-26better line numbersKen Thompson1-19/+28
SVN=125018
2008-06-25autolib (#pragma lib)Ken Thompson1-3/+13
added to 6g to autoload the included import files. SVN=124759
2008-06-24bug miscalculating ullmanKen Thompson1-0/+2
in CALLMETH/DOTMETH SVN=124321
2008-06-21redeclarations of variables in the same block.Ken Thompson1-0/+2
half-step toward multivalued map indexing SVN=124019
2008-06-17more mapsKen Thompson1-0/+10
more semi-colons type assignment of constants SVN=123278
2008-06-17SVN=123250Ken Thompson1-0/+2
2008-06-15now checks for lvalue/rvalue context ofKen Thompson1-14/+170
expressions. start of generics for calling builtin functions start of map type 'any' demoted from reserved word to type SVN=122808
2008-06-13plan9 line numbers and line tableKen Thompson1-27/+97
SVN=122793
2008-06-12better import/exportKen Thompson1-1/+1
SVN=122584
2008-06-06code gen bug in ++ and --Ken Thompson1-2/+0
SVN=121476
2008-06-04Add compiler source to new directory structureRob Pike1-0/+1591
SVN=121164