OSDN Git Service

compiler: Fix parse of (<- chan <- chan <- int)(x).
[pf3gnuchains/gcc-fork.git] / gcc / go / gofrontend / expressions.h
2012-08-23 iancompiler: Comparisons return untyped boolean value.
2012-08-06 nickcRevert delta 190174
2012-08-06 nickcLatest updates from FSF 4.7 branch
2012-06-14 ianBring over accumulated bug fixes from mainline.
2012-03-30 iancompiler: Fix order of evaluation of struct composite...
2012-03-28 iancompiler: Rewrite handling of untyped numeric constants.
2012-03-01 iancompiler: Fix varargs functions that call recover.
2012-01-24 iancompiler: Better handling of erroneous function signatures.
2012-01-21 iancompiler: Change alias handling, change rune alias...
2012-01-06 iancompiler, runtime: Implement struct and array comparisons.
2011-12-28 iancompiler: Prohibit comparisons of funcs, maps, and...
2011-12-01 iancompiler/runtime: Copy channel implementation from...
2011-11-29 iancompiler: Define and use backend-independent Location...
2011-10-25 ianImplement new order of assignment rules.
2011-09-20 ianEmit compiler errors for unused values.
2011-09-13 ianFix inheriting hidden methods with arguments of hidden...
2011-08-29 ianLower calls to bound method expressions.
2011-08-25 ianChange Bound_method_expression to refer to a constant...
2011-08-24 iangccgo: fixes to ast-dump, refactoring of export and...
2011-08-03 iangccgo: Added code to dump the AST tree. The AST dump is
2011-08-01 ianUse temporary variables for calls with multiple results.
2011-06-14 ianChange builtin make to runtime call at lowering time.
2011-04-23 ianDefine go_unreachable to replace gcc_unreachable.
2011-04-21 ianDefine go_assert to replace gcc_assert
2011-04-13 ianUnify handling of runtime support functions.
2011-03-24 ianChange c <- v from an expression to a statement.
2011-03-07 ianHandle predeclared names used as fields in struct compo...
2011-03-03 ianMake sure variable type is determined when var initiali...
2011-03-03 ianDetermine call types even if first call result is not...
2011-02-19 ianRemove old mechanism for passing varargs argument to...
2010-12-23 ianDon't crash asking for type of invalid const.
2010-12-21 ianDon't crash when copying a function with no closure...
2010-12-16 ianDon't crash when copying a call with no arguments.
2010-12-14 ianCorrect handling of undefined name as key in map compos...
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.