Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-05-17 | runtime: Print stack trace on panic or signal. | Ian Lance Taylor | 1 | -26/+36 |
2012-05-14 | libgo: Use -fgo-pkgpath. | Ian Lance Taylor | 1 | -192/+191 |
2012-04-25 | re PR go/52583 (Several new go testsuite failues on Solaris) | Ian Lance Taylor | 1 | -3/+3 |
2012-04-23 | libgo: Make sure log/syslog subdirectory exists before using it. | Ian Lance Taylor | 1 | -0/+1 |
2012-04-20 | net, syscall: Use native endianness for GNU/Linux netlink code. | Ian Lance Taylor | 1 | -2/+0 |
2012-04-03 | syscall, net: Fix GNU/Linux netlink code for big-endian systems. | Ian Lance Taylor | 1 | -0/+2 |
2012-04-03 | gotest: Fix finding functions on PPC. | Ian Lance Taylor | 1 | -2/+2 |
2012-03-30 | libgo: Update to weekly.2012-03-13. | Ian Lance Taylor | 1 | -2/+6 |
2012-03-07 | libgo: Implement and use runtime.Caller, runtime.Func.FileLine. | Ian Lance Taylor | 1 | -1/+3 |
2012-03-06 | libgo: Update to weekly.2012-03-04 release. | Ian Lance Taylor | 1 | -6/+10 |
2012-03-02 | libgo: Update to weekly.2012-02-22 release. | Ian Lance Taylor | 1 | -3/+6 |
2012-03-02 | libgo: Update to weekly.2012-02-14 release. | Ian Lance Taylor | 1 | -117/+98 |
2012-02-29 | syscall: Fill out GNU/Linux support. | Ian Lance Taylor | 1 | -0/+5 |
2012-02-14 | re PR go/48410 (weird installation dir) | Ian Lance Taylor | 1 | -2/+2 |
2012-02-09 | libgo: Update to weekly.2012-02-07. | Ian Lance Taylor | 1 | -79/+40 |
2012-02-08 | runtime: Add matherr function when appropriate. | Ian Lance Taylor | 1 | -22/+33 |
2012-02-08 | math: Compile with -mfancy-math-387 -funsafe-optimizations on x86. | Ian Lance Taylor | 1 | -1/+4 |
2012-02-01 | libgo: Update to weekly.2012-01-27. | Ian Lance Taylor | 1 | -474/+62 |
2012-01-30 | syscall: Support socket control messages. | Ian Lance Taylor | 1 | -0/+6 |