summaryrefslogtreecommitdiffstats
path: root/gcc/go/gofrontend
Commit message (Expand)AuthorAgeFilesLines
* PR go/61880ian2014-10-021-4/+1
* compiler: Fix comparison of struct/array with interface.ian2014-08-291-2/+5
* PR go/61308ian2014-08-051-1/+4
* PR go/61746ian2014-07-081-1/+1
* compiler: Fix bug in embedded method handling.ian2014-05-062-21/+26
* compiler: Don't overwrite memory if an archive has a bad file name.ian2014-04-301-1/+1
* PR other/59545ian2014-03-281-2/+6
* compiler: Consider the depth of a nested composite literal during traversal.ian2014-03-201-0/+14
* PR go/60288ian2014-02-201-1/+13
* compiler: Use backend interface for conditional expressions.ian2014-01-312-1/+103
* compiler: Put nointerface methods in unique sections.ian2014-01-281-2/+9
* compiler: Use backend interface for unary expressions.ian2014-01-243-134/+198
* compiler: Convert named types before flattening.ian2014-01-242-1/+3
* compiler: Use backend interface for binary expressions.ian2014-01-173-246/+212
* compiler: Use backend interface for interface info and field expressions.ian2014-01-153-141/+259
* compiler: Add Backend Function type.ian2014-01-142-0/+35
* compiler: Use backend interface for slice info.ian2014-01-107-138/+322
* compiler: Add flattening passian2014-01-096-5/+267
* compiler: Use backend interface for runtime errors.ian2013-12-174-34/+26
* compiler: Use backend interface for struct field expressions.ian2013-12-162-22/+10
* compiler: Better error messages for { on line after if/for/switch.ian2013-12-121-3/+22
* compiler: Check for nil when slicing pointer to array.ian2013-12-121-0/+8
* compiler: Tweak untyped nil error message.ian2013-12-121-2/+9
* compiler: Don't permit importing a package as "init".ian2013-12-121-0/+3
* compiler: Don't compare structs with blank non-comparable fields.ian2013-12-121-3/+0
* compiler, reflect, runtime: Implement method values in reflect.ian2013-12-122-20/+35
* compiler: Minor fixes for recover thunks.ian2013-12-111-2/+23
* compiler: If type defined as type, forward hash/equal functions.ian2013-11-262-2/+107
* compiler: Fix backend representation of calls to interface methods.ian2013-11-234-33/+192
* compiler: Fixes for middle-end changes.ian2013-11-223-5/+2
* Factor unrelated declarations out of tree.h.dnovillo2013-11-192-0/+5
* gcc/c-family/rsandifo2013-11-181-1/+1
* gcc/ada/rsandifo2013-11-181-1/+1
* compiler: Use backend interface for comparisons.ian2013-11-142-149/+110
* compiler: Update for mainline changes.ian2013-11-123-0/+3
* compiler: Support Go 1.2 nil checks.ian2013-11-113-6/+38
* compiler: Fix bogus init loop error with struct composite literal.ian2013-11-081-3/+45
* compiler: Correct types when type conversion makes backend call.ian2013-11-081-2/+5
* compiler: Implement 3-index slicing.ian2013-10-245-44/+171
* compiler: use builtin runtime calls for integer to string and string to array...ian2013-10-231-26/+11
* compiler: Rework handling of imported anonymous builtin types again.ian2013-10-172-37/+50
* compiler: Don't warn for unknown type when importing anonymous field.ian2013-10-171-4/+18
* runtime: Don't clobber saved context when catching signal.ian2013-10-145-30/+46
* compiler: Fix handling of imported struct with embedded builtin type.ian2013-10-132-0/+18
* compiler: Fix handling of hidden methods for unnamed types.ian2013-10-114-6/+23
* compiler: Use backend interface for function code expressions.ian2013-10-116-99/+103
* compiler: Error if receiver and parameter have same name.ian2013-10-111-0/+2
* compiler: Better error message of unsafe.Offsetof(method value).ian2013-10-111-1/+13
* compiler: accept integral float constants as string indices.ian2013-10-111-2/+11
* compiler: Improve handling of invalid ASCII characters in identifiers.ian2013-10-111-1/+22
OpenPOWER on IntegriCloud