| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | runtime: Fix build on systems without split stack. | ian | 2013-10-16 | 1 | -0/+2 |
* | runtime: Don't clobber saved context when catching signal. | ian | 2013-10-14 | 1 | -2/+3 |
* | runtime: Report len out of range for large len when making slice. | ian | 2013-10-11 | 1 | -1/+4 |
* | compiler, runtime: Fix complex division of NaN / 0. | ian | 2013-10-09 | 3 | -1/+57 |
* | runtime: Do not report thunks and recover functions in backtrace. | ian | 2013-10-09 | 1 | -0/+15 |
* | reflect: Use C style comments in 386 assembly for Solaris assembler. | ian | 2013-10-07 | 1 | -23/+24 |
* | reflect: Fix calling Interface method on value created by MakeFunc. | ian | 2013-10-04 | 2 | -1/+25 |
* | runtime: Fix append of slice with elements of zero size. | ian | 2013-10-02 | 1 | -6/+6 |
* | reflect: Use hand-coded .eh_frame section rather than CFI directives. | ian | 2013-10-02 | 5 | -21/+331 |
* | reflect: Fix reflect.Call with function following non-pointer. | ian | 2013-10-01 | 2 | -2/+13 |