Age | Commit message (Expand) | Author | Files | Lines |
2012-07-23 | runtime: correct a logic error in hashmap growth. | Ian Lance Taylor | 1 | -2/+2 |
2012-06-25 | libgo: Update to Go 1.0.2 release. | Ian Lance Taylor | 4 | -5/+10 |
2012-06-07 | runtime: Fix printing of names in stack dumps. | Ian Lance Taylor | 1 | -2/+2 |
2012-06-07 | runtime: Use dl_iterate_phdr to get TLS size. | Ian Lance Taylor | 1 | -31/+58 |
2012-06-05 | runtime: Comment out code adding TLS size to stack size. | Ian Lance Taylor | 1 | -0/+2 |
2012-06-05 | runtime: Fix call to _dl_get_tls_static_info for i386. | Ian Lance Taylor | 1 | -1/+26 |
2012-06-04 | runtime: Better SWIG interface for allocating Go memory from C/C++. | Ian Lance Taylor | 2 | -3/+143 |
2012-05-25 | runtime: More efficient implementation of trampolines. | Ian Lance Taylor | 3 | -26/+88 |
2012-05-25 | runtime: Fix cast error in print.c on 32-bit systems. | Ian Lance Taylor | 1 | -1/+1 |
2012-05-24 | runtime: Make runtime.Stack actually work. | Ian Lance Taylor | 4 | -66/+61 |
2012-05-24 | runtime: Correct definition of __go_file_line to match declaration. | Ian Lance Taylor | 1 | -1/+1 |
2012-05-24 | runtime: Copy runtime_printf from other Go library. | Ian Lance Taylor | 1 | -0/+310 |
2012-05-24 | runtime: Copy runtime_printf from other Go library. | Ian Lance Taylor | 11 | -180/+91 |
2012-05-22 | runtime: Tweak runtime.Callers for Go 1 compatibility. | Ian Lance Taylor | 1 | -1/+4 |
2012-05-22 | runtime: Use getcontext, not setjmp, to save regs for GC. | Ian Lance Taylor | 2 | -7/+4 |
2012-05-17 | runtime: Print stack trace on panic or signal. | Ian Lance Taylor | 6 | -35/+225 |
2012-05-15 | runtime: Make all variables used across getcontext volatile. | Ian Lance Taylor | 1 | -10/+17 |
2012-05-14 | libgo: Use -fgo-pkgpath. | Ian Lance Taylor | 21 | -55/+66 |
2012-04-27 | re PR go/52358 (math FAILs on Solaris 8 and 9) | Ian Lance Taylor | 1 | -0/+114 |
2012-04-27 | runtime: Correct syscall.Setenv for systems that don't have setenv. | Ian Lance Taylor | 1 | -1/+1 |
2012-04-20 | compiler, runtime: Add explicit checks for zero and overflow division. | Ian Lance Taylor | 1 | -1/+7 |
2012-04-20 | runtime: Ignore stack sizes when deciding when to GC. | Ian Lance Taylor | 4 | -3/+19 |
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 |