Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-01-26 | libgo: Build stubs for some syscall functions not on older systems. | Ian Lance Taylor | 1 | -4/+13 |
2012-01-25 | libgo: Update to weekly.2012-01-20. | Ian Lance Taylor | 1 | -122/+174 |
2012-01-25 | libgo: Update to weekly.2012-01-15. | Ian Lance Taylor | 1 | -37/+77 |
2012-01-13 | libgo: Update to weekly.2011-12-22. | Ian Lance Taylor | 1 | -40/+32 |
2012-01-12 | libgo: Update to weekly.2011-12-14. | Ian Lance Taylor | 1 | -5/+1 |
2012-01-06 | compiler, runtime: Implement struct and array comparisons. | Ian Lance Taylor | 1 | -8/+28 |
2011-12-20 | libgo: Fix use of -D_GNU_SOURCE and friends when building libgo. | Ian Lance Taylor | 1 | -1/+1 |
2011-12-16 | os: Fix fileInfoFromStat for Solaris. | Ian Lance Taylor | 1 | -1/+3 |
2011-12-15 | syscall: Move Errno into its own file, for RTEMS. | Ian Lance Taylor | 1 | -0/+1 |
2011-12-13 | syscall: Don't build wait status functions on RTEMS. | Ian Lance Taylor | 1 | -3/+8 |
2011-12-13 | libgo: Update to weekly.2011-12-02. | Ian Lance Taylor | 1 | -111/+57 |