| Commit message (Expand) | Author | Age | Files | Lines |
* | libgo: Build math package with -ffp-contract=off on non-x86. | ian | 2014-03-12 | 2 | -0/+4 |
* | runtime: Fix GC bug caused by Entersyscall modifying reg. | ian | 2014-03-07 | 1 | -4/+20 |
* | libgo: Update to Go 1.2.1 release. | ian | 2014-03-03 | 5 | -12/+70 |
* | runtime: Use a better heap location on arm64 systems. | ian | 2014-02-21 | 1 | -3/+27 |
* | ltmain.sh: Patch for Solaris. | ian | 2014-02-03 | 1 | -1/+1 |
* | libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help. | ian | 2014-01-22 | 2 | -4/+4 |
* | PR go/59866 | ian | 2014-01-17 | 1 | -1/+1 |
* | runtime: fix 32-bit malloc for pointers >= 0x80000000 | ian | 2014-01-09 | 3 | -24/+12 |
* | PR go/59430 | ian | 2014-01-08 | 5 | -10/+50 |
* | PR go/59433 | ian | 2014-01-08 | 1 | -16/+45 |
* | go/build: Set GOARCH on arm64 systems. | ian | 2014-01-06 | 6 | -5/+32 |
* | runtime: Remove unused runtime_cpuid variables. | ian | 2014-01-06 | 1 | -5/+0 |
* | net: work around Solaris connect issue when server closes socket | ian | 2013-12-28 | 1 | -0/+10 |
* | PR go/59506 | ian | 2013-12-27 | 1 | -1/+1 |
* | Revert unwanted commit. | uros | 2013-12-25 | 1 | -1/+1 |
* | gcc/ | uros | 2013-12-25 | 1 | -1/+1 |
* | runtime: Fix defer of unlock thread at program startup. | ian | 2013-12-12 | 6 | -5/+19 |
* | reflect: Fix MakeFunc returning float32 or float64 on 386. | ian | 2013-12-12 | 2 | -15/+26 |
* | compiler, reflect, runtime: Implement method values in reflect. | ian | 2013-12-12 | 7 | -44/+120 |
* | reflect, runtime: Let reflect.MakeFunc functions call recover. | ian | 2013-12-11 | 6 | -2/+109 |
* | PR go/59408 | ian | 2013-12-06 | 1 | -0/+4 |
* | runtime: Use pthread_sigmask instead of sigprocmask. | ian | 2013-12-04 | 3 | -4/+4 |
* | runtime: Fix prototype and one use of runtime_traceback. | ian | 2013-12-03 | 2 | -2/+2 |
* | libgo: Avoid some cases of getting callers recursively. | ian | 2013-12-01 | 3 | -0/+19 |
* | reflect: Rename struct field to be consistent in assembler and Go. | ian | 2013-11-30 | 1 | -2/+2 |
* | reflect: Fix MakeFunc for 386 when returning a struct. | ian | 2013-11-30 | 2 | -1/+14 |
* | libgo: Update to current Go library. | ian | 2013-11-27 | 30 | -60/+241 |
* | runtime: Fix handling of surrogate pairs in string([]rune). | ian | 2013-11-26 | 1 | -0/+4 |
* | syscall: Set SizeofSockaddrAny to the value the go distribution uses | ian | 2013-11-25 | 1 | -1/+1 |
* | syscall: Only call varargs libc functions from C code. | ian | 2013-11-24 | 11 | -11/+71 |
* | libgo: Update libtool support for powerpc64le-linux-gnu. | ian | 2013-11-22 | 2 | -8/+8 |
* | runtime: Update for change to libbacktrace library. | ian | 2013-11-19 | 1 | -1/+1 |
* | reflect: Handle calls to functions that take or return empty structs | ian | 2013-11-19 | 2 | -1/+44 |
* | gotest: Recognize PPC ELF v2 function pointers in text section. | ian | 2013-11-19 | 1 | -1/+1 |
* | libgo: Fix typo for is_dragonfly in configure script. | ian | 2013-11-19 | 2 | -2/+2 |
* | runtime: Use runtime_m to get m value after call to runtime_mcall. | ian | 2013-11-15 | 1 | -1/+4 |
* | runtime: Don't use filename without '/' for backtrace library. | ian | 2013-11-14 | 1 | -0/+7 |
* | net: On Solaris use Darwin keepalive code. | ian | 2013-11-14 | 3 | -27/+2 |
* | runtime: Add netpoll code that uses select. | ian | 2013-11-14 | 8 | -59/+270 |
* | runtime: Fix GC flag in when allocating memory from cgo. | ian | 2013-11-14 | 1 | -1/+1 |
* | go/build: Add all known gccgo architectures to list. | ian | 2013-11-14 | 1 | -1/+1 |
* | libgo/go/go/build: use syslist.go from the gc stdlib. | ian | 2013-11-14 | 3 | -20/+10 |
* | net: Fix TCP keepalive handling for Solaris. | ian | 2013-11-11 | 3 | -1/+31 |
* | mksysinfo, net: Always define F_DUPFD_CLOEXEC. | ian | 2013-11-11 | 2 | -1/+6 |
* | os: Do not try to run go command in test. | ian | 2013-11-11 | 1 | -0/+1 |
* | runtime: Correct flag (FlagNoGC => FlagNoInvokeGC). | ian | 2013-11-09 | 1 | -1/+1 |
* | runtime: Fixes for Alpha. | ian | 2013-11-07 | 2 | -1/+4 |
* | libgo: Update to October 24 version of master library. | ian | 2013-11-06 | 596 | -7420/+31983 |
* | runtime: Fix typo in dup3 fallback implementation. | ian | 2013-10-18 | 1 | -1/+1 |
* | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | ian | 2013-10-17 | 7 | -2/+99 |