Age | Commit message (Expand) | Author | Files | Lines |
2012-03-30 | libgo: Update to weekly.2012-03-27 aka go1 release. | Ian Lance Taylor | 1 | -0/+19 |
2012-03-30 | libgo: Update to weekly.2012-03-22. | Ian Lance Taylor | 2 | -5/+8 |
2012-03-30 | libgo: Update to weekly.2012-03-13. | Ian Lance Taylor | 3 | -4/+24 |
2012-03-13 | libgo: Export {enter,exit}syscall and use it for getaddrinfo. | Ian Lance Taylor | 1 | -2/+2 |
2012-03-07 | libgo: Implement and use runtime.Caller, runtime.Func.FileLine. | Ian Lance Taylor | 5 | -39/+130 |
2012-03-06 | libgo: Update to weekly.2012-03-04 release. | Ian Lance Taylor | 11 | -20/+119 |
2012-03-05 | runtime: Implement runtime.Callers. | Ian Lance Taylor | 1 | -0/+9 |
2012-03-05 | re PR go/52342 (64-bit go.test/test/chan/doubleselect.go times out on Solaris... | Ian Lance Taylor | 1 | -1/+6 |
2012-03-02 | runtime: Add type casts to fix Solaris build. | Ian Lance Taylor | 1 | -2/+2 |
2012-03-02 | libgo: Update to weekly.2012-02-22 release. | Ian Lance Taylor | 9 | -60/+288 |
2012-03-02 | libgo: Update to weekly.2012-02-14 release. | Ian Lance Taylor | 21 | -518/+449 |
2012-02-29 | syscall: Fill out GNU/Linux support. | Ian Lance Taylor | 1 | -0/+21 |
2012-02-28 | runtime: Call exit rather than _exit. | Ian Lance Taylor | 1 | -1/+1 |
2012-02-25 | runtime: Fix typo in go-nosys.c. | Ian Lance Taylor | 1 | -1/+1 |
2012-02-18 | libgo: Add mount flags, fallocate, statfs. | Ian Lance Taylor | 1 | -0/+12 |
2012-02-15 | runtime: Support broken makecontext on Solaris 8/9. | Ian Lance Taylor | 1 | -0/+3 |
2012-02-14 | re PR go/48407 (libgo/configure --without-libffi doesn't work) | Ian Lance Taylor | 1 | -1/+22 |
2012-02-14 | re PR go/48501 (64bit-out.go, select5-out.go, tmp.go compilation times out) | Ian Lance Taylor | 1 | -1/+4 |
2012-02-14 | re PR go/50654 (Many Go tests fail on emutls targets) | Ian Lance Taylor | 1 | -12/+31 |
2012-02-12 | re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined referen... | Ian Lance Taylor | 1 | -1/+58 |
2012-02-11 | runtime: Handle FFI promoting result types. | Ian Lance Taylor | 1 | -1/+99 |
2012-02-11 | runtime: Tweak __go_can_recover for SPARC. | Ian Lance Taylor | 1 | -0/+8 |
2012-02-11 | runtime: Fix chan code for big-endian strict-alignment systems | Ian Lance Taylor | 1 | -8/+23 |
2012-02-10 | runtime: For g0 set stack_size to 0 when not -fsplit-stack. | Ian Lance Taylor | 1 | -1/+5 |
2012-02-10 | runtime: Save all registers on stack for GC scan. | Ian Lance Taylor | 1 | -0/+4 |
2012-02-10 | runtime: Use __builtin_{inf,nan} rather than INFINITY/NAN. | Ian Lance Taylor | 1 | -6/+6 |
2012-02-09 | libgo: Update to weekly.2012-02-07. | Ian Lance Taylor | 5 | -5/+20 |
2012-02-08 | runtime: Add matherr function when appropriate. | Ian Lance Taylor | 1 | -0/+88 |
2012-02-08 | compiler, runtime: Check make int64 args for overflow. | Ian Lance Taylor | 3 | -0/+44 |
2012-02-08 | runtime: System-specific hack fix for x86_64 Solaris 10. | Ian Lance Taylor | 1 | -0/+55 |
2012-02-02 | runtime: Correct ENOSYS functions. | Ian Lance Taylor | 1 | -16/+32 |
2012-01-27 | libgo: Fix merge errors shown on Solaris. | Ian Lance Taylor | 2 | -2/+8 |
2012-01-26 | libgo: Build stubs for some syscall functions not on older systems. | Ian Lance Taylor | 1 | -0/+192 |
2012-01-25 | libgo: Update to weekly.2012-01-15. | Ian Lance Taylor | 7 | -61/+40 |
2012-01-21 | runtime: Make builtin print exactly match gc builtin print. | Ian Lance Taylor | 1 | -10/+87 |
2012-01-17 | libgo: Solaris and Irix compatibility patches. | Ian Lance Taylor | 3 | -4/+8 |
2012-01-13 | libgo: Update to weekly.2011-12-22. | Ian Lance Taylor | 6 | -12/+24 |
2012-01-12 | libgo: Update to weekly.2011-12-14. | Ian Lance Taylor | 2 | -4/+5 |
2012-01-06 | compiler, runtime: Implement struct and array comparisons. | Ian Lance Taylor | 8 | -48/+272 |
2011-12-22 | runtime: Fix missing USING_SPLIT_STACK ifdef. | Ian Lance Taylor | 1 | -1/+5 |
2011-12-21 | runtime: Catch signals on altstack, disable splitstack signal blocking. | Ian Lance Taylor | 6 | -133/+340 |
2011-12-20 | libgo/runtime: Don't define _GNU_SOURCE in source code. | Ian Lance Taylor | 2 | -3/+0 |
2011-12-13 | runtime: RTEMS build fixes. | Ian Lance Taylor | 2 | -0/+7 |
2011-12-13 | libgo: Update to weekly.2011-12-02. | Ian Lance Taylor | 3 | -9/+36 |
2011-12-12 | libgo: Update to weekly.2011-11-18. | Ian Lance Taylor | 7 | -18/+312 |
2011-12-09 | runtime: make print() built-in write to stderr. | Ian Lance Taylor | 1 | -12/+12 |
2011-12-07 | libgo: Add back tests of syscall time. | Ian Lance Taylor | 1 | -0/+31 |
2011-12-07 | libgo: Update to weekly 2011-11-09. | Ian Lance Taylor | 1 | -0/+13 |
2011-12-02 | libgo: Update to weekly.2011-11-01. | Ian Lance Taylor | 3 | -39/+57 |
2011-12-01 | runtime: Remove temporary runtime_cond_wait function. | Ian Lance Taylor | 2 | -27/+0 |