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