aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)Author
2018-11-05 compiler: handle abstract type in builtin numeric const valueIan Lance Taylor
2018-01-25Update ChangeLog and version files for releasegcc_7_3_0_releaseRichard Biener
2017-08-14Update ChangeLog and version files for releasegcc_7_2_0_releaseRichard Biener
2017-08-02 compiler: only finalize embedded fields before finalizing methodsIan Lance Taylor
2017-05-18 compiler: ignore struct field tags for type conversionIan Lance Taylor
2017-05-11 PR go/64238Ian Lance Taylor
2017-05-02Update ChangeLog and version files for releasegcc_7_1_0_releaseGCC Administrator
2017-03-28 PR go/80226Than McIntosh
2017-03-22 compiler: initialize gogo fieldsIan Lance Taylor
2017-03-22 PR go/80128Ian Lance Taylor
2017-02-28 mksigtab.sh: skip signals defined as other signalsIan Lance Taylor
2017-02-28 runtime: fix sigfwd to not allocate memoryIan Lance Taylor
2017-02-28 libgo: fix quoting in mksigtab.shIan Lance Taylor
2017-02-21 PR go/79642Ian Lance Taylor
2017-02-17 libgo: update to final Go 1.8 releaseIan Lance Taylor
2017-02-13 PR go/79443Ian Lance Taylor
2017-02-072017-02-07 Richard Biener <rguenther@suse.de>Richard Biener
2017-01-27 compiler: let initializers hold addresses of fieldsIan Lance Taylor
2017-01-26 runtime: fix setting of isarchiveIan Lance Taylor
2017-01-26 runtime: fix context used by getTracebackIan Lance Taylor
2017-01-25 compiler: improvements for type alias handlingIan Lance Taylor
2017-01-23 libgo: update to go1.8rc2Ian Lance Taylor
2017-01-23 PR go/79037Ian Lance Taylor
2017-01-23 libgo: bump library version to 11Ian Lance Taylor
2017-01-20 runtime, testing/internal/testdeps: fixes for cgoIan Lance Taylor
2017-01-20 PR go/79146Ian Lance Taylor
2017-01-20 PR go/79146Ian Lance Taylor
2017-01-18 syscall, golang_org/x/net/lif: fixes for gccgo on SolarisIan Lance Taylor
2017-01-16 runtime: rename siginfo to _siginfo_tIan Lance Taylor
2017-01-16 libgo: correct golang_org Makefile variables not used on all systemsIan Lance Taylor
2017-01-14 compiler: implement type aliasesIan Lance Taylor
2017-01-14 libgo: update to Go 1.8 release candidate 1Ian Lance Taylor
2017-01-11 compiler: add containing Bfunction to conditional_expressionThan McIntosh
2017-01-11 compiler: mark generated struct/array types as incomparableIan Lance Taylor
2017-01-10 runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor
2017-01-10 compiler, runtime: drop size arguments to hash/equal functionsIan Lance Taylor
2017-01-09 runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor
2017-01-06 PR go/78978Ian Lance Taylor
2017-01-03 runtime: remove __go_alloc and __go_freeIan Lance Taylor
2017-01-03 PR go/78789Ian Lance Taylor
2017-01-01 Update copyright years.Jakub Jelinek
2017-01-01gcc/Jakub Jelinek
2016-12-30 compile: add type conversion in Type::gc_symbol_pointerIan Lance Taylor
2016-12-30 compiler: use more accurate array type in Gogo::register_gc_varsIan Lance Taylor
2016-12-22 compiler: fix spurious redefinition error for anon structIan Lance Taylor
2016-12-19 runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor
2016-12-16 compiler: add containing Bfunction to some backend interfaces.Than McIntosh
2016-12-16 compiler: fix comments + fieldnames to match libgo sourceIan Lance Taylor
2016-12-15 compiler: fix off-by-1 array type len in Type::gc_symbol_constructorIan Lance Taylor
2016-12-15 PR go/78763Ian Lance Taylor