aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2012-06-07compiler: Fix taking address of field of local variable.Ian Lance Taylor1-0/+4
2012-06-07compiler: Fix unsafe.Sizeof for named structs with named struct fields.Ian Lance Taylor2-2/+14
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+1
2012-05-30compiler: Don't crash for invalid constant types for && or ||.Ian Lance Taylor1-15/+3
2012-05-25compiler: Don't create a closure if not needed.Ian Lance Taylor1-23/+11
2012-05-18compiler: Fix erroneous use of VEC.Ian Lance Taylor1-1/+1
2012-05-16compiler: Fix assembler names of types defined in functions.Ian Lance Taylor2-2/+2
2012-05-15compiler: Fix taking address of constant outside of function.Ian Lance Taylor1-9/+40
2012-05-15compiler: Sort array constructors by index.Ian Lance Taylor1-10/+48
2012-05-15compiler: Don't try to take the address of a constant.Ian Lance Taylor1-2/+4
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor1-2/+2
2012-05-11Remove ChangeLog entry for change to gofrontend file.Ian Lance Taylor1-4/+0
2012-05-09compiler: Add -fgo-pkgpath option.Ian Lance Taylor17-320/+457
2012-05-07compiler: fix an ICE when parsing 0xdie, reject token 0x123i.Ian Lance Taylor1-1/+3
2012-05-07compiler: fix ICE in handling of rune constants.Ian Lance Taylor1-1/+4
2012-05-07compiler: reject NOT operator on integer types.Ian Lance Taylor1-3/+6
2012-05-04compiler: Correct parse of for with possible composite literal.Ian Lance Taylor2-24/+48
2012-05-04compiler: Error if importing same package twice with same name.Ian Lance Taylor1-5/+0
2012-05-03compiler: Build import tables as needed for imported interfaces.Ian Lance Taylor1-0/+3
2012-05-03compiler: Fix order of initialization bug with global var a, b = f().Ian Lance Taylor4-18/+85
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka2-1/+5
2012-04-28compiler: Fix some crashes on invalid code.Ian Lance Taylor2-2/+11
2012-04-28compiler: Use less memory for array/slice literals.Ian Lance Taylor1-97/+177
2012-04-24compiler: Fix order of evalation for m[0] = len(m) when m is a map.Ian Lance Taylor1-6/+12
2012-04-24compiler: Reject invalid composite literals.Ian Lance Taylor1-1/+10
2012-04-24compiler: Error for invalid use of ... in call.Ian Lance Taylor1-2/+22
2012-04-23go-lang.c (go_langhook_init): Set MPFR precision to 256.Ian Lance Taylor2-1/+5
2012-04-23compiler: Correct handling of negative zero floating constant.Ian Lance Taylor1-1/+7
2012-04-20compiler: Don't call cgraph_mark_needed_node.Ian Lance Taylor1-1/+0
2012-04-20compiler, runtime: Add explicit checks for zero and overflow division.Ian Lance Taylor5-29/+153
2012-04-18targhooks.c (default_case_values_threshold): Fix code style nit.Steven Bosscher2-1/+6
2012-04-16compiler: fix infinite recursion in string constant evaluation.Ian Lance Taylor1-2/+16
2012-03-30compiler: Fix order of evaluation of struct composite literals.Ian Lance Taylor2-7/+47
2012-03-29compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr.Ian Lance Taylor2-9/+13
2012-03-28compiler: fix null-dereference on invalid len() arg.Ian Lance Taylor1-2/+2
2012-03-28compiler: avoid an ICE on bound interface methods used as values.Ian Lance Taylor1-1/+2
2012-03-28compiler: fix method finalization of unnamed structs.Ian Lance Taylor1-1/+5
2012-03-28compiler: fix crashes.Ian Lance Taylor2-1/+3
2012-03-28compiler: Rewrite handling of untyped numeric constants.Ian Lance Taylor5-2054/+1667
2012-03-09compiler: Be more careful to follow GENERIC type rules.Ian Lance Taylor3-6/+38
2012-03-09compiler: Correct handling of sink receiver.Ian Lance Taylor1-3/+2
2012-03-08compiler: Don't initialize zero sized variables.Ian Lance Taylor5-5/+99
2012-03-08compiler: Don't crash on array assignment.Ian Lance Taylor1-2/+4
2012-03-07compiler: Don't crash if writing type functions too late due to error.Ian Lance Taylor2-0/+11
2012-03-07compiler: Fix struct inheriting interface with varargs method.Ian Lance Taylor1-2/+6
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor1-54/+0
2012-03-01compiler: Reliably give errors on misuse of multiple value call.Ian Lance Taylor1-13/+16
2012-03-01compiler: Fix varargs functions that call recover.Ian Lance Taylor2-1/+8
2012-03-01compiler: Fix handling of indirection of circular types.Ian Lance Taylor1-18/+22
2012-03-01compiler: Avoid some compiler crashes on invalid code.Ian Lance Taylor4-4/+15