aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)Author
2012-12-05syscall: Fix splice syscall.Ian Lance Taylor
2012-11-24syscall: Fix handling of Unix domain @ addresses.Ian Lance Taylor
2012-11-19reflect: Fix invalid sharing in valueInterface.Ian Lance Taylor
2012-11-10reflect: Fix bug comparing struct field types.Ian Lance Taylor
2012-10-03libgo: Update to Go 1.0.3.Ian Lance Taylor
2012-09-06debug/elf, debug/dwarf: DWARF line number fixes.Ian Lance Taylor
2012-08-23compiler: Remove old handling of unsafe.Pointer in type assertions.Ian Lance Taylor
2012-08-06Revert delta 190174Nick Clifton
2012-08-06Latest updates from FSF 4.7 branchNick Clifton
2012-07-26runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.Ian Lance Taylor
2012-06-25libgo: Update to Go 1.0.2 release.Ian Lance Taylor
2012-06-14Bring over accumulated bug fixes from mainline.Ian Lance Taylor
2012-06-04runtime: Better SWIG interface for allocating Go memory from C/C++.Ian Lance Taylor
2012-05-16log/syslog: Fix name of C function syslog_c.Ian Lance Taylor
2012-05-16debug/dwarf: Fix handling of LineSetFile.Ian Lance Taylor
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor
2012-05-04libgo: Update to Go 1.0.1 release.Ian Lance Taylor
2012-04-30re PR go/52586 (libgo fails to build for mips*64-linux-gnu (reference to unde...Ian Lance Taylor
2012-04-27re PR go/52358 (math FAILs on Solaris 8 and 9)Ian Lance Taylor
2012-04-26mksysinfo, net: Always define syscall.SO_REUSEPORT.Ian Lance Taylor
2012-04-25re PR go/52341 (crypto/rand FAILs before Solaris 11)Ian Lance Taylor
2012-04-25re PR go/52583 (Several new go testsuite failues on Solaris)Ian Lance Taylor
2012-04-23go-lang.c (go_langhook_init): Set MPFR precision to 256.Ian Lance Taylor
2012-04-22mksysinfo: More fixes to emulate master Go library.Ian Lance Taylor
2012-04-22godump.c (go_output_typedef): Dump size of structs.Ian Lance Taylor
2012-04-21syscall: Additional constants, some type corrections.Ian Lance Taylor
2012-04-20net, syscall: Use native endianness for GNU/Linux netlink code.Ian Lance Taylor
2012-04-20net/http: Ignore sigaltstack when running strace in test.Ian Lance Taylor
2012-04-20debug/dwarf: Fix address lookups for different types of lines.Ian Lance Taylor
2012-04-20runtime: Disable memory profiling in gc_test.Ian Lance Taylor
2012-04-03syscall, net: Fix GNU/Linux netlink code for big-endian systems.Ian Lance Taylor
2012-03-30libgo: Update to weekly.2012-03-27 aka go1 release.Ian Lance Taylor
2012-03-30File removed in weekly.2012-03-22 release.Ian Lance Taylor
2012-03-30libgo: Update to weekly.2012-03-22.Ian Lance Taylor
2012-03-30libgo: Update to weekly.2012-03-13.Ian Lance Taylor
2012-03-30syscall: Convert errno to error after Exitsyscall.Ian Lance Taylor
2012-03-29compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr.Ian Lance Taylor
2012-03-23syscall: Fix errno handling in syscall.Syscall and friends.Ian Lance Taylor
2012-03-15libgo: Export {enter,exit}syscall and use it for getaddrinfo.Ian Lance Taylor
2012-03-10Update Go compiler, library, and testsuite on gcc 4.7 branch.Ian Lance Taylor
2012-02-29syscall: Fill out GNU/Linux support.Ian Lance Taylor
2012-02-18libgo: Add mount flags, fallocate, statfs.Ian Lance Taylor
2012-02-16re PR go/51874 (Many libgo testsuite failures on IRIX)Ian Lance Taylor
2012-02-14syscall: Change Dup2 to only return an error.Ian Lance Taylor
2012-02-14net: Don't run UDP multicast tests on Alpha GNU/Linux.Ian Lance Taylor
2012-02-12sync/atomic: Disable tests which can't run based on pointer size.Ian Lance Taylor
2012-02-09os: Fix Solaris stat functions.Ian Lance Taylor
2012-02-09libgo: Update to weekly.2012-02-07.Ian Lance Taylor
2012-02-08os: Fix typo in //extern comment.Ian Lance Taylor
2012-02-07compiler, libgo: Use //extern comments rather than __asm__.Ian Lance Taylor