aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)Author
2011-06-27Mark ChangeLoggccadmin
2011-03-25Mark ChangeLoggccadmin
2011-03-07Support multiple init functions in a single file.ian
2011-03-07Fix second import of package using _.ian
2011-03-07Handle predeclared names used as fields in struct composite literals.ian
2011-03-03Don't crash if erroneous type was not converted.ian
2011-03-03Don't crash on large composite literal array index.ian
2011-03-03Don't crash calling make with NaN or Infinity.ian
2011-03-03Make sure variable type is determined when var initialized to var.ian
2011-03-03Don't crash getting type descriptor of abstract types.ian
2011-03-03Don't look for methods on named pointer types.ian
2011-03-03Determine call types even if first call result is not used.ian
2011-03-03Don't crash declaring a function named "_".ian
2011-03-03Don't crash on erroneous void initializer in temporary statement.ian
2011-03-03Fix type of discarded send expression.ian
2011-03-03Don't crash on erroneous named result.ian
2011-03-03Don't crash if a constant has a declared but undefined type.ian
2011-03-03Rewrite conversion of named types to backend representation.ian
2011-02-28Move ChangeLog entry to correct ChangeLog file.ian
2011-02-24Don't delete old arguments when lowering varargs.ian
2011-02-24Traverse erroneous send/receive statements.ian
2011-02-24Don't crash when using receive on erroneous channel.ian
2011-02-24Set type of array length expressions.ian
2011-02-24Avoid infinite loop in field_reference.ian
2011-02-24Don't crash on type switch of untyped value.ian
2011-02-24Don't crash on type switch of nil.ian
2011-02-24Handle an array of pointers to itself.ian
2011-02-24Don't crash if a map index is used outside of a function.ian
2011-02-24Don't crash on bad receiver when building recover thunks.ian
2011-02-24Don't crash if a result variable redefines a parameter.ian
2011-02-23Don't crash looking for methods of pointer to error type.ian
2011-02-23Don't crash on Sizeof of bad type.ian
2011-02-23Don't crash on erroneous type descriptor in interface conversion.ian
2011-02-23Traverse erroneous function redefinitions.ian
2011-02-23Fix missing type traversals.ian
2011-02-22Don't permit string index expression to have abstract types.ian
2011-02-22Don't crash import unsafe if "unsafe" was already defined.ian
2011-02-22Don't crash on attempt to index array type expression.ian
2011-02-22Don't crash on erroneous type switch.ian
2011-02-22Permit comparing non-empty interfaces with empty interfaces.ian
2011-02-22Test shift count for overflow.ian
2011-02-19Don't crash on constant right shift.ian
2011-02-19Don't crash on out of range switch value.ian
2011-02-19Remove old mechanism for passing varargs argument to varargs function.ian
2011-02-19Avoid infinite loop inheriting interface methods.ian
2011-02-19Avoid dangling open function after erroneous method expression.ian
2011-02-19Fix struct with array of struct with field that points to first struct.ian
2011-02-15Don't crash on erroneous thunk call.ian
2011-02-15Don't crash on interface loop with forwarding types.ian
2011-02-15Don't crash on defer of type conversion.ian