Age | Commit message (Expand) | Author | Files | Lines |
2011-02-18 | Imported Upstream version 2011.02.15 | Ondřej Surý | 8 | -25/+58 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 16 | -135/+314 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 28 | -576/+1629 |
2010-06-30 | gc: do not crash on bad [...]T | Russ Cox | 1 | -0/+5 |
2010-06-28 | compiler fatal error in switch. | Ken Thompson | 1 | -5/+6 |
2010-06-27 | optimization of static initialization | Ken Thompson | 4 | -128/+202 |
2010-06-23 | gc: fix crash for nested complex division | Russ Cox | 1 | -1/+1 |
2010-06-21 | gc: include struct field tags in type equality | Russ Cox | 1 | -1/+13 |
2010-06-20 | reflect: add Kind, remove Int8Type, Int8Value, etc. | Russ Cox | 1 | -13/+19 |
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 | 4 | -33/+86 |
2010-06-20 | gc: fix build - subnode not addable in complexgen | Russ Cox | 1 | -6/+9 |
2010-06-14 | gc: no more ... | Russ Cox | 17 | -838/+497 |
2010-06-12 | gc: less aggressive name binding, for better line numbers in errors | Russ Cox | 8 | -82/+111 |
2010-06-11 | gc: change -u to require imports to be marked safe | Russ Cox | 5 | -3/+22 |
2010-06-09 | gc: more cleanup | Russ Cox | 5 | -39/+100 |
2010-06-08 | gc: new typechecking rules | Russ Cox | 14 | -859/+559 |
2010-06-07 | gc: better error message when ~ operator is found | Robert Griesemer | 1 | -1/+1 |
2010-06-07 | gc: backslash newline is not a legal escape sequence in strings | Robert Griesemer | 1 | -4/+0 |
2010-06-01 | gc: fix export of complex types | Russ Cox | 1 | -0/+3 |
2010-05-24 | gc: more accurate error description | Russ Cox | 1 | -2/+2 |
2010-05-24 | gc: fix shift/reduce conflict in go.y export syntax | Russ Cox | 2 | -4/+19 |
2010-05-24 | gc: bug277 - new conversion syntax | Russ Cox | 1 | -21/+10 |
2010-05-24 | gc: bug280 | Russ Cox | 1 | -0/+2 |
2010-05-24 | gc: bug278 | Russ Cox | 1 | -0/+3 |
2010-05-24 | gc: fix unsafe.Sizeof on ideal constants | Russ Cox | 1 | -4/+2 |
2010-05-20 | gc: handle use of builtin function outside function call | Russ Cox | 2 | -1/+7 |
2010-05-20 | gc: line number bug fix | Russ Cox | 1 | -1/+1 |
2010-05-20 | fix bug 275 | Ken Thompson | 1 | -5/+11 |
2010-05-20 | gc: disallow · in Go programs | Russ Cox | 1 | -1/+1 |
2010-05-20 | fix issue 798 | Ken Thompson | 2 | -0/+3 |
2010-05-18 | gc: Better error when computing remainder of non-int | Evan Shaw | 1 | -1/+1 |
2010-05-06 | gc: distinguish array, slice literal in error messages | Russ Cox | 1 | -1/+4 |
2010-05-03 | allow data statements for simple | Ken Thompson | 2 | -7/+5 |
2010-05-03 | gc: bug264 | Russ Cox | 1 | -1/+3 |
2010-05-03 | gc: bug267 | Russ Cox | 1 | -0/+2 |
2010-05-03 | gc: error for nested functions, one semicolon problem | Russ Cox | 1 | -1/+6 |
2010-05-01 | gc: be pickier about slice, chan, array, and map sizes | Russ Cox | 5 | -44/+54 |
2010-04-30 | gc: bug271 | Russ Cox | 1 | -8/+7 |
2010-04-30 | gc: bug270 | Russ Cox | 1 | -4/+1 |
2010-04-29 | gc: never include ( ) on singleton func return type | Russ Cox | 1 | -8/+4 |
2010-04-29 | gc: bug268 | Russ Cox | 1 | -0/+6 |
2010-04-27 | gc: better windows detection | Russ Cox | 2 | -20/+8 |
2010-04-27 | gc: fix islocalname on windows | Russ Cox | 2 | -1/+28 |
2010-04-26 | gc: more specific error for statements at top level | Russ Cox | 1 | -10/+20 |
2010-04-20 | gc: print x[y:] correctly | Russ Cox | 1 | -1/+2 |
2010-04-19 | gc: cmplx typecheck bug fix | Russ Cox | 1 | -1/+1 |
2010-04-12 | gc: zero unnamed return values on entry if func has defer | Russ Cox | 1 | -4/+10 |
2010-04-11 | gc: compile s == "" as len(s) == 0 | Russ Cox | 1 | -0/+24 |
2010-04-11 | gc: distinguish fatal compiler bug from error+exit | Russ Cox | 4 | -23/+49 |