aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)AuthorFilesLines
2013-08-09net: give C.getaddrinfo a hint that we only want SOCK_STREAM answersIan Lance Taylor1-1/+2
2013-08-02syscall: Change AWK split call to use []+ rather than []*.Ian Lance Taylor1-2/+2
2013-07-24net: Only use GNU/Linux unix socket abstract paths on GNU/Linux.Ian Lance Taylor5-47/+49
2013-07-24net/http: Don't try to trace sendfile64 on alpha.Ian Lance Taylor1-1/+6
2013-07-23log/syslog: Restore interface to make this work on Solaris again.Ian Lance Taylor3-13/+31
2013-07-23net: Remove Solaris-specific version of listenerSockaddr.Ian Lance Taylor1-29/+0
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor577-120618/+19645
2013-06-18compiler, runtime: Use function descriptors.Ian Lance Taylor5-14/+46
2013-03-01runtime, testing/quick: libffi doesn't handle complex on Alpha.Ian Lance Taylor1-2/+5
2013-02-20re PR go/56171 (syscall FAILs on Solaris)Ian Lance Taylor4-25/+72
2013-02-10compiler, libgo: Permit testing package when test imports it circularly.Ian Lance Taylor15-255/+68
2013-02-08syscall: Always use _C_int for C libcalls.Ian Lance Taylor9-48/+48
2013-02-07re PR go/56173 (Several libgo tests FAIL on Solaris/SPARC)Ian Lance Taylor1-2/+12
2013-02-07re PR go/56172 (net FAILs on Solaris)Ian Lance Taylor1-1/+1
2013-02-06re PR go/56172 (net FAILs on Solaris)Ian Lance Taylor4-7/+34
2013-01-30libgo: Update Go library to master revision 15502/229081515358.Ian Lance Taylor10-85/+128
2013-01-29libgo: Update Go library to master revision 15489/921e53d4863c.Ian Lance Taylor270-49068/+60329
2013-01-24re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor7-40/+47
2013-01-24re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor1-2/+2
2012-12-22libgo: Update to revision 15193:6fdc1974457c of master library.Ian Lance Taylor88-454/+1884
2012-12-21compiler: Error if name defined in both package and file blocks.Ian Lance Taylor1-5/+5
2012-12-17log/syslog: Solaris portability patches.Ian Lance Taylor1-8/+13
2012-12-12libgo: Update to current master library sources.Ian Lance Taylor139-1881/+6105
2012-12-06os: Clean up directory reading code.Ian Lance Taylor2-24/+41
2012-12-05syscall: Fix splice syscall.Ian Lance Taylor1-0/+2
2012-11-29compiler, runtime: Track fields with tag go:"track".Ian Lance Taylor1-0/+7
2012-11-24syscall: Fix handling of Unix domain @ addresses.Ian Lance Taylor2-2/+6
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