| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | libgo: Update to weekly.2012-03-22. | ian | 2012-03-30 | 2 | -5/+8 |
* | libgo: Update to weekly.2012-03-13. | ian | 2012-03-30 | 3 | -4/+24 |
* | libgo: Export {enter,exit}syscall and use it for getaddrinfo. | ian | 2012-03-13 | 1 | -2/+2 |
* | libgo: Implement and use runtime.Caller, runtime.Func.FileLine. | ian | 2012-03-07 | 5 | -39/+130 |
* | libgo: Update to weekly.2012-03-04 release. | ian | 2012-03-06 | 11 | -20/+119 |
* | runtime: Implement runtime.Callers. | ian | 2012-03-05 | 1 | -0/+9 |
* | PR go/52342 | ian | 2012-03-05 | 1 | -1/+6 |
* | runtime: Add type casts to fix Solaris build. | ian | 2012-03-02 | 1 | -2/+2 |
* | libgo: Update to weekly.2012-02-22 release. | ian | 2012-03-02 | 9 | -60/+288 |
* | libgo: Update to weekly.2012-02-14 release. | ian | 2012-03-02 | 21 | -518/+449 |
* | syscall: Fill out GNU/Linux support. | ian | 2012-02-29 | 1 | -0/+21 |
* | runtime: Call exit rather than _exit. | ian | 2012-02-28 | 1 | -1/+1 |
* | runtime: Fix typo in go-nosys.c. | ian | 2012-02-25 | 1 | -1/+1 |
* | libgo: Add mount flags, fallocate, statfs. | ian | 2012-02-18 | 1 | -0/+12 |
* | runtime: Support broken makecontext on Solaris 8/9. | ian | 2012-02-15 | 1 | -0/+3 |
* | PR go/48407 | ian | 2012-02-14 | 1 | -1/+22 |
* | PR go/48501 | ian | 2012-02-14 | 1 | -1/+4 |
* | PR go/50654 | ian | 2012-02-14 | 1 | -12/+31 |
* | PR go/52084 | ian | 2012-02-12 | 1 | -1/+58 |
* | runtime: Handle FFI promoting result types. | ian | 2012-02-11 | 1 | -1/+99 |
* | runtime: Tweak __go_can_recover for SPARC. | ian | 2012-02-11 | 1 | -0/+8 |
* | runtime: Fix chan code for big-endian strict-alignment systems | ian | 2012-02-11 | 1 | -8/+23 |
* | runtime: For g0 set stack_size to 0 when not -fsplit-stack. | ian | 2012-02-10 | 1 | -1/+5 |
* | runtime: Save all registers on stack for GC scan. | ian | 2012-02-10 | 1 | -0/+4 |
* | runtime: Use __builtin_{inf,nan} rather than INFINITY/NAN. | ian | 2012-02-10 | 1 | -6/+6 |
* | libgo: Update to weekly.2012-02-07. | ian | 2012-02-09 | 5 | -5/+20 |
* | runtime: Add matherr function when appropriate. | ian | 2012-02-08 | 1 | -0/+88 |
* | compiler, runtime: Check make int64 args for overflow. | ian | 2012-02-08 | 3 | -0/+44 |
* | runtime: System-specific hack fix for x86_64 Solaris 10. | ian | 2012-02-08 | 1 | -0/+55 |
* | runtime: Correct ENOSYS functions. | ian | 2012-02-02 | 1 | -16/+32 |
* | libgo: Fix merge errors shown on Solaris. | ian | 2012-01-27 | 2 | -2/+8 |
* | libgo: Build stubs for some syscall functions not on older systems. | ian | 2012-01-26 | 1 | -0/+192 |
* | libgo: Update to weekly.2012-01-15. | ian | 2012-01-25 | 7 | -61/+40 |
* | runtime: Make builtin print exactly match gc builtin print. | ian | 2012-01-21 | 1 | -10/+87 |
* | libgo: Solaris and Irix compatibility patches. | ian | 2012-01-17 | 3 | -4/+8 |
* | libgo: Update to weekly.2011-12-22. | ian | 2012-01-13 | 6 | -12/+24 |
* | libgo: Update to weekly.2011-12-14. | ian | 2012-01-12 | 2 | -4/+5 |
* | compiler, runtime: Implement struct and array comparisons. | ian | 2012-01-06 | 8 | -48/+272 |
* | runtime: Fix missing USING_SPLIT_STACK ifdef. | ian | 2011-12-22 | 1 | -1/+5 |
* | runtime: Catch signals on altstack, disable splitstack signal blocking. | ian | 2011-12-21 | 6 | -133/+340 |