runtime: Report len out of range for large len when making slice.
[gcc.git] / libgo / go /
2013-10-07 Ian Lance Taylorreflect: Use C style comments in 386 assembly for Solar...
2013-10-04 Ian Lance Taylorreflect: Fix calling Interface method on value created...
2013-10-02 Ian Lance Taylorreflect: Use hand-coded .eh_frame section rather than...
2013-10-01 Ian Lance Taylorreflect: Fix reflect.Call with function following non...
2013-09-27 Ian Lance Taylorreflect: Copy stack values onto heap in amd64 MakeFunc.
2013-09-27 Ian Lance Taylorreflect: Implement MakeFunc for 386.
2013-09-27 Ian Lance Taylorreflect: Implement MakeFunc for amd64.
2013-09-17 Ian Lance Taylorreflect: Fix bug calling method on indirect value.
2013-09-03 Ian Lance Taylorcompiler, runtime: Use runtime functions to pass closur...
2013-08-09 Ian Lance Taylornet: give C.getaddrinfo a hint that we only want SOCK_S...
2013-08-02 Ian Lance Taylorsyscall: Change AWK split call to use []+ rather than...
2013-07-24 Ian Lance Taylornet: Only use GNU/Linux unix socket abstract paths...
2013-07-24 Ian Lance Taylornet/http: Don't try to trace sendfile64 on alpha.
2013-07-23 Ian Lance Taylorlog/syslog: Restore interface to make this work on...
2013-07-23 Ian Lance Taylornet: Remove Solaris-specific version of listenerSockaddr.
2013-07-16 Ian Lance Taylorlibgo: Update to Go 1.1.1.
2013-06-18 Ian Lance Taylorcompiler, runtime: Use function descriptors.
2013-03-01 Ian Lance Taylorruntime, testing/quick: libffi doesn't handle complex...
2013-02-20 Ian Lance Taylorre PR go/56171 (syscall FAILs on Solaris)
2013-02-10 Ian Lance Taylorcompiler, libgo: Permit testing package when test impor...
2013-02-08 Ian Lance Taylorsyscall: Always use _C_int for C libcalls.
2013-02-07 Ian Lance Taylorre PR go/56173 (Several libgo tests FAIL on Solaris...
2013-02-07 Ian Lance Taylorre PR go/56172 (net FAILs on Solaris)
2013-02-06 Ian Lance Taylorre PR go/56172 (net FAILs on Solaris)
2013-01-30 Ian Lance Taylorlibgo: Update Go library to master revision 15502/22908...
2013-01-29 Ian Lance Taylorlibgo: Update Go library to master revision 15489/921e5...
2013-01-24 Ian Lance Taylorre PR go/46986 (Go is not supported on Darwin)
2013-01-24 Ian Lance Taylorre PR go/46986 (Go is not supported on Darwin)
2012-12-22 Ian Lance Taylorlibgo: Update to revision 15193:6fdc1974457c of master...
2012-12-21 Ian Lance Taylorcompiler: Error if name defined in both package and...
2012-12-17 Ian Lance Taylorlog/syslog: Solaris portability patches.
2012-12-12 Ian Lance Taylorlibgo: Update to current master library sources.
2012-12-06 Ian Lance Tayloros: Clean up directory reading code.
2012-12-05 Ian Lance Taylorsyscall: Fix splice syscall.
2012-11-29 Ian Lance Taylorcompiler, runtime: Track fields with tag go:"track".
2012-11-24 Ian Lance Taylorsyscall: Fix handling of Unix domain @ addresses.
2012-11-21 Ian Lance Taylorlibgo: Update to current version of master library.
2012-11-19 Ian Lance Taylorreflect: Fix invalid sharing in valueInterface.
2012-11-12 Ian Lance Taylorsyscall: Force first letter of error message to lower...
2012-11-10 Ian Lance Taylorreflect: Fix bug comparing struct field types.
2012-11-06 Ian Lance Taylorcompiler, libgo: Fixes to prepare for 64-bit int.
2012-11-05 Ian Lance Tayloros: support more OSes
2012-11-02 Ian Lance Taylorsyscall, mksysinfo: Prepare syscall package for 64...
2012-11-01 Ian Lance Taylorcompiler, runtime: More steps toward separating int...
2012-10-26 Ian Lance Taylorsyscall: fix creds_test to reliably close os.File
2012-10-25 Ian Lance Taylorlibgo: Solaris portability patches.
2012-10-23 Ian Lance Taylorruntime: Disable crash tests that runs go tool.
2012-10-23 Ian Lance Taylorlibgo: Update to current sources.
2012-10-03 Ian Lance Taylorlibgo: Update to Go 1.0.3.
2012-09-28 Ian Lance Taylorlibgo: Use libbacktrace rather than debug/elf registration.
2012-09-06 Ian Lance Taylordebug/elf, debug/dwarf: DWARF line number fixes.
2012-08-23 Ian Lance Taylorcompiler: Remove old handling of unsafe.Pointer in...
2012-07-26 Ian Lance Taylorruntime, runtime/pprof: Fix runtime/pprof test to pass...
2012-06-25 Ian Lance Taylorlibgo: Update to Go 1.0.2 release.
2012-06-14 Ian Lance Taylorcompiler, reflect: Quote package path with tabs.
2012-06-13 Ian Lance Tayloros/user: Use Entersyscall.
2012-06-13 Ian Lance Tayloros: Use Entersyscall when reading directories.
2012-06-12 Ian Lance Taylorcompiler, reflect: Handle package path like gc compiler.
2012-06-04 Ian Lance Taylorruntime: Better SWIG interface for allocating Go memory...
2012-05-16 Ian Lance Taylorlog/syslog: Fix name of C function syslog_c.
2012-05-16 Ian Lance Taylordebug/dwarf: Fix handling of LineSetFile.
2012-05-14 Ian Lance Taylorlibgo: Use -fgo-pkgpath.
2012-05-04 Ian Lance Taylorlibgo: Update to Go 1.0.1 release.
2012-04-30 Ian Lance Taylorre PR go/52586 (libgo fails to build for mips*64-linux...
2012-04-27 Ian Lance Taylorre PR go/52358 (math FAILs on Solaris 8 and 9)
2012-04-26 Ian Lance Taylormksysinfo, net: Always define syscall.SO_REUSEPORT.
2012-04-25 Ian Lance Taylorre PR go/52341 (crypto/rand FAILs before Solaris 11)
2012-04-25 Ian Lance Taylorre PR go/52583 (Several new go testsuite failues on...
2012-04-23 Ian Lance Taylorgo-lang.c (go_langhook_init): Set MPFR precision to...
2012-04-22 Ian Lance Taylormksysinfo: More fixes to emulate master Go library.
2012-04-22 Ian Lance Taylorgodump.c (go_output_typedef): Dump size of structs.
2012-04-21 Ian Lance Taylorsyscall: Additional constants, some type corrections.
2012-04-20 Ian Lance Taylornet, syscall: Use native endianness for GNU/Linux netli...
2012-04-20 Ian Lance Taylornet/http: Ignore sigaltstack when running strace in...
2012-04-20 Ian Lance Taylordebug/dwarf: Fix address lookups for different types...
2012-04-20 Ian Lance Taylorruntime: Disable memory profiling in gc_test.
2012-04-03 Ian Lance Taylorsyscall, net: Fix GNU/Linux netlink code for big-endian...
2012-03-30 Ian Lance Taylorlibgo: Update to weekly.2012-03-27 aka go1 release.
2012-03-30 Ian Lance TaylorFile removed in weekly.2012-03-22 release.
2012-03-30 Ian Lance Taylorlibgo: Update to weekly.2012-03-22.
2012-03-30 Ian Lance Taylorlibgo: Update to weekly.2012-03-13.
2012-03-30 Ian Lance Taylorsyscall: Convert errno to error after Exitsyscall.
2012-03-29 Ian Lance Taylorcompiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} retur...
2012-03-23 Ian Lance Taylorsyscall: Fix errno handling in syscall.Syscall and...
2012-03-13 Ian Lance Taylorlibgo: Export {enter,exit}syscall and use it for getadd...
2012-03-09 Ian Lance Taylordebug/dwarf: Support DWARF versions 3 and 4.
2012-03-09 Ian Lance Taylordebug/elf: Don't crash if line numbers are not available.
2012-03-07 Ian Lance Taylorlibgo: Implement and use runtime.Caller, runtime.Func...
2012-03-06 Ian Lance Taylorlibgo: Update to weekly.2012-03-04 release.
2012-03-02 Ian Lance Taylorlibgo: Update to weekly.2012-02-22 release.
2012-03-02 Ian Lance Taylorlibgo: Update to weekly.2012-02-14 release.
2012-02-29 Ian Lance Taylorsyscall: Fill out GNU/Linux support.
2012-02-18 Ian Lance Taylorlibgo: Add mount flags, fallocate, statfs.
2012-02-16 Ian Lance Taylorre PR go/51874 (Many libgo testsuite failures on IRIX)
2012-02-14 Ian Lance Taylorsyscall: Change Dup2 to only return an error.
2012-02-14 Ian Lance Taylornet: Don't run UDP multicast tests on Alpha GNU/Linux.
2012-02-12 Ian Lance Taylorsync/atomic: Disable tests which can't run based on...
2012-02-09 Ian Lance Tayloros: Fix Solaris stat functions.
2012-02-09 Ian Lance Taylorlibgo: Update to weekly.2012-02-07.
2012-02-08 Ian Lance Tayloros: Fix typo in //extern comment.
next