| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: Block signals when creating a new thread. | ian | 2013-01-31 | 1 | -1/+13 |
* | runtime: Don't allocate when doing a backtrace. | ian | 2013-01-31 | 1 | -2/+8 |
* | runtime: In backtraces, get inline functions, skip split-stack fns. | ian | 2013-01-30 | 7 | -53/+143 |
* | libgo: Update Go library to master revision 15502/229081515358. | ian | 2013-01-30 | 17 | -98/+158 |
* | libgo: Update Go library to master revision 15489/921e53d4863c. | ian | 2013-01-29 | 290 | -49301/+60967 |
* | runtime: SPARCv9 fixes for lfstack. | ian | 2013-01-29 | 1 | -1/+4 |
* | libgo: Add --enable-werror configure option. | ian | 2013-01-26 | 2 | -5/+17 |
* | PR other/56076 | ian | 2013-01-25 | 1 | -2/+11 |
* | PR go/46986 | ian | 2013-01-24 | 35 | -116/+131 |
* | PR go/46986 | ian | 2013-01-24 | 3 | -8/+8 |
* | libgo: Update to revision 15193:6fdc1974457c of master library. | ian | 2012-12-22 | 104 | -685/+2433 |
* | compiler: Error if name defined in both package and file blocks. | ian | 2012-12-21 | 1 | -5/+5 |
* | libgo: Link against libatomic_convenience.la. | ian | 2012-12-18 | 2 | -8/+9 |
* | libgo: Link against libatomic. | ian | 2012-12-18 | 2 | -6/+8 |
* | log/syslog: Solaris portability patches. | ian | 2012-12-17 | 1 | -8/+13 |
* | 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 | 145 | -1915/+6240 |
* | os: Clean up directory reading code. | ian | 2012-12-06 | 2 | -24/+41 |
* | syscall: Fix splice syscall. | ian | 2012-12-05 | 1 | -0/+2 |
* | mksysinfo: Fix TIOCNOTTY and TIOCSCTTY for ARM. | ian | 2012-12-04 | 1 | -0/+16 |
* | 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 | 4 | -1/+119 |
* | syscall: Fix handling of Unix domain @ addresses. | ian | 2012-11-24 | 2 | -2/+6 |
* | libgo: Update to current version of master library. | ian | 2012-11-21 | 321 | -19158/+62006 |
* | reflect: Fix invalid sharing in valueInterface. | ian | 2012-11-19 | 1 | -4/+4 |
* | runtime: Fix use of __atomic_compare_exchange_n: not weak, consistent. | ian | 2012-11-17 | 1 | -1/+1 |
* | syscall: Force first letter of error message to lower case. | ian | 2012-11-12 | 3 | -6/+24 |
* | reflect: Fix bug comparing struct field types. | ian | 2012-11-10 | 1 | -3/+14 |
* | 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 | 11 | -19/+22 |
* | compiler, runtime: Memcmp routine returns intgo. | ian | 2012-11-06 | 3 | -13/+36 |
* | runtime: provide initcontext and fixcontext for NetBSD | ian | 2012-11-05 | 1 | -1/+23 |
* | os: support more OSes | ian | 2012-11-05 | 4 | -1/+87 |
* | 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 |