| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branches/gcc-7-branch rev 251138. | Yvan Roux | 2017-08-17 | 2 | -7/+38 |
* | Merge branches/gcc-7-branch rev 249190. | Yvan Roux | 2017-06-14 | 4 | -58/+108 |
* | Update ChangeLog and version files for releasegcc-7_1_0-release | gccadmin | 2017-05-02 | 1 | -0/+4 |
* | PR go/80226 | ian | 2017-03-28 | 2 | -1/+8 |
* | compiler: initialize gogo fields | ian | 2017-03-22 | 2 | -4/+7 |
* | PR go/80128 | ian | 2017-03-22 | 2 | -10/+47 |
* | mksigtab.sh: skip signals defined as other signals | ian | 2017-02-28 | 1 | -1/+1 |
* | runtime: fix sigfwd to not allocate memory | ian | 2017-02-28 | 1 | -1/+1 |
* | libgo: fix quoting in mksigtab.sh | ian | 2017-02-28 | 1 | -1/+1 |
* | PR go/79642 | ian | 2017-02-21 | 2 | -1/+6 |
* | libgo: update to final Go 1.8 release | ian | 2017-02-17 | 1 | -1/+1 |
* | PR go/79443 | ian | 2017-02-13 | 1 | -1/+1 |
* | 2017-02-07 Richard Biener <rguenther@suse.de> | rguenth | 2017-02-07 | 2 | -5/+7 |
* | compiler: let initializers hold addresses of fields | ian | 2017-01-27 | 3 | -27/+85 |
* | runtime: fix setting of isarchive | ian | 2017-01-26 | 1 | -1/+1 |
* | runtime: fix context used by getTraceback | ian | 2017-01-26 | 1 | -1/+1 |
* | compiler: improvements for type alias handling | ian | 2017-01-25 | 2 | -7/+22 |
* | libgo: update to go1.8rc2 | ian | 2017-01-23 | 1 | -1/+1 |
* | PR go/79037 | ian | 2017-01-23 | 2 | -2/+17 |
* | libgo: bump library version to 11 | ian | 2017-01-23 | 1 | -1/+1 |
* | runtime, testing/internal/testdeps: fixes for cgo | ian | 2017-01-20 | 1 | -1/+1 |
* | PR go/79146 | ian | 2017-01-20 | 1 | -1/+1 |
* | PR go/79146 | ian | 2017-01-20 | 1 | -1/+1 |
* | syscall, golang_org/x/net/lif: fixes for gccgo on Solaris | ian | 2017-01-18 | 1 | -1/+1 |
* | runtime: rename siginfo to _siginfo_t | ian | 2017-01-16 | 1 | -1/+1 |
* | libgo: correct golang_org Makefile variables not used on all systems | ian | 2017-01-16 | 1 | -1/+1 |
* | compiler: implement type aliases | ian | 2017-01-14 | 7 | -54/+406 |
* | libgo: update to Go 1.8 release candidate 1 | ian | 2017-01-14 | 7 | -102/+164 |
* | compiler: add containing Bfunction to conditional_expression | ian | 2017-01-11 | 6 | -24/+44 |
* | compiler: mark generated struct/array types as incomparable | ian | 2017-01-11 | 5 | -17/+56 |
* | runtime: copy more scheduler code from Go 1.7 runtime | ian | 2017-01-10 | 1 | -1/+1 |
* | compiler, runtime: drop size arguments to hash/equal functions | ian | 2017-01-10 | 6 | -72/+298 |
* | runtime: copy more of scheduler from Go 1.7 runtime | ian | 2017-01-09 | 1 | -1/+1 |
* | PR go/78978 | ian | 2017-01-06 | 1 | -1/+1 |
* | runtime: remove __go_alloc and __go_free | ian | 2017-01-03 | 1 | -1/+1 |
* | PR go/78789 | ian | 2017-01-03 | 1 | -1/+1 |
* | Update copyright years. | jakub | 2017-01-01 | 14 | -13/+15 |
* | gcc/ | jakub | 2017-01-01 | 2 | -2/+6 |
* | compile: add type conversion in Type::gc_symbol_pointer | ian | 2016-12-30 | 2 | -2/+5 |
* | compiler: use more accurate array type in Gogo::register_gc_vars | ian | 2016-12-30 | 2 | -4/+4 |
* | compiler: fix spurious redefinition error for anon struct | ian | 2016-12-22 | 3 | -26/+28 |
* | runtime: copy cgo support from Go 1.7 runtime | ian | 2016-12-19 | 1 | -1/+1 |
* | compiler: add containing Bfunction to some backend interfaces. | ian | 2016-12-16 | 8 | -68/+135 |
* | compiler: fix comments + fieldnames to match libgo source | ian | 2016-12-16 | 2 | -13/+13 |
* | compiler: fix off-by-1 array type len in Type::gc_symbol_constructor | ian | 2016-12-15 | 2 | -2/+2 |
* | PR go/78763 | ian | 2016-12-15 | 3 | -20/+50 |
* | compiler: remove unneeded zero-length slice value init | ian | 2016-12-15 | 2 | -7/+1 |
* | libgo: fixes for Solaris build | ian | 2016-12-13 | 1 | -1/+1 |
* | runtime: mark non-x86 aeshashbody parameters as unused | ian | 2016-12-08 | 1 | -1/+1 |
* | runtime: copy memory hash code from Go 1.7 | ian | 2016-12-08 | 2 | -2/+2 |