Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -0/+1 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -0/+2 |
2010-05-20 | fix issue 798 | Ken Thompson | 1 | -0/+1 |
2010-04-01 | runtime: turn run time errors checks into panics | Russ Cox | 1 | -2/+2 |
2010-03-09 | identical complex implementation | Ken Thompson | 1 | -2/+2 |
2010-03-05 | 6g complex type usable | Ken Thompson | 1 | -1/+0 |
2010-03-02 | more on type complex. | Ken Thompson | 1 | -0/+2 |
2010-02-21 | all done except - | Ken Thompson | 1 | -1/+1 |
2010-02-19 | fixed bug in mpconst float multiply by 0. | Ken Thompson | 1 | -0/+8 |
2009-10-20 | bug162, over and over | Russ Cox | 1 | -1/+2 |
2009-09-10 | fix bug206. | Russ Cox | 1 | -0/+2 |
2009-09-05 | composit literals | Ken Thompson | 1 | -1/+1 |
2009-08-28 | sliceslice inline | Ken Thompson | 1 | -0/+1 |
2009-08-27 | inline slicearray | Ken Thompson | 1 | -0/+1 |
2009-08-12 | mechanism for putting go types into 6.out symbol table. | Russ Cox | 1 | -4/+2 |
2009-08-09 | 1. integer division by a constant done. | Ken Thompson | 1 | -21/+0 |
2009-08-07 | more work on divide by constant. | Ken Thompson | 1 | -0/+19 |
2009-08-06 | divide by a constant power of 2 | Ken Thompson | 1 | -0/+2 |
2009-05-23 | 1. check for dups in complex literals | Ken Thompson | 1 | -0/+1 |
2009-05-19 | static initialization of strings | Ken Thompson | 1 | -0/+5 |
2009-05-16 | static initialization | Ken Thompson | 1 | -0/+1 |
2009-05-06 | 6g: generate string data as individual symbols, | Russ Cox | 1 | -0/+1 |
2009-05-03 | more code fiddling | Ken Thompson | 1 | -1/+1 |
2009-04-09 | change representation of strings | Ken Thompson | 1 | -1/+1 |
2009-03-30 | fix build (moved decl to go.h earlier | Russ Cox | 1 | -1/+0 |
2009-03-30 | move portable object routines (especially | Russ Cox | 1 | -25/+0 |
2009-03-30 | move portable code generation (basic statements) to gc. | Russ Cox | 1 | -25/+0 |
2009-03-30 | move some portable pieces of 6g/gsubr.c into gc/subr.c | Russ Cox | 1 | -30/+0 |
2009-03-30 | delete dregs: inarggen, genpanic, regret | Russ Cox | 1 | -3/+0 |
2009-03-30 | move alignment calculations into gc | Russ Cox | 1 | -17/+0 |
2009-03-11 | bug 137 | Ken Thompson | 1 | -2/+2 |
2009-03-05 | new switch implementation | Ken Thompson | 1 | -11/+0 |
2009-01-30 | update compiler to new func rules | Russ Cox | 1 | -0/+2 |
2009-01-29 | if take address of local, move to heap. | Russ Cox | 1 | -0/+1 |
2009-01-27 | defer | Ken Thompson | 1 | -1/+3 |
2009-01-06 | comment sudoaddable; | Russ Cox | 1 | -1/+1 |
2009-01-05 | add comments and delete dead code | Russ Cox | 1 | -2/+1 |
2008-12-19 | portability bug | Ken Thompson | 1 | -0/+16 |
2008-12-14 | even more code improvement | Ken Thompson | 1 | -1/+0 |
2008-12-14 | more code optimization | Ken Thompson | 1 | -1/+3 |
2008-12-13 | code generation | Ken Thompson | 1 | -1/+1 |
2008-12-13 | code improvement | Ken Thompson | 1 | -0/+1 |
2008-11-18 | first cut at optimizing | Ken Thompson | 1 | -1/+1 |
2008-11-07 | byte multiply | Ken Thompson | 1 | -0/+1 |
2008-10-04 | bug 026 | Ken Thompson | 1 | -3/+0 |
2008-10-03 | silence gcc warnings | Russ Cox | 1 | -0/+1 |
2008-10-03 | interfaces of all types | Ken Thompson | 1 | -2/+0 |
2008-10-02 | more on arbitrary receiver types | Ken Thompson | 1 | -0/+3 |
2008-09-22 | vectors bug | Ken Thompson | 1 | -1/+1 |
2008-09-12 | 1 got rid if static 'fn wo return' test | Ken Thompson | 1 | -0/+4 |