Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-17 | fix up some irregular indentation | Rob Pike | 1 | -3/+3 | |
R=rsc OCL=33382 CL=33391 | |||||
2009-07-30 | delete some code from walkexpr that is now | Russ Cox | 1 | -2/+2 | |
handled by typecheck. second switch is gone move floating point minus into back end R=ken OCL=32558 CL=32558 | |||||
2009-03-12 | make 6g constants behave as ken proposes. (i hope.) | Russ Cox | 1 | -2/+2 | |
various bug fixes and tests involving constants. test/const1.go is the major new test case. R=ken OCL=26216 CL=26224 | |||||
2008-12-10 | update tests: nil is no longer integer-compatible | Rob Pike | 1 | -0/+12 | |
R=rsc DELTA=56 (17 added, 32 deleted, 7 changed) OCL=20876 CL=20916 |