summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* PR go/61204ian2015-01-072-5/+19
* compiler: Don't assign to embedded builtins in imported struct compositeian2015-01-071-2/+4
* compiler: Add explicit sign to exported complex constants without imaginary c...ian2015-01-071-1/+1
* * go-gcc.cc (constructor_expression): Don't initialize zero-sizedian2015-01-062-1/+20
* compiler: Use function receiver name in mangled named type descriptor.ian2015-01-061-0/+16
* Update copyright years.jakub2015-01-0511-10/+12
* gcc/jakub2015-01-052-2/+6
* compiler: Evaluate array range expression once before iteration.ian2014-12-231-2/+5
* compiler: Add temporaries required in cases of interface conversion.ian2014-12-192-16/+45
* * go-gcc.cc (array_constructor_expression): Don't construct arraysian2014-12-192-2/+24
* compiler: More cases that need a temporary for interface conversion.ian2014-12-193-22/+74
* compiler: Avoid multiple evaluations in interface conversions.ian2014-12-194-11/+164
* compiler: Don't crash on append with single argument.ian2014-12-171-2/+7
* compiler: Don't built hash/equality functions for thunk structs.ian2014-12-163-2/+26
* PR go/61246ian2014-12-161-1/+5
* PR go/61264ian2014-12-161-2/+8
* PR go/61273ian2014-12-162-5/+5
* PR go/61255ian2014-12-152-15/+36
* PR go/61248ian2014-12-151-2/+8
* PR go/61253ian2014-12-151-0/+10
* compiler: Fix crash when tracked field used in global initializer.ian2014-12-141-1/+1
* PR go/61244ian2014-12-141-0/+11
* PR go/61254ian2014-12-131-1/+2
* PR go/61316ian2014-12-103-1/+26
* compiler: Don't track fields in compiler-generated hash and eq funcs.ian2014-12-104-0/+23
* PR go/64198ian2014-12-081-3/+6
* compiler: Don't crash with self-referential types.ian2014-12-014-10/+44
* compiler: Do not dereference a named pointer type when looking up a method.ian2014-11-241-0/+12
* compiler: Initialize variables in declaration order.ian2014-11-181-32/+100
* compiler: Do not count package uses from ambiguous lookups.ian2014-11-134-13/+66
* compiler: Logical operators should yield untyped bool for untyped operands.ian2014-11-041-9/+0
* gcc/ada/rsandifo2014-10-292-1/+5
* * cgraph.h: Flatten. Remove all include files.amacleod2014-10-282-2/+10
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-273-2/+21
* compiler: Use MPC library for complex numbers.ian2014-10-246-470/+169
* compiler: Simplify making integer expressions.ian2014-10-247-271/+142
* compiler: Remove obsolete hidden_fields_are_ok code.ian2014-10-216-274/+31
* compiler, runtime: Add type information to single object allocation.ian2014-10-207-45/+77
* compiler: Don't allow tuple assignments to contain duplicate symbols.ian2014-10-181-0/+12
* compiler: Method names must be non-blank.ian2014-10-161-0/+2
* compiler: Don't record interface types with blank type names.ian2014-10-162-5/+12
* compiler: Check for initialization cycles in bound method expressions.ian2014-10-161-5/+6
* PR go/63560ian2014-10-163-0/+19
* compiler: Parse receiver as a single parameter.ian2014-10-162-93/+28
* compiler: Permit "for range x" clauses.ian2014-10-092-19/+36
* compiler: Recognize 64-bit symbol tables in archives.ian2014-10-031-0/+9
* compiler: Don't insert promoted methods that conflict with fields.ian2014-10-032-19/+44
* PR go/61880ian2014-10-021-4/+1
* compiler: Pass constant arguments directly to thunk functions.ian2014-09-191-14/+36
* gcc/jakub2014-09-152-5/+6