Age | Commit message (Expand) | Author | Files | Lines |
2014-11-14 | runtime: set library name based on compiler name | Ian Lance Taylor | 1 | -37/+54 |
2014-11-04 | libgo: add s390 support | Ian Lance Taylor | 1 | -3/+16 |
2014-11-03 | runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler ver... | Ian Lance Taylor | 1 | -1/+1 |
2014-07-19 | reflect, runtime: Use libffi closures to implement reflect.MakeFunc. | Ian Lance Taylor | 1 | -12/+30 |
2014-07-19 | libgo: Update to Go 1.3 release. | Ian Lance Taylor | 1 | -44/+46 |
2014-07-12 | runtime: Merge master revision 19185. | Ian Lance Taylor | 1 | -52/+14 |
2014-07-11 | runtime: Rename iface.goc to go-iface.goc. | Ian Lance Taylor | 1 | -3/+3 |
2014-07-01 | runtime: introduce build targets for running benchmarks | Ian Lance Taylor | 1 | -0/+6 |
2014-06-06 | libgo: Merge to master revision 19184. | Ian Lance Taylor | 1 | -29/+43 |
2014-06-04 | libgo: Merge from revision 18783:00cce3a34d7e of master library. | Ian Lance Taylor | 1 | -11/+29 |
2014-05-29 | runtime: add the --without-libatomic configure option | Ian Lance Taylor | 1 | -5/+4 |
2014-05-01 | runtime: ask $GOC rather than $CC for the version and multi-os-directory | Ian Lance Taylor | 1 | -1/+1 |
2014-01-08 | re PR go/59430 (os/user FAILs on Solaris) | Ian Lance Taylor | 1 | -2/+5 |
2013-11-24 | syscall: Only call varargs libc functions from C code. | Ian Lance Taylor | 1 | -4/+13 |
2013-11-14 | net: On Solaris use Darwin keepalive code. | Ian Lance Taylor | 1 | -1/+1 |
2013-11-14 | runtime: Add netpoll code that uses select. | Ian Lance Taylor | 1 | -31/+18 |
2013-11-14 | libgo/go/go/build: use syslist.go from the gc stdlib. | Ian Lance Taylor | 1 | -10/+1 |
2013-11-11 | net: Fix TCP keepalive handling for Solaris. | Ian Lance Taylor | 1 | -1/+2 |
2013-11-06 | libgo: Update to October 24 version of master library. | Ian Lance Taylor | 1 | -37/+123 |
2013-10-09 | compiler, runtime: Fix complex division of NaN / 0. | Ian Lance Taylor | 1 | -1/+10 |
2013-09-27 | reflect: Implement MakeFunc for 386. | Ian Lance Taylor | 1 | -3/+9 |
2013-09-27 | reflect: Implement MakeFunc for amd64. | Ian Lance Taylor | 1 | -11/+26 |
2013-07-16 | libgo: Update to Go 1.1.1. | Ian Lance Taylor | 1 | -397/+109 |
2013-06-18 | compiler, runtime: Use function descriptors. | Ian Lance Taylor | 1 | -10/+1 |
2013-02-20 | re PR go/56171 (syscall FAILs on Solaris) | Ian Lance Taylor | 1 | -2/+14 |
2013-02-11 | re PR go/56171 (syscall FAILs on Solaris) | Ian Lance Taylor | 1 | -1/+1 |
2013-02-09 | re PR go/56017 (libgo testsuite does not support cross testing) | Ian Lance Taylor | 1 | -1/+4 |
2013-02-05 | re PR go/56017 (libgo testsuite does not support cross testing) | Ian Lance Taylor | 1 | -3/+2 |
2013-02-02 | re PR go/56171 (syscall FAILs on Solaris) | Ian Lance Taylor | 1 | -2/+10 |
2013-01-29 | libgo: Update Go library to master revision 15489/921e53d4863c. | Ian Lance Taylor | 1 | -38/+73 |
2013-01-24 | re PR go/46986 (Go is not supported on Darwin) | Ian Lance Taylor | 1 | -3/+3 |
2012-12-22 | libgo: Update to revision 15193:6fdc1974457c of master library. | Ian Lance Taylor | 1 | -6/+21 |
2012-12-18 | libgo: Link against libatomic_convenience.la. | Ian Lance Taylor | 1 | -5/+6 |
2012-12-18 | libgo: Link against libatomic. | Andreas Schwab | 1 | -4/+5 |
2012-12-12 | libgo: Update to current master library sources. | Ian Lance Taylor | 1 | -20/+58 |
2012-11-29 | compiler, runtime: Track fields with tag go:"track". | Ian Lance Taylor | 1 | -1/+10 |
2012-11-21 | libgo: Update to current version of master library. | Ian Lance Taylor | 1 | -1/+9 |
2012-11-06 | compiler, runtime: Memcmp routine returns intgo. | Ian Lance Taylor | 1 | -13/+22 |
2012-11-05 | os: support more OSes | Ian Lance Taylor | 1 | -1/+6 |
2012-10-31 | runtime/goc2c: Drop gc support, change int to intgo. | Ian Lance Taylor | 1 | -8/+8 |
2012-10-25 | libgo: Solaris portability patches. | Ian Lance Taylor | 1 | -1/+2 |
2012-10-23 | re PR go/54918 (libgo.so.0 is not runtime compatible between gcc-4.6.2 and gc... | Ian Lance Taylor | 1 | -1/+3 |
2012-10-23 | libgo: Update to current sources. | Ian Lance Taylor | 1 | -49/+256 |
2012-10-03 | libgo: Update to Go 1.0.3. | Ian Lance Taylor | 1 | -0/+1 |
2012-09-28 | libgo: Use libbacktrace rather than debug/elf registration. | Ian Lance Taylor | 1 | -5/+7 |
2012-09-20 | libgo: Add no-dist and -Wno-portability to AM_INIT_AUTOMAKE. | Ian Lance Taylor | 1 | -275/+15 |
2012-08-07 | runtime: support NumCPU() on more platforms Added support for Solaris, Irix, ... | Ian Lance Taylor | 1 | -5/+64 |
2012-07-26 | runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it. | Ian Lance Taylor | 1 | -1/+5 |
2012-06-14 | libgo: Make the subdirectory in the CHECK target. | Ian Lance Taylor | 1 | -108/+1 |
2012-05-24 | runtime: Copy runtime_printf from other Go library. | Ian Lance Taylor | 1 | -4/+13 |