summaryrefslogtreecommitdiff
path: root/libgo/runtime
Commit message (Expand)AuthorAgeFilesLines
* 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
* runtime: Reject surrogate pairs in range over string.ian2012-09-221-0/+8
* compiler, runtime: Reject surrogate pair converting int to string.ian2012-09-221-0/+9
* runtime: Return random number of hash of NaN.ian2012-09-222-6/+22
* runtime: use sched_getaffinity for runtime.NumCPU() on Linuxian2012-08-101-32/+21
* runtime: support NumCPU() on more platformsian2012-08-078-36/+118
* runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.ian2012-07-263-7/+3
* runtime: correct a logic error in hashmap growth.ian2012-07-231-2/+2
* libgo: Update to Go 1.0.2 release.ian2012-06-254-5/+10
* runtime: Fix printing of names in stack dumps.ian2012-06-071-2/+2
* runtime: Use dl_iterate_phdr to get TLS size.ian2012-06-071-31/+58
* runtime: Comment out code adding TLS size to stack size.ian2012-06-051-0/+2
* runtime: Fix call to _dl_get_tls_static_info for i386.ian2012-06-051-1/+26
* runtime: Better SWIG interface for allocating Go memory from C/C++.ian2012-06-042-3/+143
* runtime: More efficient implementation of trampolines.ian2012-05-253-26/+88
* runtime: Fix cast error in print.c on 32-bit systems.ian2012-05-251-1/+1
* runtime: Make runtime.Stack actually work.ian2012-05-244-66/+61
* runtime: Correct definition of __go_file_line to match declaration.ian2012-05-241-1/+1
* runtime: Copy runtime_printf from other Go library.ian2012-05-241-0/+310
* runtime: Copy runtime_printf from other Go library.ian2012-05-2411-180/+91
* runtime: Tweak runtime.Callers for Go 1 compatibility.ian2012-05-221-1/+4
* runtime: Use getcontext, not setjmp, to save regs for GC.ian2012-05-222-7/+4
* runtime: Print stack trace on panic or signal.ian2012-05-176-35/+225
* runtime: Make all variables used across getcontext volatile.ian2012-05-151-10/+17
* libgo: Use -fgo-pkgpath.ian2012-05-1421-55/+66
* PR go/52358ian2012-04-271-0/+114
* runtime: Correct syscall.Setenv for systems that don't have setenv.ian2012-04-271-1/+1
* compiler, runtime: Add explicit checks for zero and overflow division.ian2012-04-201-1/+7
* runtime: Ignore stack sizes when deciding when to GC.ian2012-04-204-3/+19
* libgo: Update to weekly.2012-03-27 aka go1 release.ian2012-03-301-0/+19