Age | Commit message (Expand) | Author | Files | Lines |
2011-06-10 | Imported Upstream version 2011.06.09upstream-weekly/2011.06.09 | Ondřej Surý | 1 | -6/+84 |
2011-06-03 | Imported Upstream version 2011.06.02upstream-weekly/2011.06.02 | Ondřej Surý | 1 | -0/+3 |
2011-05-23 | Imported Upstream version 2011.05.22upstream-weekly/2011.05.22 | Ondřej Surý | 1 | -4/+10 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -14/+14 |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -8/+33 |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -4/+7 |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 1 | -1/+2 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -7/+1 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -55/+122 |
2010-06-21 | gc: include struct field tags in type equality | Russ Cox | 1 | -1/+13 |
2010-06-20 | gc: delete debug print | Russ Cox | 1 | -1/+0 |
2010-06-20 | gc: better error messages for interface failures, conversions | Russ Cox | 1 | -17/+57 |
2010-06-14 | gc: no more ... | Russ Cox | 1 | -102/+15 |
2010-06-12 | gc: less aggressive name binding, for better line numbers in errors | Russ Cox | 1 | -3/+9 |
2010-06-09 | gc: more cleanup | Russ Cox | 1 | -15/+15 |
2010-06-08 | gc: new typechecking rules | Russ Cox | 1 | -205/+283 |
2010-06-01 | gc: fix export of complex types | Russ Cox | 1 | -0/+3 |
2010-05-24 | gc: fix shift/reduce conflict in go.y export syntax | Russ Cox | 1 | -2/+6 |
2010-04-29 | gc: never include ( ) on singleton func return type | Russ Cox | 1 | -8/+4 |
2010-04-11 | gc: distinguish fatal compiler bug from error+exit | Russ Cox | 1 | -8/+22 |
2010-03-31 | gc: implement panic and recover | Russ Cox | 1 | -1/+1 |
2010-03-24 | depricate panicln | Ken Thompson | 1 | -1/+0 |
2010-03-09 | 1. decommit complex(float) conversion | Ken Thompson | 1 | -1/+3 |
2010-03-09 | gc: remove duplicate errors, give better error for I.(T) | Russ Cox | 1 | -7/+16 |
2010-03-08 | 5g/6g/8g: fix double function call in slice | Russ Cox | 1 | -0/+3 |
2010-03-05 | 6g complex type usable | Ken Thompson | 1 | -0/+18 |
2010-03-03 | gc: fix imported and not used message - show path | Russ Cox | 1 | -1/+1 |
2010-02-18 | gc: double-initialization | Russ Cox | 1 | -1/+0 |
2010-02-17 | new types complex, complex64 and complex128 | Ken Thompson | 1 | -4/+19 |
2010-02-16 | gc: fix build (signed char bug) | Russ Cox | 1 | -1/+1 |
2010-02-16 | gc: disallow NUL byte, catch more invalid UTF-8, test | Russ Cox | 1 | -1/+9 |
2010-02-16 | gc: test & fix handling of very long string constants | Russ Cox | 1 | -4/+20 |
2010-02-01 | gc: bug242 | Russ Cox | 1 | -33/+29 |
2010-02-01 | gc: ... T corner cases | Russ Cox | 1 | -0/+9 |
2010-02-01 | gc: add ... T, rework plain ... | Russ Cox | 1 | -28/+31 |
2010-01-26 | gc: improved syntax errors | Russ Cox | 1 | -2/+36 |
2010-01-26 | gc: fix chan <- chan precedence. | Russ Cox | 1 | -5/+9 |
2010-01-25 | runtime, type switch: eliminate package global name space assumption | Russ Cox | 1 | -37/+52 |
2010-01-24 | gc: record full package paths in runtime type data | Russ Cox | 1 | -2/+0 |
2010-01-22 | eliminate the package global name space assumption in object files | Russ Cox | 1 | -53/+110 |
2010-01-19 | cleanup toward eliminating package global name space | Russ Cox | 1 | -35/+36 |
2010-01-18 | gc: more precise handling of import . | Russ Cox | 1 | -0/+1 |
2009-12-27 | gc: various C nits, found by plan 9 compiler. | Russ Cox | 1 | -1/+1 |
2009-12-18 | gc: method expressions on concrete types | Russ Cox | 1 | -2/+2 |
2009-12-15 | gc: bug fixes. | Russ Cox | 1 | -1/+5 |
2009-12-03 | gc: Allow allow data types up to 1GB | Christopher Wedgwood | 1 | -1/+1 |
2009-12-03 | gc: better diagnosis of initialization loops | Russ Cox | 1 | -1/+0 |
2009-11-17 | install copy predefined | Ken Thompson | 1 | -0/+1 |
2009-11-11 | avoid seg fault when return type is unknown | Russ Cox | 1 | -0/+5 |
2009-11-08 | bug212, bug213. | Russ Cox | 1 | -7/+12 |