Daily bump.
[gcc.git] / gcc / go /
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-12-21 Ian Lance Taylorcompiler: Error if name defined in both package and...
2012-12-21 Ian Lance Taylorre PR bootstrap/54659 (Bootstrap with --disable-nls...
2012-12-18 Ian Lance Taylorlibgo: Link against libatomic_convenience.la.
2012-12-18 Andreas Schwablibgo: Link against libatomic.
2012-12-14 Ian Lance Taylorcompiler: Better error message for invalid shift operat...
2012-12-13 Ian Lance Taylorcompiler: Accept trailing comma after varargs parameter.
2012-12-06 Ian Lance Taylorcompiler: Correct test for whether go/defer arg is...
2012-12-05 Ian Lance Taylorcompiler: Accept trailing comma after expression in...
2012-12-05 Ian Lance Taylorcompiler: Make sure we produce an error for a call...
2012-12-05 Ian Lance Taylorcompiler: Check for negative or inverted arguments...
2012-12-04 Ian Lance Taylorcompiler: Give error for constant inverted slice range.
2012-12-04 Ian Lance Taylorcompiler: Reject invalid nil == nil comparisons.
2012-12-04 Ian Lance Taylorcompiler: Fix crash in go/defer of some builtin functions.
2012-12-04 Ian Lance Taylorcompiler: Don't permit go/defer argument to be parenthe...
2012-12-03 Ian Lance Taylorcompiler: Fix field tracking for references in global...
2012-12-03 Ian Lance Taylorcompiler: Don't encode non-ASCII characters in identifiers.
2012-12-03 Ian Lance Taylorcompiler: Fix nil func panics, constant type conversions.
2012-12-01 Ian Lance Taylorcompiler: Fix bug converting unnamed types with placeho...
2012-11-30 Ian Lance Taylorcompiler: Fix fieldtrack info for unexported type.
2012-11-29 Ian Lance Taylorcompiler, runtime: Track fields with tag go:"track".
2012-11-28 Ian Lance Taylorcompiler: Implement //go:nointerface comments.
2012-11-25 Ian Lance Taylorcompiler: Don't use memcmp for equality if struct has...
2012-11-19 Ian Lance Taylorre PR translation/53764 (Typo in translatable string...
2012-11-18 Ian Lance Taylorcompiler: Adjust for vec changes.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-16 Ian Lance Taylorcompiler: don't remove floating point conversion of...
2012-11-16 Ian Lance TaylorMake-lang.in (gccgo$(exeext)): Add + at start of command.
2012-11-06 Ian Lance Taylorcompiler, runtime: Size of int is now 64 bits on x86_64.
2012-11-06 Ian Lance Taylorcompiler, libgo: Fixes to prepare for 64-bit int.
2012-11-06 Ian Lance Taylorcompiler, runtime: Memcmp routine returns intgo.
2012-11-01 Ian Lance Taylorcompiler, runtime: More steps toward separating int...
2012-10-31 Ian Lance Taylorcompiler: Add -fgo-relative-import-path.
2012-10-23 Ian Lance Taylorlibgo: Update to current sources.
2012-10-03 Ian Lance Taylorcompiler: Fix a, b, c := b, a, 1 when a and b already...
2012-10-02 Ian Lance Taylorcompiler: Fix a couple of type reflection strings.
2012-10-02 Ian Lance Taylorcompiler: Fix parse of (<- chan <- chan <- int)(x).
2012-09-28 Ian Lance Taylorcompiler: Fix handling of omitted expression in switch.
2012-09-27 Ian Lance Taylorcompiler: Better error for missing comma in composite...
2012-09-24 Ian Lance Taylorcompiler: Better warning for switch on non-comparable...
2012-09-22 Ian Lance Taylorcompiler, runtime: Reject surrogate pair converting...
2012-09-22 Ian Lance Taylorcompiler: No error if shift operand inherits interface...
2012-09-22 Ian Lance Taylorcompiler: Fix determining types for builtin complex...
2012-09-22 Ian Lance Taylorcompiler: Fix unnamed struct type converted to interfac...
2012-09-21 Ian Lance Taylorcompiler: Better error messages for single- and multipl...
2012-09-21 Ian Lance Taylorcompiler: Better error message if method requires point...
2012-09-21 Ian Lance Taylorcompiler: len(<-c) is not a constant.
2012-09-20 Ian Lance Taylorcompiler: Update for GCC push_cfun changes.
2012-09-20 Ian Lance Taylorcompiler: Fix struct hash and equality with _ fields.
2012-09-20 Ian Lance Taylorcompiler: Give error for byte-order-mark in middle...
2012-09-19 Ian Lance Taylorcompiler: Ignore byte-order-mark at start of file.
2012-09-19 Ian Lance Taylorcompiler: Fix multiple types with same name in function.
2012-09-17 Ian Lance Taylorlibbacktrace/:
2012-09-17 Ian Lance Taylorcompile: Detect invalid and likely-bad import statements.
2012-09-11 Diego NovilloRemove unnecessary VEC function overloads.
2012-08-23 Ian Lance Taylorcompiler: Comparisons return untyped boolean value.
2012-08-23 Ian Lance Taylorcompiler: Remove old handling of unsafe.Pointer in...
2012-08-15 Ian Lance Taylorcompiler: Adjust for GCC always being built with C++.
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-08-11 Ian Lance Taylorcompiler: Reject type switch using non-interface type.
2012-07-24 Uros Bizjaklto-tree.h (lang_decl): Add variable_size GTY option.
2012-06-14 Ian Lance Taylorcompiler, reflect: Quote package path with tabs.
2012-06-14 Ian Lance Taylorcompiler: Avoid unnecessary interface conversions.
2012-06-12 Ian Lance Taylorcompiler, reflect: Handle package path like gc compiler.
2012-06-07 Ian Lance Taylorcompiler: Fix taking address of field of local variable.
2012-06-07 Ian Lance Taylorcompiler: Fix unsafe.Sizeof for named structs with...
2012-06-04 Steven Bosscheroutput.h (merge_weak, [...]): Move protos from here...
2012-05-30 Ian Lance Taylorcompiler: Don't crash for invalid constant types for...
2012-05-25 Ian Lance Taylorcompiler: Don't create a closure if not needed.
2012-05-18 Ian Lance Taylorcompiler: Fix erroneous use of VEC.
2012-05-16 Ian Lance Taylorcompiler: Fix assembler names of types defined in funct...
2012-05-15 Ian Lance Taylorcompiler: Fix taking address of constant outside of...
2012-05-15 Ian Lance Taylorcompiler: Sort array constructors by index.
2012-05-15 Ian Lance Taylorcompiler: Don't try to take the address of a constant.
2012-05-14 Ian Lance Taylorlibgo: Use -fgo-pkgpath.
2012-05-11 Ian Lance TaylorRemove ChangeLog entry for change to gofrontend file.
2012-05-09 Ian Lance Taylorcompiler: Add -fgo-pkgpath option.
2012-05-07 Ian Lance Taylorcompiler: fix an ICE when parsing 0xdie, reject token...
2012-05-07 Ian Lance Taylorcompiler: fix ICE in handling of rune constants.
2012-05-07 Ian Lance Taylorcompiler: reject NOT operator on integer types.
2012-05-04 Ian Lance Taylorcompiler: Correct parse of for with possible composite...
2012-05-04 Ian Lance Taylorcompiler: Error if importing same package twice with...
2012-05-03 Ian Lance Taylorcompiler: Build import tables as needed for imported...
2012-05-03 Ian Lance Taylorcompiler: Fix order of initialization bug with global...
2012-04-30 Jan Hubickacgraph.c (ld_plugin_symbol_resolution_names): Move...
2012-04-28 Ian Lance Taylorcompiler: Fix some crashes on invalid code.
2012-04-28 Ian Lance Taylorcompiler: Use less memory for array/slice literals.
2012-04-24 Ian Lance Taylorcompiler: Fix order of evalation for m[0] = len(m)...
2012-04-24 Ian Lance Taylorcompiler: Reject invalid composite literals.
2012-04-24 Ian Lance Taylorcompiler: Error for invalid use of ... in call.
2012-04-23 Ian Lance Taylorgo-lang.c (go_langhook_init): Set MPFR precision to...
2012-04-23 Ian Lance Taylorcompiler: Correct handling of negative zero floating...
2012-04-20 Ian Lance Taylorcompiler: Don't call cgraph_mark_needed_node.
2012-04-20 Ian Lance Taylorcompiler, runtime: Add explicit checks for zero and...
2012-04-18 Steven Bosschertarghooks.c (default_case_values_threshold): Fix code...
2012-04-16 Ian Lance Taylorcompiler: fix infinite recursion in string constant...
2012-03-30 Ian Lance Taylorcompiler: Fix order of evaluation of struct composite...
2012-03-29 Ian Lance Taylorcompiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} retur...
2012-03-28 Ian Lance Taylorcompiler: fix null-dereference on invalid len() arg.
2012-03-28 Ian Lance Taylorcompiler: avoid an ICE on bound interface methods used...
next