| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: Fix append of slice with elements of zero size. | ian | 2013-10-02 | 1 | -6/+6 |
* | compiler, runtime: Use runtime functions to pass closure value. | ian | 2013-09-03 | 5 | -20/+36 |
* | runtime: Handle allocating memory in cgo/SWIG function. | ian | 2013-07-24 | 1 | -2/+19 |
* | runtime: Check _end rather than end to find end of program. | ian | 2013-07-24 | 1 | -2/+2 |
* | runtime: Move new 1.1.1 functions from thread-linux.c to runtime.c. | ian | 2013-07-24 | 2 | -46/+47 |
* | runtime: Declare epoll_create1 if necessary. | ian | 2013-07-23 | 1 | -0/+4 |
* | runtime: Support cgo callbacks from threads started by C. | ian | 2013-07-23 | 5 | -20/+131 |
* | runtime: Ignore SIGPROF if not on a Go thread. | ian | 2013-07-23 | 1 | -6/+7 |
* | runtime: Fix build on non-split-stack systems. | ian | 2013-07-16 | 1 | -2/+6 |
* | libgo: Update to Go 1.1.1. | ian | 2013-07-16 | 39 | -1354/+4078 |
* | compiler, runtime: Use function descriptors. | ian | 2013-06-18 | 7 | -26/+55 |
* | runtime, testing/quick: libffi doesn't handle complex on Alpha. | ian | 2013-03-01 | 1 | -1/+11 |
* | runtime: Don't block SIGTRAP while creating a new thread. | ian | 2013-02-28 | 1 | -0/+6 |
* | PR go/56320 | ian | 2013-02-20 | 1 | -3/+4 |
* | runtime: Do not reserve huge amount of swap on 32 bit architectures. | ian | 2013-02-15 | 1 | -1/+9 |
* | runtime: Change main in goc2c to return int. | ian | 2013-02-07 | 1 | -1/+1 |
* | PR go/56172 | ian | 2013-02-05 | 1 | -1/+1 |
* | runtime: Correct handling of runtime.Callers skip parameter. | ian | 2013-02-02 | 1 | -2/+3 |
* | runtime: Correct test for morestack.S. | ian | 2013-02-01 | 1 | -1/+1 |
* | runtime: Recognize morestack.S if there is no function name. | ian | 2013-01-31 | 1 | -1/+12 |
* | runtime: Remove confusion about split stack functions in backtrace. | ian | 2013-01-31 | 1 | -2/+10 |
* | runtime: Block signals when creating a new thread. | ian | 2013-01-31 | 1 | -1/+13 |
* | runtime: Don't allocate when doing a backtrace. | ian | 2013-01-31 | 1 | -2/+8 |
* | runtime: In backtraces, get inline functions, skip split-stack fns. | ian | 2013-01-30 | 7 | -53/+143 |
* | libgo: Update Go library to master revision 15502/229081515358. | ian | 2013-01-30 | 6 | -12/+29 |
* | libgo: Update Go library to master revision 15489/921e53d4863c. | ian | 2013-01-29 | 13 | -161/+475 |
* | runtime: SPARCv9 fixes for lfstack. | ian | 2013-01-29 | 1 | -1/+4 |
* | PR other/56076 | ian | 2013-01-25 | 1 | -2/+11 |
* | PR go/46986 | ian | 2013-01-24 | 28 | -76/+84 |
* | libgo: Update to revision 15193:6fdc1974457c of master library. | ian | 2012-12-22 | 12 | -223/+517 |
* | runtime: Delete from a nil map is now a no-op. | ian | 2012-12-12 | 1 | -1/+1 |
* | libgo: Update to current master library sources. | ian | 2012-12-12 | 3 | -13/+41 |
* | runtime: Fix build failures with -D_FORTIFY_SOURCE=2. | ian | 2012-12-04 | 2 | -2/+8 |
* | compiler, runtime: Track fields with tag go:"track". | ian | 2012-11-29 | 1 | -0/+101 |
* | libgo: Update to current version of master library. | ian | 2012-11-21 | 14 | -88/+224 |
* | runtime: Fix use of __atomic_compare_exchange_n: not weak, consistent. | ian | 2012-11-17 | 1 | -1/+1 |
* | compiler, runtime: Size of int is now 64 bits on x86_64. | ian | 2012-11-06 | 1 | -2/+2 |
* | compiler, libgo: Fixes to prepare for 64-bit int. | ian | 2012-11-06 | 8 | -12/+13 |
* | compiler, runtime: Memcmp routine returns intgo. | ian | 2012-11-06 | 1 | -0/+13 |
* | runtime: provide initcontext and fixcontext for NetBSD | ian | 2012-11-05 | 1 | -1/+23 |
* | runtime: Fix reflect.Call support for 64-bit ints. | ian | 2012-11-02 | 1 | -7/+7 |
* | compiler, runtime: More steps toward separating int and intgo. | ian | 2012-11-01 | 54 | -255/+248 |
* | runtime/goc2c: Drop gc support, change int to intgo. | ian | 2012-10-31 | 1 | -155/+38 |
* | libgo: Update to current sources. | ian | 2012-10-23 | 25 | -790/+1984 |
* | runtime: Fix __go_symbol_value val argument to backtrace_syminfo. | ian | 2012-10-08 | 1 | -1/+1 |
* | runtime: Use argv[0] to get executable name for backtrace. | ian | 2012-10-05 | 3 | -1/+13 |
* | libgo: Update to Go 1.0.3. | ian | 2012-10-03 | 4 | -11/+29 |
* | runtime: Better detection of memory allocation request overflow. | ian | 2012-09-28 | 4 | -2/+16 |
* | runtime: runtime.Caller should succeed even without debug info. | ian | 2012-09-28 | 1 | -1/+2 |
* | libgo: Use libbacktrace rather than debug/elf registration. | ian | 2012-09-28 | 3 | -77/+151 |