summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* PR go/80226ian2017-03-282-1/+8
* compiler: initialize gogo fieldsian2017-03-222-4/+7
* PR go/80128ian2017-03-222-10/+47
* mksigtab.sh: skip signals defined as other signalsian2017-02-281-1/+1
* runtime: fix sigfwd to not allocate memoryian2017-02-281-1/+1
* libgo: fix quoting in mksigtab.shian2017-02-281-1/+1
* PR go/79642ian2017-02-212-1/+6
* libgo: update to final Go 1.8 releaseian2017-02-171-1/+1
* PR go/79443ian2017-02-131-1/+1
* 2017-02-07 Richard Biener <rguenther@suse.de>rguenth2017-02-072-5/+7
* compiler: let initializers hold addresses of fieldsian2017-01-273-27/+85
* runtime: fix setting of isarchiveian2017-01-261-1/+1
* runtime: fix context used by getTracebackian2017-01-261-1/+1
* compiler: improvements for type alias handlingian2017-01-252-7/+22
* libgo: update to go1.8rc2ian2017-01-231-1/+1
* PR go/79037ian2017-01-232-2/+17
* libgo: bump library version to 11ian2017-01-231-1/+1
* runtime, testing/internal/testdeps: fixes for cgoian2017-01-201-1/+1
* PR go/79146ian2017-01-201-1/+1
* PR go/79146ian2017-01-201-1/+1
* syscall, golang_org/x/net/lif: fixes for gccgo on Solarisian2017-01-181-1/+1
* runtime: rename siginfo to _siginfo_tian2017-01-161-1/+1
* libgo: correct golang_org Makefile variables not used on all systemsian2017-01-161-1/+1
* compiler: implement type aliasesian2017-01-147-54/+406
* libgo: update to Go 1.8 release candidate 1ian2017-01-147-102/+164
* compiler: add containing Bfunction to conditional_expressionian2017-01-116-24/+44
* compiler: mark generated struct/array types as incomparableian2017-01-115-17/+56
* runtime: copy more scheduler code from Go 1.7 runtimeian2017-01-101-1/+1
* compiler, runtime: drop size arguments to hash/equal functionsian2017-01-106-72/+298
* runtime: copy more of scheduler from Go 1.7 runtimeian2017-01-091-1/+1
* PR go/78978ian2017-01-061-1/+1
* runtime: remove __go_alloc and __go_freeian2017-01-031-1/+1
* PR go/78789ian2017-01-031-1/+1
* Update copyright years.jakub2017-01-0114-13/+15
* gcc/jakub2017-01-012-2/+6
* compile: add type conversion in Type::gc_symbol_pointerian2016-12-302-2/+5
* compiler: use more accurate array type in Gogo::register_gc_varsian2016-12-302-4/+4
* compiler: fix spurious redefinition error for anon structian2016-12-223-26/+28
* runtime: copy cgo support from Go 1.7 runtimeian2016-12-191-1/+1
* compiler: add containing Bfunction to some backend interfaces.ian2016-12-168-68/+135
* compiler: fix comments + fieldnames to match libgo sourceian2016-12-162-13/+13
* compiler: fix off-by-1 array type len in Type::gc_symbol_constructorian2016-12-152-2/+2
* PR go/78763ian2016-12-153-20/+50
* compiler: remove unneeded zero-length slice value initian2016-12-152-7/+1
* libgo: fixes for Solaris buildian2016-12-131-1/+1
* runtime: mark non-x86 aeshashbody parameters as unusedian2016-12-081-1/+1
* runtime: copy memory hash code from Go 1.7ian2016-12-082-2/+2
* runtime: allocate _panic struct on heapian2016-12-081-1/+1
* compiler: make Slice_construction_expression::do_flatten idempotentian2016-12-082-3/+3
* runtime: remove some unused variables/declarations from runtime.hian2016-12-081-1/+1