Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -2/+6 | |
2010-06-14 | gc: no more ... | Russ Cox | 1 | -1/+1 | |
various cleanup, deleting unused code R=ken2 CC=golang-dev http://codereview.appspot.com/1663041 | |||||
2010-02-05 | bug in const float divide | Ken Thompson | 1 | -2/+15 | |
R=rsc CC=golang-dev http://codereview.appspot.com/204042 | |||||
2009-05-05 | signs on div and mod | Ken Thompson | 1 | -1/+13 | |
R=r OCL=28319 CL=28319 | |||||
2009-03-12 | warn -> yyerror in mparith. | Russ Cox | 1 | -17/+17 | |
close two more bugs. R=ken OCL=26226 CL=26226 | |||||
2009-03-12 | make 6g constants behave as ken proposes. (i hope.) | Russ Cox | 1 | -0/+1 | |
various bug fixes and tests involving constants. test/const1.go is the major new test case. R=ken OCL=26216 CL=26224 | |||||
2009-03-11 | added bitclear operators &^ and &^= | Ken Thompson | 1 | -0/+34 | |
R=r OCL=26152 CL=26152 | |||||
2008-12-01 | multi precision floating point | Ken Thompson | 1 | -28/+97 | |
R=r OCL=20185 CL=20185 | |||||
2008-11-17 | fix the easy parts of bug120 | Russ Cox | 1 | -0/+11 | |
R=r,ken DELTA=66 (52 added, 3 deleted, 11 changed) OCL=19386 CL=19389 | |||||
2008-10-29 | shift bugs | Ken Thompson | 1 | -2/+2 | |
R=r OCL=18095 CL=18095 | |||||
2008-10-29 | bug 113 | Ken Thompson | 1 | -10/+11 | |
R=r OCL=18077 CL=18077 | |||||
2008-10-04 | change *a1++; to plain a1++ | Russ Cox | 1 | -2/+2 | |
R=ken DELTA=2 (0 added, 0 deleted, 2 changed) OCL=16489 CL=16489 | |||||
2008-10-03 | silence gcc warnings | Russ Cox | 1 | -1/+1 | |
R=ken OCL=16449 CL=16466 | |||||
2008-08-28 | shift operations to new spec | Ken Thompson | 1 | -3/+12 | |
R=r OCL=14641 CL=14641 | |||||
2008-08-09 | adding and deleting files | Ken Thompson | 1 | -0/+529 | |
R=r DELTA=1685 (920 added, 765 deleted, 0 changed) OCL=14030 CL=14030 |