aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2010-12-15Check for errors when converting array index to GENERIC.Ian Lance Taylor1-0/+12
2010-12-15Don't crash on undefined anonymous field.Ian Lance Taylor1-10/+20
2010-12-15Don't store error types in the Type-to-GENERIC hash table.Ian Lance Taylor1-0/+11
2010-12-15Don't get confused by error types in traversal.Ian Lance Taylor1-0/+2
2010-12-15Don't crash building initializer of invalid array.Ian Lance Taylor1-0/+5
2010-12-14Don't crash on invalid slice composite literal.Ian Lance Taylor1-0/+7
2010-12-14Fix comparison of string and interface types.Ian Lance Taylor1-9/+7
2010-12-14Don't try to build unary and binary expressions with invalid types.Ian Lance Taylor1-22/+20
2010-12-14Don't crash on invalid closure.Ian Lance Taylor1-6/+11
2010-12-14Don't crash on invalid parameters/results.Ian Lance Taylor3-28/+82
2010-12-14Check for duplicate methods.Ian Lance Taylor2-12/+71
2010-12-14Don't crash on erroneous receiver or parameters.Ian Lance Taylor1-8/+26
2010-12-14Correct handling of undefined name as key in map composite literal.Ian Lance Taylor2-5/+22
2010-12-14Insert semicolon at EOF if necessary.Ian Lance Taylor1-1/+7
2010-12-14Correct protection against recursive types.Ian Lance Taylor1-11/+8
2010-12-14Don't incorrectly parse expression as type switch.Ian Lance Taylor3-17/+28
2010-12-13gospec.c (lang_specific_driver): Add a -o option if not linking and there is ...Ian Lance Taylor2-0/+50
2010-12-09Avoid some crashes on erroneous programs.Ian Lance Taylor2-1/+10
2010-12-07Don't crash on erroneous result variable.Ian Lance Taylor1-4/+8
2010-12-07re PR tree-optimization/46805 (ICE: SIGSEGV in optab_for_tree_code (optabs.c:...Ian Lance Taylor2-0/+20
2010-12-07re PR other/46789 (go configuration with --prefix=/usr pollutes the /usr/lib ...Ian Lance Taylor4-14/+86
2010-12-06LICENSE: separate, change PATENTS text.Ian Lance Taylor2-42/+49
2010-12-04re PR bootstrap/46776 (gogo-tree.cc uses TRAMPOLINE_ALIGNMENT and TRAMPOLINE_...Ian Lance Taylor6-44/+109
2010-12-03It's a contributor license agreement, not a copyright LA.Ian Lance Taylor1-1/+1
2010-12-03Typo.Ian Lance Taylor1-1/+1
2010-12-03Clarify copyright license agreement.Ian Lance Taylor1-7/+5
2010-12-03* config-lang.in (build_by_default): Set to no.Ian Lance Taylor2-0/+10
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor37-0/+54325