OSDN Git Service

2012-02-01 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / go /
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...
2011-12-14 ianlibgo: Update to weekly.2011-12-06.
2011-12-14 iancompiler: Permit omitting &T in composite literal.
2011-12-14 iancompiler: Move import of Go export data to gcc side...
2011-12-13 iancompiler: Fix multiple conversions to different named...
2011-12-13 iancompiler: Permit converting between string and named...
2011-12-09 iancompiler: Another correction to hidden fields in compos...
2011-12-09 iancompiler: It's OK to assign a struct with hidden fields...
2011-12-08 iancompiler: Don't check for hidden fields on struct assig...
2011-12-02 ianlibgo: Update to weekly.2011-11-01.
2011-12-01 iancompiler: add error to list of built-in types.
2011-12-01 iancompiler/runtime: Copy channel implementation from...
2011-11-29 iancompiler: Define and use backend-independent Location...
2011-11-29 ianImplement predefined error interface.
2011-11-04 ianFix select { case v, ok := <-c: }.
2011-11-02 roMove shlib support to toplevel libgcc
2011-10-28 ianAdd rune as an alias for int.
2011-10-25 ianImplement predeclared delete function.
2011-10-25 ianDon't permit close of receive-only channel.
2011-10-25 ianImplement new order of assignment rules.
2011-10-24 ianError if naked return when result variables are shadowed.
2011-10-24 ianImplement append([]byte, string...).
2011-10-24 ianRename is_open_array_type to is_slice_type.
2011-10-11 ianRemove incorrect ChangeLog entry, correct spacing.
2011-10-11 meissnerConvert standard builtin functions from being arrays...
2011-10-04 ianFix global var initialized to function call with calls...
2011-09-26 ianFix location of error about unused import "unsafe".
2011-09-23 ianBetter parsing of erroneous expression on left of :=.
2011-09-21 ianBetter handling of unexpected EOF in parser.
2011-09-21 ianBetter error message for shift context types.
2011-09-21 ianSupport nil maps.
2011-09-21 ianFix typo in error message.
2011-09-20 ianImprove error for undefined name in imported package.
2011-09-20 ianImplement goto restrictions.
2011-09-20 ianCheck for duplicate parameter/result names.
2011-09-20 ianEmit compiler errors for unused values.
2011-09-19 ianFix handling of mutually recursive named types.
2011-09-17 ianImprove errors for invalid use of [...]type.
2011-09-16 ianFix defer when not calling recover in function with...
2011-09-14 ianFix handling of structs with embedded global types.
2011-09-14 ianFix defer/recover at high optimization levels.
2011-09-13 ianAlways dereference nil receiver passed to value method.
2011-09-13 ianFix inheriting hidden methods with arguments of hidden...
2011-09-13 ianFix inherited hidden methods that return hidden types.
2011-09-10 ianFix using package name as composite literal struct...
2011-08-29 ianLower calls to bound method expressions.
2011-08-29 ianDon't lower blocks twice.
2011-08-25 ianChange Bound_method_expression to refer to a constant...
2011-08-24 iangccgo: fixes to ast-dump, refactoring of export and...
2011-08-24 jsm28 * Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family...
2011-08-16 ianRemove entry for gofrontend directory which should...
2011-08-15 gchareLINEMAP_POSITION_FOR_COLUMN had the exact same effect as
2011-08-08 ro gcc:
2011-08-04 ian PR go/49889
2011-08-03 iangccgo: Added code to dump the AST tree. The AST dump is
2011-08-01 ianUse temporary variables for calls with multiple results.
2011-07-06 rguenth2011-07-06 Richard Guenther <rguenther@suse.de>
2011-06-24 ianRemove entry for gofrontend change which should not...
2011-06-21 amacleod * gogo-tree.cc (Gogo::define_builtin_function_trees...
2011-06-14 jsm28 * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to
2011-06-14 ianChange builtin make to runtime call at lowering time.
2011-06-11 ianUse backend interface for map descriptors.
2011-06-11 ianUse backend interface for type descriptors.
2011-06-09 ianUse backend interface for zero initialization.
2011-06-08 ianCorrect type size comparison.
2011-06-07 rguenth2011-06-07 Richard Guenther <rguenther@suse.de>
2011-06-05 hjlRevert accidental checkin.
2011-06-05 jvdelisle2011-06-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2011-05-27 ianChange export code to use the backend interface.
2011-05-24 jsm28 * Makefile.in (GCC_OBJS): Remove opts-common.o and...
next