summaryrefslogtreecommitdiff
path: root/libgo/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: Correct flag (FlagNoGC => FlagNoInvokeGC).ian2013-11-091-1/+1
* runtime: Fixes for Alpha.ian2013-11-072-1/+4
* libgo: Update to October 24 version of master library.ian2013-11-0646-1318/+2062
* runtime: Fix typo in dup3 fallback implementation.ian2013-10-181-1/+1
* syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.ian2013-10-171-0/+57
* runtime: Fix build on systems without split stack.ian2013-10-161-0/+2
* runtime: Don't clobber saved context when catching signal.ian2013-10-141-2/+3
* runtime: Report len out of range for large len when making slice.ian2013-10-111-1/+4
* compiler, runtime: Fix complex division of NaN / 0.ian2013-10-091-0/+46
* runtime: Do not report thunks and recover functions in backtrace.ian2013-10-091-0/+15
* 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