Rewrite conversion of named types to backend representation.
[gcc.git] / gcc / go / gofrontend / gogo.h
2011-03-03 Ian Lance TaylorRewrite conversion of named types to backend representa...
2011-02-09 Ian Lance TaylorThe "main" package is not special if -fgo-prefix is...
2011-01-21 Ian Lance TaylorRemove the types float and complex.
2011-01-19 Ian Lance TaylorGenerate an init function if any global variable needs...
2010-12-22 Ian Lance TaylorFix handling of named results for functions which call...
2010-12-21 Ian Lance TaylorDon't crash when declaring methods on unknown name.
2010-12-18 Ian Lance TaylorDon't crash on recursive variables and typed consts.
2010-12-15 Ian Lance TaylorPermit _ as a result variable name.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.