Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-28 | get rid of static/dynamic array distinction | Ken Thompson | 1 | -1/+1 | |
R=r OCL=14634 CL=14634 | |||||
2008-08-10 | allow name-type or pointer-to-named-type as method name (bug046) | Ken Thompson | 1 | -6/+14 | |
R=r DELTA=17 (11 added, 3 deleted, 3 changed) OCL=14048 CL=14048 | |||||
2008-08-03 | add 'export' adjectives to external | Ken Thompson | 1 | -3/+7 | |
var, const and type declarations. R=r DELTA=49 (12 added, 28 deleted, 9 changed) OCL=13791 CL=13791 | |||||
2008-08-03 | make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc. | Russ Cox | 1 | -1/+1 | |
these guys really really want long to be 32-bits, so ,s/long/int32/ (and then manual fixup). still passes all tests. (i started out looking for just those longs that needed to be int32 instead, and it was just too hard to track them down one by one.) the longs were rare enough that i don't think it will cause integration problems. R=ken OCL=13787 CL=13789 | |||||
2008-07-20 | tweaks to init | Ken Thompson | 1 | -10/+12 | |
rand using init SVN=128142 | |||||
2008-07-19 | init | Ken Thompson | 1 | -20/+38 | |
SVN=128128 | |||||
2008-07-19 | init filename vs pkgname | Ken Thompson | 1 | -4/+6 | |
SVN=128117 | |||||
2008-07-19 | initialization | Ken Thompson | 1 | -0/+102 | |
SVN=128115 | |||||
2008-07-17 | div bug | Ken Thompson | 1 | -3/+5 | |
[]ptr bug proc reuses old g* structures differnt assignment of offsets to parameters SVN=127888 | |||||
2008-07-16 | parameter in fn literals | Ken Thompson | 1 | -15/+15 | |
SVN=127695 | |||||
2008-07-16 | parameter declartions in func literals | Ken Thompson | 1 | -0/+26 | |
SVN=127678 | |||||
2008-07-08 | unique import/export names | Ken Thompson | 1 | -6/+6 | |
more on go statement SVN=126421 | |||||
2008-07-08 | disambiguate typedefs in export blocks of .6 files | Rob Pike | 1 | -3/+3 | |
SVN=126366 | |||||
2008-07-05 | random little bugs | Ken Thompson | 1 | -1/+1 | |
SVN=126049 | |||||
2008-07-05 | output args declared | Ken Thompson | 1 | -18/+32 | |
arguments in first block for diagnostics thomo return better syntax error recovery SVN=126045 | |||||
2008-06-27 | fix a few spelling mistakes in messages | Rob Pike | 1 | -4/+4 | |
SVN=125108 | |||||
2008-06-21 | redeclarations of variables in the same block. | Ken Thompson | 1 | -18/+20 | |
half-step toward multivalued map indexing SVN=124019 | |||||
2008-06-15 | now checks for lvalue/rvalue context of | Ken Thompson | 1 | -0/+8 | |
expressions. start of generics for calling builtin functions start of map type 'any' demoted from reserved word to type SVN=122808 | |||||
2008-06-13 | plan9 line numbers and line table | Ken Thompson | 1 | -2/+3 | |
SVN=122793 | |||||
2008-06-11 | import/export | Ken Thompson | 1 | -9/+21 | |
SVN=122309 | |||||
2008-06-04 | Add compiler source to new directory structure | Rob Pike | 1 | -0/+814 | |
SVN=121164 |