| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler, runtime: Use function descriptors. | ian | 2013-06-18 | 16 | -53/+104 |
* | runtime, testing/quick: libffi doesn't handle complex on Alpha. | ian | 2013-03-01 | 2 | -3/+16 |
* | runtime: Don't block SIGTRAP while creating a new thread. | ian | 2013-02-28 | 1 | -0/+6 |
* | PR go/56171 | ian | 2013-02-20 | 6 | -29/+103 |
* | PR go/56320 | ian | 2013-02-20 | 1 | -3/+4 |
* | runtime: Do not reserve huge amount of swap on 32 bit architectures. | ian | 2013-02-15 | 1 | -1/+9 |
* | PR go/56171 | ian | 2013-02-11 | 5 | -3/+67 |
* | compiler, libgo: Permit testing package when test imports it circularly. | ian | 2013-02-10 | 15 | -255/+68 |
* | PR go/56017 | ian | 2013-02-09 | 2 | -2/+8 |
* | PR go/56017 | ian | 2013-02-09 | 1 | -0/+1 |
* | syscall: Always use _C_int for C libcalls. | ian | 2013-02-08 | 10 | -48/+50 |
* | runtime: Change main in goc2c to return int. | ian | 2013-02-07 | 1 | -1/+1 |
* | PR go/56173 | ian | 2013-02-07 | 1 | -2/+12 |
* | libgo: Correct test for whether to use DejaGNU. | ian | 2013-02-07 | 2 | -2/+2 |
* | PR go/56172 | ian | 2013-02-07 | 1 | -1/+1 |
* | PR go/56172 | ian | 2013-02-06 | 4 | -7/+34 |
* | PR go/56172 | ian | 2013-02-05 | 1 | -1/+1 |
* | PR go/56017 | ian | 2013-02-05 | 5 | -12/+26 |
* | PR go/56171 | ian | 2013-02-02 | 3 | -4/+32 |
* | runtime: Correct handling of runtime.Callers skip parameter. | ian | 2013-02-02 | 1 | -2/+3 |
* | runtime: Correct test for morestack.S. | ian | 2013-02-01 | 1 | -1/+1 |
* | runtime: Recognize morestack.S if there is no function name. | ian | 2013-01-31 | 1 | -1/+12 |
* | runtime: Remove confusion about split stack functions in backtrace. | ian | 2013-01-31 | 1 | -2/+10 |
* | 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 |