Age | Commit message (Expand) | Author | Files | Lines |
2012-09-06 | debug/elf, debug/dwarf: DWARF line number fixes. | Ian Lance Taylor | 2 | -7/+49 |
2012-08-23 | compiler: Remove old handling of unsafe.Pointer in type assertions. | Ian Lance Taylor | 1 | -1/+1 |
2012-07-26 | runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it. | Ian Lance Taylor | 1 | -1/+2 |
2012-06-25 | libgo: Update to Go 1.0.2 release. | Ian Lance Taylor | 54 | -163/+1077 |
2012-06-14 | compiler, reflect: Quote package path with tabs. | Ian Lance Taylor | 1 | -1/+1 |
2012-06-13 | os/user: Use Entersyscall. | Ian Lance Taylor | 1 | -1/+6 |
2012-06-13 | os: Use Entersyscall when reading directories. | Ian Lance Taylor | 1 | -2/+9 |
2012-06-12 | compiler, reflect: Handle package path like gc compiler. | Ian Lance Taylor | 3 | -4/+24 |
2012-06-04 | runtime: Better SWIG interface for allocating Go memory from C/C++. | Ian Lance Taylor | 1 | -0/+6 |
2012-05-16 | log/syslog: Fix name of C function syslog_c. | Ian Lance Taylor | 1 | -1/+1 |
2012-05-16 | debug/dwarf: Fix handling of LineSetFile. | Ian Lance Taylor | 1 | -1/+1 |
2012-05-14 | libgo: Use -fgo-pkgpath. | Ian Lance Taylor | 12 | -52/+72 |
2012-05-04 | libgo: Update to Go 1.0.1 release. | Ian Lance Taylor | 45 | -96/+429 |
2012-04-30 | re PR go/52586 (libgo fails to build for mips*64-linux-gnu (reference to unde... | Ian Lance Taylor | 1 | -1/+5 |
2012-04-27 | re PR go/52358 (math FAILs on Solaris 8 and 9) | Ian Lance Taylor | 1 | -1/+12 |
2012-04-26 | mksysinfo, net: Always define syscall.SO_REUSEPORT. | Ian Lance Taylor | 1 | -3/+5 |
2012-04-25 | re PR go/52341 (crypto/rand FAILs before Solaris 11) | Ian Lance Taylor | 1 | -2/+3 |
2012-04-25 | re PR go/52583 (Several new go testsuite failues on Solaris) | Ian Lance Taylor | 5 | -3/+160 |
2012-04-23 | go-lang.c (go_langhook_init): Set MPFR precision to 256. | Ian Lance Taylor | 1 | -1/+1 |
2012-04-22 | mksysinfo: More fixes to emulate master Go library. | Ian Lance Taylor | 4 | -6/+6 |
2012-04-22 | godump.c (go_output_typedef): Dump size of structs. | Ian Lance Taylor | 1 | -2/+2 |
2012-04-21 | syscall: Additional constants, some type corrections. | Ian Lance Taylor | 2 | -2/+2 |
2012-04-20 | net, syscall: Use native endianness for GNU/Linux netlink code. | Ian Lance Taylor | 2 | -48/+12 |
2012-04-20 | net/http: Ignore sigaltstack when running strace in test. | Ian Lance Taylor | 1 | -1/+1 |
2012-04-20 | debug/dwarf: Fix address lookups for different types of lines. | Ian Lance Taylor | 1 | -0/+4 |
2012-04-20 | runtime: Disable memory profiling in gc_test. | Ian Lance Taylor | 1 | -0/+2 |
2012-04-03 | syscall, net: Fix GNU/Linux netlink code for big-endian systems. | Ian Lance Taylor | 2 | -19/+48 |
2012-03-30 | libgo: Update to weekly.2012-03-27 aka go1 release. | Ian Lance Taylor | 15 | -121/+205 |
2012-03-30 | File removed in weekly.2012-03-22 release. | Ian Lance Taylor | 1 | -0/+0 |
2012-03-30 | libgo: Update to weekly.2012-03-22. | Ian Lance Taylor | 47 | -161/+602 |
2012-03-30 | libgo: Update to weekly.2012-03-13. | Ian Lance Taylor | 131 | -1624/+4816 |
2012-03-30 | syscall: Convert errno to error after Exitsyscall. | Ian Lance Taylor | 1 | -1/+12 |
2012-03-29 | compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr. | Ian Lance Taylor | 2 | -2/+2 |
2012-03-23 | syscall: Fix errno handling in syscall.Syscall and friends. | Ian Lance Taylor | 1 | -0/+4 |
2012-03-13 | libgo: Export {enter,exit}syscall and use it for getaddrinfo. | Ian Lance Taylor | 5 | -11/+16 |
2012-03-09 | debug/dwarf: Support DWARF versions 3 and 4. | Ian Lance Taylor | 7 | -40/+108 |
2012-03-09 | debug/elf: Don't crash if line numbers are not available. | Ian Lance Taylor | 1 | -1/+1 |
2012-03-07 | libgo: Implement and use runtime.Caller, runtime.Func.FileLine. | Ian Lance Taylor | 22 | -27/+725 |
2012-03-06 | libgo: Update to weekly.2012-03-04 release. | Ian Lance Taylor | 133 | -1991/+2939 |
2012-03-02 | libgo: Update to weekly.2012-02-22 release. | Ian Lance Taylor | 196 | -1926/+4891 |
2012-03-02 | libgo: Update to weekly.2012-02-14 release. | Ian Lance Taylor | 236 | -7976/+10498 |
2012-02-29 | syscall: Fill out GNU/Linux support. | Ian Lance Taylor | 3 | -43/+94 |
2012-02-18 | libgo: Add mount flags, fallocate, statfs. | Ian Lance Taylor | 1 | -9/+6 |
2012-02-16 | re PR go/51874 (Many libgo testsuite failures on IRIX) | Ian Lance Taylor | 2 | -8/+2 |
2012-02-14 | syscall: Change Dup2 to only return an error. | Ian Lance Taylor | 4 | -18/+15 |
2012-02-14 | net: Don't run UDP multicast tests on Alpha GNU/Linux. | Ian Lance Taylor | 1 | -1/+1 |
2012-02-12 | sync/atomic: Disable tests which can't run based on pointer size. | Ian Lance Taylor | 1 | -0/+2 |
2012-02-09 | os: Fix Solaris stat functions. | Ian Lance Taylor | 1 | -7/+7 |
2012-02-09 | libgo: Update to weekly.2012-02-07. | Ian Lance Taylor | 280 | -3536/+4223 |
2012-02-08 | os: Fix typo in //extern comment. | Ian Lance Taylor | 1 | -1/+1 |