| Commit message (Expand) | Author | Age | Files | Lines |
* | syscall, mksysinfo: Prepare syscall package for 64-bit int. | ian | 2012-11-02 | 14 | -137/+153 |
* | 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 | 56 | -259/+252 |
* | runtime/goc2c: Drop gc support, change int to intgo. | ian | 2012-10-31 | 3 | -171/+54 |
* | syscall: fix creds_test to reliably close os.File | ian | 2012-10-26 | 1 | -2/+6 |
* | libgo: Solaris portability patches. | ian | 2012-10-25 | 4 | -92/+19 |
* | mksysinfo: Define SIGPOLL and SIGCLD if necessary. | ian | 2012-10-24 | 1 | -0/+10 |
* | runtime: Disable crash tests that runs go tool. | ian | 2012-10-23 | 1 | -9/+14 |
* | PR go/54918 | ian | 2012-10-23 | 4 | -4/+7 |
* | libgo: Update to current sources. | ian | 2012-10-23 | 548 | -12551/+56845 |
* | 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 | 124 | -481/+2060 |
* | 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 | 13 | -256/+165 |
* | 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 |
* | libgo: Add no-dist and -Wno-portability to AM_INIT_AUTOMAKE. | ian | 2012-09-20 | 3 | -312/+19 |
* | debug/elf, debug/dwarf: DWARF line number fixes. | ian | 2012-09-06 | 2 | -7/+49 |
* | compiler: Remove old handling of unsafe.Pointer in type assertions. | ian | 2012-08-23 | 1 | -1/+1 |
* | mksysinfo: Fix syscall.F_GETLK and friends for 32-bit x86. | ian | 2012-08-21 | 1 | -0/+10 |
* | 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 | 10 | -42/+210 |
* | runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it. | ian | 2012-07-26 | 6 | -10/+15 |
* | runtime: correct a logic error in hashmap growth. | ian | 2012-07-23 | 1 | -2/+2 |
* | mksysinfo.sh: Fix handling of glibc 2.16 bits/resource.h. | ian | 2012-07-09 | 1 | -2/+2 |
* | gotest: Only look in data segment for ppc64, not ppc*. | ian | 2012-06-25 | 1 | -1/+1 |
* | libgo: Update to Go 1.0.2 release. | ian | 2012-06-25 | 59 | -169/+1088 |
* | compiler, reflect: Quote package path with tabs. | ian | 2012-06-14 | 1 | -1/+1 |
* | libgo: Make the subdirectory in the CHECK target. | ian | 2012-06-14 | 2 | -216/+2 |
* | os/user: Use Entersyscall. | ian | 2012-06-13 | 1 | -1/+6 |
* | os: Use Entersyscall when reading directories. | ian | 2012-06-13 | 1 | -2/+9 |
* | compiler, reflect: Handle package path like gc compiler. | ian | 2012-06-12 | 3 | -4/+24 |
* | 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 | 4 | -36/+63 |
* | 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 | 4 | -3/+31 |
* | mksysinfo: Fix for recent change to glibc <sys/resource.h>. | ian | 2012-06-05 | 1 | -0/+2 |
* | runtime: Better SWIG interface for allocating Go memory from C/C++. | ian | 2012-06-04 | 3 | -3/+149 |
* | 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 | 14 | -185/+106 |
* | 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 | 8 | -61/+262 |