Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-03-24 | ^ type(const) now inverts "enough" bits | Ken Thompson | 1 | -2/+30 |
2009-03-12 | make 6g constants behave as ken proposes. (i hope.) | Russ Cox | 1 | -298/+471 |
2009-03-11 | added bitclear operators &^ and &^= | Ken Thompson | 1 | -0/+3 |
2009-01-30 | update compiler to new func rules | Russ Cox | 1 | -0/+1 |
2009-01-09 | 6g cleanup suggested by ken. | Russ Cox | 1 | -5/+5 |
2008-12-18 | cmp [] to nil | Ken Thompson | 1 | -4/+10 |
2008-12-14 | even more code improvement | Ken Thompson | 1 | -0/+18 |
2008-12-12 | bug104 | Ken Thompson | 1 | -16/+26 |
2008-12-09 | bug127 | Ken Thompson | 1 | -3/+10 |
2008-12-02 | truncating of float constants when | Ken Thompson | 1 | -17/+36 |
2008-12-01 | multi precision floating point | Ken Thompson | 1 | -2/+20 |
2008-10-29 | shift bugs | Ken Thompson | 1 | -1/+1 |
2008-10-29 | the end of life as we know it | Ken Thompson | 1 | -2/+2 |
2008-10-16 | diagnose various conversion problems | Russ Cox | 1 | -15/+13 |
2008-10-15 | interface on arbitrary types | Ken Thompson | 1 | -5/+23 |
2008-10-14 | bug with struct-type { 1 } | Ken Thompson | 1 | -0/+1 |
2008-10-06 | silence gcc warning - initialize two variables | Russ Cox | 1 | -0/+3 |
2008-10-03 | silence gcc warnings | Russ Cox | 1 | -1/+0 |
2008-09-04 | bugs 29, 61, 62, 74 | Ken Thompson | 1 | -4/+2 |
2008-09-04 | rewriting bugs | Ken Thompson | 1 | -0/+11 |
2008-08-29 | fix type of (1<<x) | Ken Thompson | 1 | -2/+12 |
2008-08-12 | fixed bugs in const/case | Ken Thompson | 1 | -6/+14 |
2008-08-09 | mp fixed arith | Ken Thompson | 1 | -13/+23 |
2008-08-08 | mp constants | Ken Thompson | 1 | -60/+87 |
2008-08-03 | make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc. | Russ Cox | 1 | -2/+2 |
2008-07-27 | random bug fixes | Ken Thompson | 1 | -0/+3 |
2008-07-20 | start of select | Ken Thompson | 1 | -3/+7 |
2008-07-05 | random little bugs | Ken Thompson | 1 | -6/+10 |
2008-06-17 | more maps | Ken Thompson | 1 | -1/+11 |
2008-06-17 | SVN=123249 | Ken Thompson | 1 | -5/+9 |
2008-06-15 | now checks for lvalue/rvalue context of | Ken Thompson | 1 | -6/+16 |
2008-06-04 | Add compiler source to new directory structure | Rob Pike | 1 | -0/+370 |