aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)AuthorFilesLines
2012-11-21libgo: Update to current version of master library.Ian Lance Taylor304-19067/+61763
2012-11-19reflect: Fix invalid sharing in valueInterface.Ian Lance Taylor1-4/+4
2012-11-12syscall: Force first letter of error message to lower case.Ian Lance Taylor3-6/+24
2012-11-10reflect: Fix bug comparing struct field types.Ian Lance Taylor1-3/+14
2012-11-06compiler, libgo: Fixes to prepare for 64-bit int.Ian Lance Taylor3-7/+9
2012-11-05os: support more OSesIan Lance Taylor2-0/+61
2012-11-02syscall, mksysinfo: Prepare syscall package for 64-bit int.Ian Lance Taylor13-136/+141
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor2-4/+4
2012-10-26syscall: fix creds_test to reliably close os.FileIan Lance Taylor1-2/+6
2012-10-25libgo: Solaris portability patches.Ian Lance Taylor2-90/+13
2012-10-23runtime: Disable crash tests that runs go tool.Ian Lance Taylor1-9/+14
2012-10-23libgo: Update to current sources.Ian Lance Taylor516-11689/+54434
2012-10-03libgo: Update to Go 1.0.3.Ian Lance Taylor117-469/+2028
2012-09-28libgo: Use libbacktrace rather than debug/elf registration.Ian Lance Taylor8-170/+2
2012-09-06debug/elf, debug/dwarf: DWARF line number fixes.Ian Lance Taylor2-7/+49
2012-08-23compiler: Remove old handling of unsafe.Pointer in type assertions.Ian Lance Taylor1-1/+1
2012-07-26runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.Ian Lance Taylor1-1/+2
2012-06-25libgo: Update to Go 1.0.2 release.Ian Lance Taylor54-163/+1077
2012-06-14compiler, reflect: Quote package path with tabs.Ian Lance Taylor1-1/+1
2012-06-13os/user: Use Entersyscall.Ian Lance Taylor1-1/+6
2012-06-13os: Use Entersyscall when reading directories.Ian Lance Taylor1-2/+9
2012-06-12compiler, reflect: Handle package path like gc compiler.Ian Lance Taylor3-4/+24
2012-06-04runtime: Better SWIG interface for allocating Go memory from C/C++.Ian Lance Taylor1-0/+6
2012-05-16log/syslog: Fix name of C function syslog_c.Ian Lance Taylor1-1/+1
2012-05-16debug/dwarf: Fix handling of LineSetFile.Ian Lance Taylor1-1/+1
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor12-52/+72
2012-05-04libgo: Update to Go 1.0.1 release.Ian Lance Taylor45-96/+429
2012-04-30re PR go/52586 (libgo fails to build for mips*64-linux-gnu (reference to unde...Ian Lance Taylor1-1/+5
2012-04-27re PR go/52358 (math FAILs on Solaris 8 and 9)Ian Lance Taylor1-1/+12
2012-04-26mksysinfo, net: Always define syscall.SO_REUSEPORT.Ian Lance Taylor1-3/+5
2012-04-25re PR go/52341 (crypto/rand FAILs before Solaris 11)Ian Lance Taylor1-2/+3
2012-04-25re PR go/52583 (Several new go testsuite failues on Solaris)Ian Lance Taylor5-3/+160
2012-04-23go-lang.c (go_langhook_init): Set MPFR precision to 256.Ian Lance Taylor1-1/+1
2012-04-22mksysinfo: More fixes to emulate master Go library.Ian Lance Taylor4-6/+6
2012-04-22godump.c (go_output_typedef): Dump size of structs.Ian Lance Taylor1-2/+2
2012-04-21syscall: Additional constants, some type corrections.Ian Lance Taylor2-2/+2
2012-04-20net, syscall: Use native endianness for GNU/Linux netlink code.Ian Lance Taylor2-48/+12
2012-04-20net/http: Ignore sigaltstack when running strace in test.Ian Lance Taylor1-1/+1
2012-04-20debug/dwarf: Fix address lookups for different types of lines.Ian Lance Taylor1-0/+4
2012-04-20runtime: Disable memory profiling in gc_test.Ian Lance Taylor1-0/+2
2012-04-03syscall, net: Fix GNU/Linux netlink code for big-endian systems.Ian Lance Taylor2-19/+48
2012-03-30libgo: Update to weekly.2012-03-27 aka go1 release.Ian Lance Taylor15-121/+205
2012-03-30File removed in weekly.2012-03-22 release.Ian Lance Taylor1-0/+0
2012-03-30libgo: Update to weekly.2012-03-22.Ian Lance Taylor47-161/+602
2012-03-30libgo: Update to weekly.2012-03-13.Ian Lance Taylor131-1624/+4816
2012-03-30syscall: Convert errno to error after Exitsyscall.Ian Lance Taylor1-1/+12
2012-03-29compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr.Ian Lance Taylor2-2/+2
2012-03-23syscall: Fix errno handling in syscall.Syscall and friends.Ian Lance Taylor1-0/+4
2012-03-13libgo: Export {enter,exit}syscall and use it for getaddrinfo.Ian Lance Taylor5-11/+16
2012-03-09debug/dwarf: Support DWARF versions 3 and 4.Ian Lance Taylor7-40/+108