Age | Commit message (Expand) | Author | Files | Lines |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -5/+3 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -18/+30 |
2010-06-27 | optimization of static initialization | Ken Thompson | 1 | -1/+1 |
2010-06-20 | gc: better error messages for interface failures, conversions | Russ Cox | 1 | -2/+2 |
2010-06-14 | gc: no more ... | Russ Cox | 1 | -386/+367 |
2010-06-12 | gc: less aggressive name binding, for better line numbers in errors | Russ Cox | 1 | -4/+4 |
2010-06-11 | gc: change -u to require imports to be marked safe | Russ Cox | 1 | -0/+1 |
2010-06-09 | gc: more cleanup | Russ Cox | 1 | -0/+1 |
2010-06-08 | gc: new typechecking rules | Russ Cox | 1 | -16/+9 |
2010-05-20 | fix issue 798 | Ken Thompson | 1 | -0/+2 |
2010-04-27 | gc: better windows detection | Russ Cox | 1 | -7/+0 |
2010-04-27 | gc: fix islocalname on windows | Russ Cox | 1 | -0/+6 |
2010-03-31 | gc: implement panic and recover | Russ Cox | 1 | -1/+3 |
2010-03-30 | gc: add panic and recover (still unimplemented in runtime) | Russ Cox | 1 | -0/+1 |
2010-03-24 | depricate panicln | Ken Thompson | 1 | -1/+1 |
2010-03-22 | gc: various map-related bug fixes | Russ Cox | 1 | -2/+0 |
2010-03-20 | issue 682 | Ken Thompson | 1 | -0/+1 |
2010-03-05 | 6g complex type usable | Ken Thompson | 1 | -0/+2 |
2010-02-25 | gc: implement []int(string) and []byte(string) | Russ Cox | 1 | -2/+3 |
2010-02-18 | more complex - constants | Ken Thompson | 1 | -0/+1 |
2010-02-18 | gc: recursive interface embedding | Russ Cox | 1 | -0/+2 |
2010-02-17 | new types complex, complex64 and complex128 | Ken Thompson | 1 | -7/+21 |
2010-02-12 | gc: diagnose invalid array bounds | Russ Cox | 1 | -0/+2 |
2010-02-01 | gc: bug246 | Russ Cox | 1 | -0/+1 |
2010-02-01 | gc: bug242 | Russ Cox | 1 | -2/+2 |
2010-02-01 | gc: add ... T, rework plain ... | Russ Cox | 1 | -6/+9 |
2010-01-25 | runtime, type switch: eliminate package global name space assumption | Russ Cox | 1 | -13/+3 |
2010-01-24 | gc: record full package paths in runtime type data | Russ Cox | 1 | -1/+5 |
2010-01-24 | gc: cut some dead code, fix 6g -S output | Russ Cox | 1 | -1/+0 |
2010-01-22 | eliminate the package global name space assumption in object files | Russ Cox | 1 | -15/+33 |
2010-01-19 | cleanup toward eliminating package global name space | Russ Cox | 1 | -2/+6 |
2009-12-27 | gc: various C nits, found by plan 9 compiler. | Russ Cox | 1 | -2/+1 |
2009-12-18 | gc: method expressions on concrete types | Russ Cox | 1 | -0/+1 |
2009-12-15 | gc: double-check usage of ... | Russ Cox | 1 | -1/+1 |
2009-12-11 | gc: semicolons | Russ Cox | 1 | -5/+1 |
2009-12-11 | bug in 6g optimizer | Ken Thompson | 1 | -0/+1 |
2009-12-03 | gc: Allow allow data types up to 1GB | Christopher Wedgwood | 1 | -1/+2 |
2009-12-03 | gc: better diagnosis of initialization loops | Russ Cox | 1 | -1/+0 |
2009-11-19 | gc: reject large channel values at compile time | Russ Cox | 1 | -0/+1 |
2009-11-17 | install copy predefined | Ken Thompson | 1 | -0/+1 |
2009-11-15 | gc: five bug fixes, one better error. | Russ Cox | 1 | -2/+2 |
2009-11-12 | yet another attempt to avoid conflicts with | Russ Cox | 1 | -3/+5 |
2009-11-11 | fix BUFSIZ redeclaration warnings | Russ Cox | 1 | -1/+1 |
2009-11-11 | getc/ungetc in assemblers; BUFSIZ everywhere. | Russ Cox | 1 | -0/+1 |
2009-11-11 | avoid clash with stdio's getc, ungetc. | Russ Cox | 1 | -0/+5 |
2009-11-06 | 8g optimizer | Ken Thompson | 1 | -6/+6 |
2009-10-19 | bug196 | Russ Cox | 1 | -0/+1 |
2009-10-19 | bug136 | Russ Cox | 1 | -3/+2 |
2009-10-19 | bug190. | Russ Cox | 1 | -1/+3 |
2009-10-15 | rename sys functions to runtime, | Russ Cox | 1 | -2/+2 |