OSDN Git Service

2012-10-08 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / go /
2012-10-03 iancompiler: Fix a, b, c := b, a, 1 when a and b already...
2012-10-02 iancompiler: Fix a couple of type reflection strings.
2012-10-02 iancompiler: Fix parse of (<- chan <- chan <- int)(x).
2012-09-28 iancompiler: Fix handling of omitted expression in switch.
2012-09-27 iancompiler: Better error for missing comma in composite...
2012-09-24 iancompiler: Better warning for switch on non-comparable...
2012-09-22 iancompiler, runtime: Reject surrogate pair converting...
2012-09-22 iancompiler: No error if shift operand inherits interface...
2012-09-22 iancompiler: Fix determining types for builtin complex...
2012-09-22 iancompiler: Fix unnamed struct type converted to interfac...
2012-09-21 iancompiler: Better error messages for single- and multipl...
2012-09-21 iancompiler: Better error message if method requires point...
2012-09-21 iancompiler: len(<-c) is not a constant.
2012-09-20 iancompiler: Update for GCC push_cfun changes.
2012-09-20 iancompiler: Fix struct hash and equality with _ fields.
2012-09-20 iancompiler: Give error for byte-order-mark in middle...
2012-09-19 iancompiler: Ignore byte-order-mark at start of file.
2012-09-19 iancompiler: Fix multiple types with same name in function.
2012-09-17 ianlibbacktrace/:
2012-09-17 iancompile: Detect invalid and likely-bad import statements.
2012-09-11 dnovilloRemove unnecessary VEC function overloads.
2012-08-23 iancompiler: Comparisons return untyped boolean value.
2012-08-23 iancompiler: Remove old handling of unsafe.Pointer in...
2012-08-15 iancompiler: Adjust for GCC always being built with C++.
2012-08-15 dnovilloMerge from cxx-conversion branch (gcc.gnu.org/wiki...
2012-08-11 iancompiler: Reject type switch using non-interface type.
2012-07-24 urosgcc/lto/ChangeLog:
2012-06-14 iancompiler, reflect: Quote package path with tabs.
2012-06-14 iancompiler: Avoid unnecessary interface conversions.
2012-06-12 iancompiler, reflect: Handle package path like gc compiler.
2012-06-07 iancompiler: Fix taking address of field of local variable.
2012-06-07 iancompiler: Fix unsafe.Sizeof for named structs with...
2012-06-04 steven * output.h (merge_weak, assemble_alias,
2012-05-30 iancompiler: Don't crash for invalid constant types for...
2012-05-25 iancompiler: Don't create a closure if not needed.
2012-05-18 iancompiler: Fix erroneous use of VEC.
2012-05-16 iancompiler: Fix assembler names of types defined in funct...
2012-05-15 iancompiler: Fix taking address of constant outside of...
2012-05-15 iancompiler: Sort array constructors by index.
2012-05-15 iancompiler: Don't try to take the address of a constant.
2012-05-14 ianlibgo: Use -fgo-pkgpath.
2012-05-11 ianRemove ChangeLog entry for change to gofrontend file...
2012-05-09 iancompiler: Add -fgo-pkgpath option.
2012-05-07 iancompiler: fix an ICE when parsing 0xdie, reject token...
2012-05-07 iancompiler: fix ICE in handling of rune constants.
2012-05-07 iancompiler: reject NOT operator on integer types.
2012-05-04 iancompiler: Correct parse of for with possible composite...
2012-05-04 iancompiler: Error if importing same package twice with...
2012-05-03 iancompiler: Build import tables as needed for imported...
2012-05-03 iancompiler: Fix order of initialization bug with global...
2012-04-30 hubicka * cgraph.c (ld_plugin_symbol_resolution_names): Move...
2012-04-28 iancompiler: Fix some crashes on invalid code.
2012-04-28 iancompiler: Use less memory for array/slice literals.
2012-04-24 iancompiler: Fix order of evalation for m[0] = len(m)...
2012-04-24 iancompiler: Reject invalid composite literals.
2012-04-24 iancompiler: Error for invalid use of ... in call.
2012-04-23 ian * go-lang.c (go_langhook_init): Set MPFR precision...
2012-04-23 iancompiler: Correct handling of negative zero floating...
2012-04-20 iancompiler: Don't call cgraph_mark_needed_node.
2012-04-20 iancompiler, runtime: Add explicit checks for zero and...
2012-04-18 stevengcc/
2012-04-16 iancompiler: fix infinite recursion in string constant...
2012-03-30 iancompiler: Fix order of evaluation of struct composite...
2012-03-29 iancompiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} retur...
2012-03-28 iancompiler: fix null-dereference on invalid len() arg.
2012-03-28 iancompiler: avoid an ICE on bound interface methods used...
2012-03-28 iancompiler: fix method finalization of unnamed structs.
2012-03-28 iancompiler: fix crashes.
2012-03-28 iancompiler: Rewrite handling of untyped numeric constants.
2012-03-09 iancompiler: Be more careful to follow GENERIC type rules.
2012-03-09 iancompiler: Correct handling of sink receiver.
2012-03-08 iancompiler: Don't initialize zero sized variables.
2012-03-08 iancompiler: Don't crash on array assignment.
2012-03-07 iancompiler: Don't crash if writing type functions too...
2012-03-07 iancompiler: Fix struct inheriting interface with varargs...
2012-03-02 ianlibgo: Update to weekly.2012-02-14 release.
2012-03-01 iancompiler: Reliably give errors on misuse of multiple...
2012-03-01 iancompiler: Fix varargs functions that call recover.
2012-03-01 iancompiler: Fix handling of indirection of circular types.
2012-03-01 iancompiler: Avoid some compiler crashes on invalid code.
2012-03-01 iancompiler: Fix unary ^ applied to typed signed integer...
2012-02-29 iancompiler: Avoid various crashes on error conditions.
2012-02-29 iancompiler: Fix handling of invalid types within invalid...
2012-02-23 rguenth2012-02-23 Richard Guenther <rguenther@suse.de>
2012-02-18 iancompiler: Permit an empty interface to be embedded...
2012-02-17 iancompiler: Permit (_) on left hand side of =.
2012-02-17 iancompiler: List imported packages in export information.
2012-02-17 iancompiler: Add parameter names to export information.
2012-02-17 iancompiler: Don't lower binary expressions with mismatche...
2012-02-17 ian * gospec.c (lang_specific_driver): If linking, and...
2012-02-17 iancompiler: Fix backend representation for interface...
2012-02-17 iancompiler: Check for initialization loop in constant...
2012-02-16 iancompiler: Don't crash on erroneous unnamed integer...
2012-02-16 iancompiler: Lower constant string comparisons.
2012-02-16 iancompiler: Fix crash: type T1 struct { F *[1]T2 } where...
2012-02-15 iancompiler: Avoid crashes on erroneous input.
2012-02-14 ian PR go/48411
2012-02-08 ianmath: Compile with -mfancy-math-387 -funsafe-optimizati...
2012-02-08 iancompiler, runtime: Check make int64 args for overflow.
2012-02-07 iancompiler, libgo: Use //extern comments rather than...
next