summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* compiler, reflect: Quote package path with tabs.ian2012-06-141-4/+4
* compiler: Avoid unnecessary interface conversions.ian2012-06-141-2/+4
* compiler, reflect: Handle package path like gc compiler.ian2012-06-122-9/+23
* compiler: Fix taking address of field of local variable.ian2012-06-071-0/+4
* compiler: Fix unsafe.Sizeof for named structs with named struct fields.ian2012-06-072-2/+14
* * output.h (merge_weak, assemble_alias,steven2012-06-041-1/+1
* compiler: Don't crash for invalid constant types for && or ||.ian2012-05-301-15/+3
* compiler: Don't create a closure if not needed.ian2012-05-251-23/+11
* compiler: Fix erroneous use of VEC.ian2012-05-181-1/+1
* compiler: Fix assembler names of types defined in functions.ian2012-05-162-2/+2
* compiler: Fix taking address of constant outside of function.ian2012-05-151-9/+40
* compiler: Sort array constructors by index.ian2012-05-151-10/+48
* compiler: Don't try to take the address of a constant.ian2012-05-151-2/+4
* libgo: Use -fgo-pkgpath.ian2012-05-141-2/+2
* Remove ChangeLog entry for change to gofrontend file. Changes toian2012-05-111-4/+0
* compiler: Add -fgo-pkgpath option.ian2012-05-0917-320/+457
* compiler: fix an ICE when parsing 0xdie, reject token 0x123i.ian2012-05-071-1/+3
* compiler: fix ICE in handling of rune constants.ian2012-05-071-1/+4
* compiler: reject NOT operator on integer types.ian2012-05-071-3/+6
* compiler: Correct parse of for with possible composite literal.ian2012-05-042-24/+48
* compiler: Error if importing same package twice with same name.ian2012-05-041-5/+0
* compiler: Build import tables as needed for imported interfaces.ian2012-05-031-0/+3
* compiler: Fix order of initialization bug with global var a, b = f().ian2012-05-034-18/+85
* * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.chubicka2012-04-302-1/+5
* compiler: Fix some crashes on invalid code.ian2012-04-282-2/+11
* compiler: Use less memory for array/slice literals.ian2012-04-281-97/+177
* compiler: Fix order of evalation for m[0] = len(m) when m is a map.ian2012-04-241-6/+12
* compiler: Reject invalid composite literals.ian2012-04-241-1/+10
* compiler: Error for invalid use of ... in call.ian2012-04-241-2/+22
* * go-lang.c (go_langhook_init): Set MPFR precision to 256.ian2012-04-232-1/+5
* compiler: Correct handling of negative zero floating constant.ian2012-04-231-1/+7
* compiler: Don't call cgraph_mark_needed_node.ian2012-04-201-1/+0
* compiler, runtime: Add explicit checks for zero and overflow division.ian2012-04-205-29/+153
* gcc/steven2012-04-182-1/+6
* compiler: fix infinite recursion in string constant evaluation.ian2012-04-161-2/+16
* compiler: Fix order of evaluation of struct composite literals.ian2012-03-302-7/+47
* compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr.ian2012-03-292-9/+13
* compiler: fix null-dereference on invalid len() arg.ian2012-03-281-2/+2
* compiler: avoid an ICE on bound interface methods used as values.ian2012-03-281-1/+2
* compiler: fix method finalization of unnamed structs.ian2012-03-281-1/+5
* compiler: fix crashes.ian2012-03-282-1/+3
* compiler: Rewrite handling of untyped numeric constants.ian2012-03-285-2054/+1667
* compiler: Be more careful to follow GENERIC type rules.ian2012-03-093-6/+38
* compiler: Correct handling of sink receiver.ian2012-03-091-3/+2
* compiler: Don't initialize zero sized variables.ian2012-03-085-5/+99
* compiler: Don't crash on array assignment.ian2012-03-081-2/+4
* compiler: Don't crash if writing type functions too late due to error.ian2012-03-072-0/+11
* compiler: Fix struct inheriting interface with varargs method.ian2012-03-071-2/+6
* libgo: Update to weekly.2012-02-14 release.ian2012-03-021-54/+0
* compiler: Reliably give errors on misuse of multiple value call.ian2012-03-011-13/+16