Rewrite conversion of named types to backend representation.
[gcc.git] / gcc / go / gofrontend / gogo.cc
2011-03-03 Ian Lance TaylorRewrite conversion of named types to backend representa...
2011-02-24 Ian Lance TaylorDon't crash on bad receiver when building recover thunks.
2011-02-24 Ian Lance TaylorDon't crash if a result variable redefines a parameter.
2011-02-23 Ian Lance TaylorTraverse erroneous function redefinitions.
2011-02-15 Ian Lance TaylorDon't crash lowering self-referential variable initializer.
2011-02-10 Ian Lance TaylorDetermine types in global variable preinit blocks.
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...
2011-01-04 Ian Lance TaylorCheck for identical package name and prefix in imported...
2011-01-04 Ian Lance TaylorTraverse expressions when looking for types.
2011-01-04 Ian Lance TaylorDon't crash if package import fails.
2011-01-04 Ian Lance TaylorFix building recover thunks which return multiple values.
2010-12-23 Ian Lance TaylorA variable with a preinit block requires an intializati...
2010-12-22 Ian Lance TaylorDon't crash on index into erroneous map.
2010-12-22 Ian Lance TaylorDon't crash on variable initialization from erroneous...
2010-12-22 Ian Lance TaylorFix handling of named results for functions which call...
2010-12-22 Ian Lance TaylorDon't crash if a constant initializer refers to the...
2010-12-22 Ian Lance TaylorFix uninitialized variable when looking up '_'.
2010-12-22 Ian Lance TaylorFix handling of functions with named results that call...
2010-12-21 Ian Lance TaylorDon't crash when returning something from a function...
2010-12-21 Ian Lance TaylorCorrect handling of methods which call recover.
2010-12-21 Ian Lance TaylorDon't crash when declaring methods on unknown name.
2010-12-21 Ian Lance TaylorDon't crash when some object is redefined as a type.
2010-12-21 Ian Lance TaylorTraverse function types.
2010-12-18 Ian Lance TaylorDon't crash on recursive variables and typed consts.
2010-12-16 Ian Lance TaylorDon't crash on recursive consts.
2010-12-15 Ian Lance TaylorDon't crash on tuple initialization from erroneous...
2010-12-15 Ian Lance TaylorPermit _ as a result variable name.
2010-12-15 Ian Lance TaylorDon't get confused by error types in traversal.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.