OSDN Git Service

gccgo: Added code to dump the AST tree. The AST dump is
[pf3gnuchains/gcc-fork.git] / gcc / go / gofrontend / gogo.h
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-11 ianUse backend interface for map descriptors.
2011-06-11 ianUse backend interface for type descriptors.
2011-05-12 ianFix bug with taking address of a variable when address...
2011-05-05 ianUse backend interface for slice types.
2011-04-25 ianUse backend interface for function types.
2011-04-21 ianDefine go_assert to replace gcc_assert
2011-04-19 ianUse backend interface for blocks.
2011-04-19 ianUse backend interface for variables.
2011-04-15 ianUse backend interface for send statement.
2011-04-13 ianUse backend interface for go and defer statements.
2011-04-05 ianUse backend interface for labels and goto statements.
2011-04-04 ianUse backend interface for return statements.
2011-04-03 ianStart using backend interface separate from gofrontend.
2011-03-25 ianGive an error if a label is defined but not used.
2011-03-24 ianTuple receives indicate whether channel is closed.
2011-03-03 ianMake sure variable type is determined when var initiali...
2011-03-03 ianRewrite conversion of named types to backend representa...
2011-02-09 ianThe "main" package is not special if -fgo-prefix is...
2011-01-21 ianRemove the types float and complex.
2011-01-19 ianGenerate an init function if any global variable needs...
2010-12-22 ianFix handling of named results for functions which call...
2010-12-21 ianDon't crash when declaring methods on unknown name.
2010-12-18 ianDon't crash on recursive variables and typed consts.
2010-12-15 ianPermit _ as a result variable name.
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.