summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* Mark ChangeLoggccadmin2012-03-011-0/+4
* Mark ChangeLoggccadmin2011-10-261-0/+4
* Mark ChangeLoggccadmin2011-06-271-0/+4
* Mark ChangeLoggccadmin2011-03-251-0/+4
* Support multiple init functions in a single file.ian2011-03-072-21/+19
* Fix second import of package using _.ian2011-03-071-6/+8
* Handle predeclared names used as fields in struct composite literals.ian2011-03-072-35/+25
* Don't crash if erroneous type was not converted.ian2011-03-031-1/+6
* Don't crash on large composite literal array index.ian2011-03-031-0/+26
* Don't crash calling make with NaN or Infinity.ian2011-03-031-1/+1
* Make sure variable type is determined when var initialized to var.ian2011-03-035-11/+25
* Don't crash getting type descriptor of abstract types.ian2011-03-031-4/+9
* Don't look for methods on named pointer types.ian2011-03-031-3/+1
* Determine call types even if first call result is not used.ian2011-03-032-6/+31
* Don't crash declaring a function named "_".ian2011-03-031-5/+8
* Don't crash on erroneous void initializer in temporary statement.ian2011-03-031-4/+6
* Fix type of discarded send expression.ian2011-03-031-1/+4
* Don't crash on erroneous named result.ian2011-03-031-2/+8
* Don't crash if a constant has a declared but undefined type.ian2011-03-031-1/+10
* Rewrite conversion of named types to backend representation.ian2011-03-037-311/+576
* Move ChangeLog entry to correct ChangeLog file.ian2011-02-281-0/+4
* Don't delete old arguments when lowering varargs.ian2011-02-241-2/+3
* Traverse erroneous send/receive statements.ian2011-02-241-0/+6
* Don't crash when using receive on erroneous channel.ian2011-02-241-1/+5
* Set type of array length expressions.ian2011-02-241-24/+16
* Avoid infinite loop in field_reference.ian2011-02-242-2/+40
* Don't crash on type switch of untyped value.ian2011-02-241-1/+5
* Don't crash on type switch of nil.ian2011-02-241-2/+5
* Handle an array of pointers to itself.ian2011-02-242-20/+54
* Don't crash if a map index is used outside of a function.ian2011-02-241-9/+37
* Don't crash on bad receiver when building recover thunks.ian2011-02-241-4/+8
* Don't crash if a result variable redefines a parameter.ian2011-02-241-1/+2
* Don't crash looking for methods of pointer to error type.ian2011-02-231-0/+2
* Don't crash on Sizeof of bad type.ian2011-02-231-1/+5
* Don't crash on erroneous type descriptor in interface conversion.ian2011-02-231-0/+2
* Traverse erroneous function redefinitions.ian2011-02-231-3/+8
* Fix missing type traversals.ian2011-02-232-0/+16
* Don't permit string index expression to have abstract types.ian2011-02-221-3/+2
* Don't crash import unsafe if "unsafe" was already defined.ian2011-02-221-0/+7
* Don't crash on attempt to index array type expression.ian2011-02-221-0/+5
* Don't crash on erroneous type switch.ian2011-02-221-4/+7
* Permit comparing non-empty interfaces with empty interfaces.ian2011-02-221-4/+30
* Test shift count for overflow.ian2011-02-221-1/+1
* Don't crash on constant right shift.ian2011-02-191-8/+17
* Don't crash on out of range switch value.ian2011-02-191-1/+6
* Remove old mechanism for passing varargs argument to varargs function.ian2011-02-192-86/+0
* Avoid infinite loop inheriting interface methods.ian2011-02-191-0/+23
* Avoid dangling open function after erroneous method expression.ian2011-02-191-1/+4
* Fix struct with array of struct with field that points to first struct.ian2011-02-193-9/+39
* Don't crash on erroneous thunk call.ian2011-02-151-7/+24