Define go_assert to replace gcc_assert
[gcc.git] / gcc / go / gofrontend / types.h
2011-04-21 Ian Lance TaylorDefine go_assert to replace gcc_assert
2011-03-28 Ian Lance TaylorPermit copying hidden fields when passing method receiver.
2011-03-25 Ian Lance TaylorClean up handling of undefined types.
2011-03-03 Ian Lance TaylorRewrite conversion of named types to backend representa...
2011-02-24 Ian Lance TaylorAvoid infinite loop in field_reference.
2011-02-24 Ian Lance TaylorHandle an array of pointers to itself.
2011-01-21 Ian Lance TaylorRemove the types float and complex.
2011-01-06 Ian Lance TaylorFix order in which recursive structs are converted...
2010-12-24 Ian Lance TaylorAvoid endless loop checking whether type is pointer.
2010-12-23 Ian Lance TaylorAvoid infinite recursion checking whether field is...
2010-12-22 Ian Lance TaylorAvoid infinite recursion looking up method in invalid...
2010-12-22 Ian Lance TaylorMore tweaking of recursive name types when converting...
2010-12-15 Ian Lance TaylorPush hash table identity check down to subtypes.
2010-12-15 Ian Lance TaylorUse a different identity function for Types in hash...
2010-12-14 Ian Lance TaylorCheck for duplicate methods.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.