summaryrefslogtreecommitdiff
path: root/libgo/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: Fix append of slice with elements of zero size.ian2013-10-021-6/+6
* compiler, runtime: Use runtime functions to pass closure value.ian2013-09-035-20/+36
* runtime: Handle allocating memory in cgo/SWIG function.ian2013-07-241-2/+19
* runtime: Check _end rather than end to find end of program.ian2013-07-241-2/+2
* runtime: Move new 1.1.1 functions from thread-linux.c to runtime.c.ian2013-07-242-46/+47
* runtime: Declare epoll_create1 if necessary.ian2013-07-231-0/+4
* runtime: Support cgo callbacks from threads started by C.ian2013-07-235-20/+131
* runtime: Ignore SIGPROF if not on a Go thread.ian2013-07-231-6/+7
* runtime: Fix build on non-split-stack systems.ian2013-07-161-2/+6
* libgo: Update to Go 1.1.1.ian2013-07-1639-1354/+4078
* compiler, runtime: Use function descriptors.ian2013-06-187-26/+55
* runtime, testing/quick: libffi doesn't handle complex on Alpha.ian2013-03-011-1/+11
* runtime: Don't block SIGTRAP while creating a new thread.ian2013-02-281-0/+6
* PR go/56320ian2013-02-201-3/+4
* runtime: Do not reserve huge amount of swap on 32 bit architectures.ian2013-02-151-1/+9
* runtime: Change main in goc2c to return int.ian2013-02-071-1/+1
* PR go/56172ian2013-02-051-1/+1
* runtime: Correct handling of runtime.Callers skip parameter.ian2013-02-021-2/+3
* runtime: Correct test for morestack.S.ian2013-02-011-1/+1
* runtime: Recognize morestack.S if there is no function name.ian2013-01-311-1/+12
* runtime: Remove confusion about split stack functions in backtrace.ian2013-01-311-2/+10
* runtime: Block signals when creating a new thread.ian2013-01-311-1/+13
* runtime: Don't allocate when doing a backtrace.ian2013-01-311-2/+8
* runtime: In backtraces, get inline functions, skip split-stack fns.ian2013-01-307-53/+143
* libgo: Update Go library to master revision 15502/229081515358.ian2013-01-306-12/+29
* libgo: Update Go library to master revision 15489/921e53d4863c.ian2013-01-2913-161/+475
* runtime: SPARCv9 fixes for lfstack.ian2013-01-291-1/+4
* PR other/56076ian2013-01-251-2/+11
* PR go/46986ian2013-01-2428-76/+84
* libgo: Update to revision 15193:6fdc1974457c of master library.ian2012-12-2212-223/+517
* runtime: Delete from a nil map is now a no-op.ian2012-12-121-1/+1
* libgo: Update to current master library sources.ian2012-12-123-13/+41
* runtime: Fix build failures with -D_FORTIFY_SOURCE=2.ian2012-12-042-2/+8
* compiler, runtime: Track fields with tag go:"track".ian2012-11-291-0/+101
* libgo: Update to current version of master library.ian2012-11-2114-88/+224
* runtime: Fix use of __atomic_compare_exchange_n: not weak, consistent.ian2012-11-171-1/+1
* compiler, runtime: Size of int is now 64 bits on x86_64.ian2012-11-061-2/+2
* compiler, libgo: Fixes to prepare for 64-bit int.ian2012-11-068-12/+13
* compiler, runtime: Memcmp routine returns intgo.ian2012-11-061-0/+13
* runtime: provide initcontext and fixcontext for NetBSDian2012-11-051-1/+23
* runtime: Fix reflect.Call support for 64-bit ints.ian2012-11-021-7/+7
* compiler, runtime: More steps toward separating int and intgo.ian2012-11-0154-255/+248
* runtime/goc2c: Drop gc support, change int to intgo.ian2012-10-311-155/+38
* libgo: Update to current sources.ian2012-10-2325-790/+1984
* runtime: Fix __go_symbol_value val argument to backtrace_syminfo.ian2012-10-081-1/+1
* runtime: Use argv[0] to get executable name for backtrace.ian2012-10-053-1/+13
* libgo: Update to Go 1.0.3.ian2012-10-034-11/+29
* runtime: Better detection of memory allocation request overflow.ian2012-09-284-2/+16
* runtime: runtime.Caller should succeed even without debug info.ian2012-09-281-1/+2
* libgo: Use libbacktrace rather than debug/elf registration.ian2012-09-283-77/+151