Define go_assert to replace gcc_assert
[gcc.git] / gcc / go / gofrontend / gogo.cc
2011-04-21 Ian Lance TaylorDefine go_assert to replace gcc_assert
2011-04-19 Ian Lance TaylorChange general statement method to always use backend...
2011-04-19 Ian Lance TaylorUse backend interface for blocks.
2011-04-19 Ian Lance TaylorUse backend interface for variables.
2011-04-13 Ian Lance TaylorUse backend interface for go and defer statements.
2011-04-13 Ian Lance TaylorUnify handling of runtime support functions.
2011-04-05 Ian Lance TaylorUse backend interface for labels and goto statements.
2011-04-04 Ian Lance TaylorUse backend interface for return statements.
2011-04-03 Ian Lance TaylorStart using backend interface separate from gofrontend.
2011-03-26 Ian Lance TaylorBetter error when setting const to nil.
2011-03-25 Ian Lance TaylorClean up handling of undefined types.
2011-03-25 Ian Lance TaylorGive an error if a label is defined but not used.
2011-03-25 Ian Lance TaylorRemove closed function. Fix tuple receive in select.
2011-03-24 Ian Lance TaylorTuple receives indicate whether channel is closed.
2011-03-24 Ian Lance TaylorChange c <- v from an expression to a statement.
2011-03-07 Ian Lance TaylorSupport multiple init functions in a single file.
2011-03-07 Ian Lance TaylorFix second import of package using _.
2011-03-03 Ian Lance TaylorMake sure variable type is determined when var initiali...
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.