OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / go /
2012-06-14 ianBring over accumulated bug fixes from mainline.
2012-06-14 rguenthMark ChangeLog
2012-06-07 iancompiler: Fix unsafe.Sizeof for named structs with...
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-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-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, runtime: Add explicit checks for zero and...
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-22 rguenthMark ChangeLog
2012-03-10 ianUpdate Go compiler, library, and testsuite on gcc 4...
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...
2012-02-04 iancompiler, reflect: Fix hash codes of named types, fix...
2012-02-02 iancompiler: Compare slice start and end with cap, not...
2012-02-02 iancompiler: Permit importing a method to a type being...
2012-02-02 iancompiler: Fix parameter references in method expressions.
2012-02-01 iancompiler: Fix type checking for append.
2012-02-01 iancompiler: Don't crash on switch _ := v.(type).
2012-02-01 jakub PR target/52079
2012-02-01 iancompiler: Permit a general expression in case x :=...
2012-02-01 iancompiler: Don't crash on type switch case nil with...
2012-01-27 iancompiler: Use new __builtin_init_heap_trampoline.
2012-01-26 iancompiler: Don't make type fns for private fields in...
2012-01-25 iancompiler: Always re-lower lowered expressions.
2012-01-24 iancompiler: Error if type switch case can not implement...
2012-01-24 iancompiler: Do not allow slice of array literal.
2012-01-24 iancompiler: Simple statement in type switch is in differe...
2012-01-24 iancompiler: Correct type of expressions involving charact...
2012-01-24 iancompiler: Verify types of sink variables.
2012-01-24 iancompiler: Better handling of erroneous function signatures.
2012-01-24 iancompiler: Better error message for invalid use of prede...
2012-01-23 iancompiler: Give an error if a variable is defined but...
2012-01-21 iancompiler: The type descriptor of an undefined forward...
2012-01-21 iancompiler: Check for calling value method with dereferen...
2012-01-21 iancompiler: Change alias handling, change rune alias...
2012-01-20 iancompiler: Don't crash if receiver name is _.
2012-01-20 iancompiler: Handle _ with explicit type correctly.
2012-01-20 iancompiler: Handle recursive interfaces.
2012-01-17 iancompiler: Don't use import path for ./ or ../ imports.
2012-01-17 ian * gospec.c (lang_specific_driver): If we see -S withou...
2012-01-12 ian * go-lang.c (go_langhook_init): Initialize void_list_n...
2012-01-12 ianlibgo: Update to weekly.2011-12-14.
2012-01-11 iancompiler: Permit type B byte; type S []B; var v = S...
2012-01-11 iancompiler: Don't use memcmp for structs/arrays with...
2012-01-11 iancompiler: Fix names for hash/equality functions for...
2012-01-11 iancompiler: Use backend interface for type sizes and...
2012-01-06 iancompiler, runtime: Implement struct and array comparisons.
2011-12-28 iancompiler: Prohibit comparisons of funcs, maps, and...
2011-12-28 ian * go-gcc.cc (Gcc_backend::set_placeholder_struct_type...
2011-12-28 iancompiler: Rework range over slice.
2011-12-22 ian * go-gcc.cc (set_placeholder_pointer_type): Arrange...
next