Daily bump.
[gcc.git] / gcc / go /
2012-02-29 Ian Lance Taylorcompiler: Avoid various crashes on error conditions.
2012-02-29 Ian Lance Taylorcompiler: Fix handling of invalid types within invalid...
2012-02-23 Richard Guenthergo-gcc.cc (Gcc_backend::placeholder_pointer_type):...
2012-02-18 Ian Lance Taylorcompiler: Permit an empty interface to be embedded...
2012-02-17 Ian Lance Taylorcompiler: Permit (_) on left hand side of =.
2012-02-17 Ian Lance Taylorcompiler: List imported packages in export information.
2012-02-17 Ian Lance Taylorcompiler: Add parameter names to export information.
2012-02-17 Ian Lance Taylorcompiler: Don't lower binary expressions with mismatche...
2012-02-17 Ian Lance Taylorgospec.c (lang_specific_driver): If linking, and no...
2012-02-17 Ian Lance Taylorcompiler: Fix backend representation for interface...
2012-02-17 Ian Lance Taylorcompiler: Check for initialization loop in constant...
2012-02-16 Ian Lance Taylorcompiler: Don't crash on erroneous unnamed integer...
2012-02-16 Ian Lance Taylorcompiler: Lower constant string comparisons.
2012-02-16 Ian Lance Taylorcompiler: Fix crash: type T1 struct { F *[1]T2 } where...
2012-02-15 Ian Lance Taylorcompiler: Avoid crashes on erroneous input.
2012-02-14 Ian Lance Taylorre PR go/48411 (Bogusly canonicalized $target-gccgo)
2012-02-08 Ian Lance Taylormath: Compile with -mfancy-math-387 -funsafe-optimizati...
2012-02-08 Ian Lance Taylorcompiler, runtime: Check make int64 args for overflow.
2012-02-07 Ian Lance Taylorcompiler, libgo: Use //extern comments rather than...
2012-02-04 Ian Lance Taylorcompiler, reflect: Fix hash codes of named types, fix...
2012-02-02 Ian Lance Taylorcompiler: Compare slice start and end with cap, not...
2012-02-02 Ian Lance Taylorcompiler: Permit importing a method to a type being...
2012-02-02 Ian Lance Taylorcompiler: Fix parameter references in method expressions.
2012-02-01 Ian Lance Taylorcompiler: Fix type checking for append.
2012-02-01 Ian Lance Taylorcompiler: Don't crash on switch _ := v.(type).
2012-02-01 Jakub Jelinekre PR target/52079 (ICE in aggregate_value_p while...
2012-02-01 Ian Lance Taylorcompiler: Permit a general expression in case x :=...
2012-02-01 Ian Lance Taylorcompiler: Don't crash on type switch case nil with...
2012-01-27 Ian Lance Taylorcompiler: Use new __builtin_init_heap_trampoline.
2012-01-26 Ian Lance Taylorcompiler: Don't make type fns for private fields in...
2012-01-25 Ian Lance Taylorcompiler: Always re-lower lowered expressions.
2012-01-24 Ian Lance Taylorcompiler: Error if type switch case can not implement...
2012-01-24 Ian Lance Taylorcompiler: Do not allow slice of array literal.
2012-01-24 Ian Lance Taylorcompiler: Simple statement in type switch is in differe...
2012-01-24 Ian Lance Taylorcompiler: Correct type of expressions involving charact...
2012-01-24 Ian Lance Taylorcompiler: Verify types of sink variables.
2012-01-24 Ian Lance Taylorcompiler: Better handling of erroneous function signatures.
2012-01-24 Ian Lance Taylorcompiler: Better error message for invalid use of prede...
2012-01-23 Ian Lance Taylorcompiler: Give an error if a variable is defined but...
2012-01-21 Ian Lance Taylorcompiler: The type descriptor of an undefined forward...
2012-01-21 Ian Lance Taylorcompiler: Check for calling value method with dereferen...
2012-01-21 Ian Lance Taylorcompiler: Change alias handling, change rune alias...
2012-01-20 Ian Lance Taylorcompiler: Don't crash if receiver name is _.
2012-01-20 Ian Lance Taylorcompiler: Handle _ with explicit type correctly.
2012-01-20 Ian Lance Taylorcompiler: Handle recursive interfaces.
2012-01-17 Ian Lance Taylorcompiler: Don't use import path for ./ or ../ imports.
2012-01-17 Ian Lance Taylorgospec.c (lang_specific_driver): If we see -S without...
2012-01-12 Ian Lance Taylorgo-lang.c (go_langhook_init): Initialize void_list_node...
2012-01-12 Ian Lance Taylorlibgo: Update to weekly.2011-12-14.
2012-01-11 Ian Lance Taylorcompiler: Permit type B byte; type S []B; var v = S...
2012-01-11 Ian Lance Taylorcompiler: Don't use memcmp for structs/arrays with...
2012-01-11 Ian Lance Taylorcompiler: Fix names for hash/equality functions for...
2012-01-11 Ian Lance Taylorcompiler: Use backend interface for type sizes and...
2012-01-06 Ian Lance Taylorcompiler, runtime: Implement struct and array comparisons.
2011-12-28 Ian Lance Taylorcompiler: Prohibit comparisons of funcs, maps, and...
2011-12-28 Ian Lance Taylorgo-gcc.cc (Gcc_backend::set_placeholder_struct_type...
2011-12-28 Ian Lance Taylorcompiler: Rework range over slice.
2011-12-22 Ian Lance Taylorgo-gcc.cc (set_placeholder_pointer_type): Arrange for...
2011-12-14 Ian Lance Taylorlibgo: Update to weekly.2011-12-06.
2011-12-14 Ian Lance Taylorcompiler: Permit omitting &T in composite literal.
2011-12-14 Ian Lance Taylorcompiler: Move import of Go export data to gcc side...
2011-12-13 Ian Lance Taylorcompiler: Fix multiple conversions to different named...
2011-12-13 Ian Lance Taylorcompiler: Permit converting between string and named...
2011-12-09 Ian Lance Taylorcompiler: Another correction to hidden fields in compos...
2011-12-09 Ian Lance Taylorcompiler: It's OK to assign a struct with hidden fields...
2011-12-08 Ian Lance Taylorcompiler: Don't check for hidden fields on struct assig...
2011-12-02 Ian Lance Taylorlibgo: Update to weekly.2011-11-01.
2011-12-01 Ian Lance Taylorcompiler: add error to list of built-in types.
2011-12-01 Ian Lance Taylorcompiler/runtime: Copy channel implementation from...
2011-11-29 Sanjoy Dascompiler: Define and use backend-independent Location...
2011-11-29 Ian Lance TaylorImplement predefined error interface.
2011-11-04 Ian Lance TaylorFix select { case v, ok := <-c: }.
2011-11-02 Rainer OrthMove shlib support to toplevel libgcc
2011-10-28 Ian Lance TaylorAdd rune as an alias for int.
2011-10-25 Ian Lance TaylorImplement predeclared delete function.
2011-10-25 Ian Lance TaylorDon't permit close of receive-only channel.
2011-10-25 Ian Lance TaylorImplement new order of assignment rules.
2011-10-24 Ian Lance TaylorError if naked return when result variables are shadowed.
2011-10-24 Ian Lance TaylorImplement append([]byte, string...).
2011-10-24 Ian Lance TaylorRename is_open_array_type to is_slice_type.
2011-10-11 Ian Lance TaylorRemove incorrect ChangeLog entry, correct spacing.
2011-10-11 Michael MeissnerConvert standard builtin functions from being arrays...
2011-10-04 Ian Lance TaylorFix global var initialized to function call with calls...
2011-09-26 Ian Lance TaylorFix location of error about unused import "unsafe".
2011-09-23 Ian Lance TaylorBetter parsing of erroneous expression on left of :=.
2011-09-21 Ian Lance TaylorBetter handling of unexpected EOF in parser.
2011-09-21 Ian Lance TaylorBetter error message for shift context types.
2011-09-21 Ian Lance TaylorSupport nil maps.
2011-09-21 Ian Lance TaylorFix typo in error message.
2011-09-20 Ian Lance TaylorImprove error for undefined name in imported package.
2011-09-20 Ian Lance TaylorImplement goto restrictions.
2011-09-20 Ian Lance TaylorCheck for duplicate parameter/result names.
2011-09-20 Ian Lance TaylorEmit compiler errors for unused values.
2011-09-19 Ian Lance TaylorFix handling of mutually recursive named types.
2011-09-17 Ian Lance TaylorImprove errors for invalid use of [...]type.
2011-09-16 Ian Lance TaylorFix defer when not calling recover in function with...
2011-09-14 Ian Lance TaylorFix handling of structs with embedded global types.
2011-09-14 Ian Lance TaylorFix defer/recover at high optimization levels.
2011-09-13 Ian Lance TaylorAlways dereference nil receiver passed to value method.
2011-09-13 Ian Lance TaylorFix inheriting hidden methods with arguments of hidden...
next