summaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2014-01-22libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help.ian
2014-01-17 PR go/59866ian
2014-01-09runtime: fix 32-bit malloc for pointers >= 0x80000000ian
2014-01-08 PR go/59430ian
2014-01-08 PR go/59433ian
2014-01-06go/build: Set GOARCH on arm64 systems.ian
2014-01-06runtime: Remove unused runtime_cpuid variables.ian
2013-12-28net: work around Solaris connect issue when server closes socketian
2013-12-27 PR go/59506ian
2013-12-25 Revert unwanted commit.uros
2013-12-25gcc/uros
2013-12-12runtime: Fix defer of unlock thread at program startup.ian
2013-12-12reflect: Fix MakeFunc returning float32 or float64 on 386.ian
2013-12-12compiler, reflect, runtime: Implement method values in reflect.ian
2013-12-11reflect, runtime: Let reflect.MakeFunc functions call recover.ian
2013-12-06 PR go/59408ian
2013-12-04runtime: Use pthread_sigmask instead of sigprocmask.ian
2013-12-03runtime: Fix prototype and one use of runtime_traceback.ian
2013-12-01libgo: Avoid some cases of getting callers recursively.ian
2013-11-30reflect: Rename struct field to be consistent in assembler and Go.ian
2013-11-30reflect: Fix MakeFunc for 386 when returning a struct.ian
2013-11-27libgo: Update to current Go library.ian
2013-11-26runtime: Fix handling of surrogate pairs in string([]rune).ian
2013-11-25syscall: Set SizeofSockaddrAny to the value the go distribution usesian
2013-11-24syscall: Only call varargs libc functions from C code.ian
2013-11-22libgo: Update libtool support for powerpc64le-linux-gnu.ian
2013-11-19runtime: Update for change to libbacktrace library.ian
2013-11-19reflect: Handle calls to functions that take or return empty structsian
2013-11-19gotest: Recognize PPC ELF v2 function pointers in text section.ian
2013-11-19libgo: Fix typo for is_dragonfly in configure script.ian
2013-11-15runtime: Use runtime_m to get m value after call to runtime_mcall.ian
2013-11-14runtime: Don't use filename without '/' for backtrace library.ian
2013-11-14net: On Solaris use Darwin keepalive code.ian
2013-11-14runtime: Add netpoll code that uses select.ian
2013-11-14runtime: Fix GC flag in when allocating memory from cgo.ian
2013-11-14go/build: Add all known gccgo architectures to list.ian
2013-11-14libgo/go/go/build: use syslist.go from the gc stdlib.ian
2013-11-11net: Fix TCP keepalive handling for Solaris.ian
2013-11-11mksysinfo, net: Always define F_DUPFD_CLOEXEC.ian
2013-11-11os: Do not try to run go command in test.ian
2013-11-09runtime: Correct flag (FlagNoGC => FlagNoInvokeGC).ian
2013-11-07runtime: Fixes for Alpha.ian
2013-11-06libgo: Update to October 24 version of master library.ian
2013-10-18runtime: Fix typo in dup3 fallback implementation.ian
2013-10-17syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.ian
2013-10-16runtime: Fix build on systems without split stack.ian
2013-10-14runtime: Don't clobber saved context when catching signal.ian
2013-10-11runtime: Report len out of range for large len when making slice.ian
2013-10-09compiler, runtime: Fix complex division of NaN / 0.ian
2013-10-09runtime: Do not report thunks and recover functions in backtrace.ian