summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* compiler: Adjust for vec changes.Ian Lance Taylor2012-11-182-58/+68
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-172-8/+11
* compiler: don't remove floating point conversion of typed constantIan Lance Taylor2012-11-161-0/+40
* Make-lang.in (gccgo$(exeext)): Add + at start of command.Ian Lance Taylor2012-11-162-2/+7
* compiler, runtime: Size of int is now 64 bits on x86_64.Ian Lance Taylor2012-11-061-2/+2
* compiler, libgo: Fixes to prepare for 64-bit int.Ian Lance Taylor2012-11-061-2/+6
* compiler, runtime: Memcmp routine returns intgo.Ian Lance Taylor2012-11-061-1/+1
* compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor2012-11-016-51/+69
* compiler: Add -fgo-relative-import-path.Ian Lance Taylor2012-10-3110-10/+78
* libgo: Update to current sources.Ian Lance Taylor2012-10-234-8/+20
* compiler: Fix a, b, c := b, a, 1 when a and b already exist.Ian Lance Taylor2012-10-032-16/+60
* compiler: Fix a couple of type reflection strings.Ian Lance Taylor2012-10-021-3/+9
* compiler: Fix parse of (<- chan <- chan <- int)(x).Ian Lance Taylor2012-10-022-8/+83
* compiler: Fix handling of omitted expression in switch.Ian Lance Taylor2012-09-281-19/+10
* compiler: Better error for missing comma in composite literal.Ian Lance Taylor2012-09-271-1/+5
* compiler: Better warning for switch on non-comparable type.Ian Lance Taylor2012-09-241-0/+10
* compiler, runtime: Reject surrogate pair converting int to string.Ian Lance Taylor2012-09-221-0/+6
* compiler: No error if shift operand inherits interface type.Ian Lance Taylor2012-09-221-1/+2
* compiler: Fix determining types for builtin complex function.Ian Lance Taylor2012-09-221-1/+1
* compiler: Fix unnamed struct type converted to interface type.Ian Lance Taylor2012-09-226-46/+135
* compiler: Better error messages for single- and multiple- value.Ian Lance Taylor2012-09-212-4/+4
* compiler: Better error message if method requires pointer receiver.Ian Lance Taylor2012-09-211-2/+3
* compiler: len(<-c) is not a constant.Ian Lance Taylor2012-09-211-48/+47
* compiler: Update for GCC push_cfun changes.Ian Lance Taylor2012-09-201-9/+0
* compiler: Fix struct hash and equality with _ fields.Ian Lance Taylor2012-09-202-0/+15
* compiler: Give error for byte-order-mark in middle of file.Ian Lance Taylor2012-09-201-1/+9
* compiler: Ignore byte-order-mark at start of file.Ian Lance Taylor2012-09-191-1/+10
* compiler: Fix multiple types with same name in function.Ian Lance Taylor2012-09-195-26/+115
* libbacktrace/:Ian Lance Taylor2012-09-172-1/+5
* compile: Detect invalid and likely-bad import statements.Ian Lance Taylor2012-09-176-5/+98
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-102-34/+48
* compiler: Comparisons return untyped boolean value.Ian Lance Taylor2012-08-232-16/+33
* compiler: Remove old handling of unsafe.Pointer in type assertions.Ian Lance Taylor2012-08-231-33/+2
* compiler: Adjust for GCC always being built with C++.Ian Lance Taylor2012-08-153-28/+1
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-144-31/+8
* compiler: Reject type switch using non-interface type.Ian Lance Taylor2012-08-111-38/+24
* lto-tree.h (lang_decl): Add variable_size GTY option.Uros Bizjak2012-07-242-1/+5
* compiler, reflect: Quote package path with tabs.Ian Lance Taylor2012-06-141-4/+4
* compiler: Avoid unnecessary interface conversions.Ian Lance Taylor2012-06-141-2/+4
* compiler, reflect: Handle package path like gc compiler.Ian Lance Taylor2012-06-122-9/+23
* compiler: Fix taking address of field of local variable.Ian Lance Taylor2012-06-071-0/+4
* compiler: Fix unsafe.Sizeof for named structs with named struct fields.Ian Lance Taylor2012-06-072-2/+14
* output.h (merge_weak, [...]): Move protos from here...Steven Bosscher2012-06-041-1/+1
* compiler: Don't crash for invalid constant types for && or ||.Ian Lance Taylor2012-05-301-15/+3
* compiler: Don't create a closure if not needed.Ian Lance Taylor2012-05-251-23/+11
* compiler: Fix erroneous use of VEC.Ian Lance Taylor2012-05-181-1/+1
* compiler: Fix assembler names of types defined in functions.Ian Lance Taylor2012-05-162-2/+2
* compiler: Fix taking address of constant outside of function.Ian Lance Taylor2012-05-151-9/+40
* compiler: Sort array constructors by index.Ian Lance Taylor2012-05-151-10/+48
* compiler: Don't try to take the address of a constant.Ian Lance Taylor2012-05-151-2/+4