| Commit message (Expand) | Author | Age | Files | Lines |
* | libgo: If compiler can split-stack and linker can not, use -fno-split-stack. | ian | 2015-09-15 | 1 | -1/+2 |
* | libgo: don't provide ustat on arm64 GNU/Linux | ian | 2015-09-15 | 1 | -159/+230 |
* | libgo: Use stat_atim.go on Solaris 12+ | ian | 2015-09-10 | 1 | -1/+2 |
* | syscall: RawSockaddr fix for ppc64, ppc64le | ian | 2015-08-03 | 1 | -0/+5 |
* | runtime: Support -buildmode=c-shared. | ian | 2015-04-29 | 1 | -4/+31 |
* | PR go/65616 | ian | 2015-04-24 | 1 | -13/+32 |
* | PR go/63731 | ian | 2015-04-07 | 1 | -27/+63 |
* | PR go/65570 | ian | 2015-03-25 | 1 | -1/+1 |
* | PR go/65462 | ian | 2015-03-24 | 1 | -17/+31 |
* | runtime: Add the Go language version information to the Version output. | ian | 2015-01-21 | 1 | -1/+1 |
* | compiler, reflect, runtime: Use static chain for closures. | ian | 2015-01-16 | 1 | -39/+5 |
* | net: Restore earlier Solaris-specific version of setKeepAlivePeriod. | ian | 2015-01-16 | 1 | -2/+3 |
* | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | ian | 2015-01-15 | 1 | -27/+78 |
* | libgo: Add sources for go, cgo, and gofmt commands. | ian | 2015-01-06 | 1 | -0/+2 |
* | mksysinfo: Pass -O to compiler to avoid warnings on CentOS. | ian | 2014-12-17 | 1 | -1/+1 |
* | runtime: introduce mvifdiff.sh script to replace GCC's move-if-change | ian | 2014-12-01 | 1 | -6/+6 |
* | runtime: set library name based on compiler name | ian | 2014-11-14 | 1 | -37/+54 |
* | libgo: add s390 support | ian | 2014-11-04 | 1 | -3/+16 |
* | runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler ver... | ian | 2014-11-03 | 1 | -1/+1 |
* | reflect, runtime: Use libffi closures to implement reflect.MakeFunc. | ian | 2014-07-19 | 1 | -12/+30 |
* | libgo: Update to Go 1.3 release. | ian | 2014-07-19 | 1 | -44/+46 |
* | runtime: Merge master revision 19185. | ian | 2014-07-12 | 1 | -52/+14 |
* | runtime: Rename iface.goc to go-iface.goc. | ian | 2014-07-11 | 1 | -3/+3 |
* | runtime: introduce build targets for running benchmarks | ian | 2014-07-01 | 1 | -0/+6 |
* | libgo: Merge to master revision 19184. | ian | 2014-06-06 | 1 | -29/+43 |
* | libgo: Merge from revision 18783:00cce3a34d7e of master library. | ian | 2014-06-04 | 1 | -11/+29 |
* | runtime: add the --without-libatomic configure option | ian | 2014-05-29 | 1 | -5/+4 |
* | runtime: ask $GOC rather than $CC for the version and multi-os-directory | ian | 2014-05-01 | 1 | -1/+1 |
* | PR go/59430 | ian | 2014-01-08 | 1 | -2/+5 |
* | syscall: Only call varargs libc functions from C code. | ian | 2013-11-24 | 1 | -4/+13 |
* | net: On Solaris use Darwin keepalive code. | ian | 2013-11-14 | 1 | -1/+1 |
* | runtime: Add netpoll code that uses select. | ian | 2013-11-14 | 1 | -31/+18 |
* | libgo/go/go/build: use syslist.go from the gc stdlib. | ian | 2013-11-14 | 1 | -10/+1 |
* | net: Fix TCP keepalive handling for Solaris. | ian | 2013-11-11 | 1 | -1/+2 |
* | libgo: Update to October 24 version of master library. | ian | 2013-11-06 | 1 | -37/+123 |
* | compiler, runtime: Fix complex division of NaN / 0. | ian | 2013-10-09 | 1 | -1/+10 |
* | reflect: Implement MakeFunc for 386. | ian | 2013-09-27 | 1 | -3/+9 |
* | reflect: Implement MakeFunc for amd64. | ian | 2013-09-27 | 1 | -11/+26 |
* | libgo: Update to Go 1.1.1. | ian | 2013-07-16 | 1 | -397/+109 |
* | compiler, runtime: Use function descriptors. | ian | 2013-06-18 | 1 | -10/+1 |
* | PR go/56171 | ian | 2013-02-20 | 1 | -2/+14 |
* | PR go/56171 | ian | 2013-02-11 | 1 | -1/+1 |
* | PR go/56017 | ian | 2013-02-09 | 1 | -1/+4 |
* | PR go/56017 | ian | 2013-02-05 | 1 | -3/+2 |
* | PR go/56171 | ian | 2013-02-02 | 1 | -2/+10 |
* | libgo: Update Go library to master revision 15489/921e53d4863c. | ian | 2013-01-29 | 1 | -38/+73 |
* | PR go/46986 | ian | 2013-01-24 | 1 | -3/+3 |
* | libgo: Update to revision 15193:6fdc1974457c of master library. | ian | 2012-12-22 | 1 | -6/+21 |
* | libgo: Link against libatomic_convenience.la. | ian | 2012-12-18 | 1 | -5/+6 |
* | libgo: Link against libatomic. | ian | 2012-12-18 | 1 | -4/+5 |