aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/expressions.cc
AgeCommit message (Expand)Author
2013-11-08compiler: Fix bogus init loop error with struct composite literal.Ian Lance Taylor
2013-11-08compiler: Correct types when type conversion makes backend call.Ian Lance Taylor
2013-10-24compiler: Implement 3-index slicing.Ian Lance Taylor
2013-10-23compiler: use builtin runtime calls for integer to string and string to array...Ian Lance Taylor
2013-10-14runtime: Don't clobber saved context when catching signal.Chris Manghane
2013-10-11compiler: Use backend interface for function code expressions.Chris Manghane
2013-10-11compiler: Better error message of unsafe.Offsetof(method value).Ian Lance Taylor
2013-10-11compiler: accept integral float constants as string indices.Ian Lance Taylor
2013-10-11compiler: Use backend interface for function declarations.Chris Manghane
2013-10-10compiler: Fix test for constant argument too large for make.Ian Lance Taylor
2013-10-10compiler: Don't inherit logical operator operand type from context.Ian Lance Taylor
2013-10-10compiler: A type conversion of a constant is not always a constant.Ian Lance Taylor
2013-10-09compiler, runtime: Fix complex division of NaN / 0.Ian Lance Taylor
2013-10-08compiler: Error for qualified ID as field name in struct literal.Ian Lance Taylor
2013-10-04compiler: Use backend interface for temporary reference expressions.Chris Manghane
2013-10-02compiler: Use backend interface for numeric expressions.Chris Manghane
2013-09-30compiler: Use backend interface for variable expressions.Chris Manghane
2013-09-19compiler: Fix inconsistent check for structs using memcmp for ==.Ian Lance Taylor
2013-09-04compiler: expand arguments with multiple results for built-in functions.Ian Lance Taylor
2013-09-03compiler, runtime: Use runtime functions to pass closure value.Ian Lance Taylor
2013-06-26compiler: reject integer division by zero constant.Ian Lance Taylor
2013-06-25compiler: Fix type determination issues.Ian Lance Taylor
2013-06-24compiler: Add support for method values.Ian Lance Taylor
2013-06-21compiler: Really only make descriptors when needed.Ian Lance Taylor
2013-06-21compiler: Only make function descriptors if needed.Ian Lance Taylor
2013-06-19compiler: reject incorrect unsafe.Offsetof expressions.Ian Lance Taylor
2013-06-18compiler, runtime: Use function descriptors.Ian Lance Taylor
2013-06-14compiler: fix computation of Offsetof.Ian Lance Taylor
2012-12-21 PR bootstrap/54659Ian Lance Taylor
2012-12-14compiler: Better error message for invalid shift operations.Ian Lance Taylor
2012-12-05compiler: Make sure we produce an error for a call to a non-function.Ian Lance Taylor
2012-12-05compiler: Check for negative or inverted arguments to make.Ian Lance Taylor
2012-12-04compiler: Give error for constant inverted slice range.Ian Lance Taylor
2012-12-04compiler: Reject invalid nil == nil comparisons.Ian Lance Taylor
2012-12-04compiler: Fix crash in go/defer of some builtin functions.Ian Lance Taylor
2012-12-03compiler: Fix field tracking for references in global initializers.Ian Lance Taylor
2012-12-03compiler: Fix nil func panics, constant type conversions.Ian Lance Taylor
2012-11-30compiler: Fix fieldtrack info for unexported type.Ian Lance Taylor
2012-11-29compiler, runtime: Track fields with tag go:"track".Ian Lance Taylor
2012-11-18compiler: Adjust for vec changes.Ian Lance Taylor
2012-11-16compiler: don't remove floating point conversion of typed constantIan Lance Taylor
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor
2012-09-22compiler: No error if shift operand inherits interface type.Ian Lance Taylor
2012-09-22compiler: Fix determining types for builtin complex function.Ian Lance Taylor
2012-09-22compiler: Fix unnamed struct type converted to interface type.Ian Lance Taylor
2012-09-21compiler: len(<-c) is not a constant.Ian Lance Taylor
2012-09-20compiler: Fix struct hash and equality with _ fields.Ian Lance Taylor
2012-09-11Remove unnecessary VEC function overloads.Diego Novillo
2012-08-23compiler: Comparisons return untyped boolean value.Ian Lance Taylor
2012-08-23compiler: Remove old handling of unsafe.Pointer in type assertions.Ian Lance Taylor