Age | Commit message (Expand) | Author | Files | Lines |
2013-11-06 | libgo: Update to October 24 version of master library. | Ian Lance Taylor | 1 | -39/+62 |
2013-09-03 | compiler, runtime: Use runtime functions to pass closure value. | Ian Lance Taylor | 1 | -0/+4 |
2013-07-23 | runtime: Support cgo callbacks from threads started by C. | Ian Lance Taylor | 1 | -0/+4 |
2013-07-16 | libgo: Update to Go 1.1.1. | Ian Lance Taylor | 1 | -80/+175 |
2013-06-18 | compiler, runtime: Use function descriptors. | Ian Lance Taylor | 1 | -3/+9 |
2013-01-30 | runtime: In backtraces, get inline functions, skip split-stack fns. | Ian Lance Taylor | 1 | -3/+16 |
2013-01-30 | libgo: Update Go library to master revision 15502/229081515358. | Ian Lance Taylor | 1 | -2/+4 |
2013-01-29 | libgo: Update Go library to master revision 15489/921e53d4863c. | Ian Lance Taylor | 1 | -4/+13 |
2013-01-24 | re PR go/46986 (Go is not supported on Darwin) | Ian Lance Taylor | 1 | -10/+14 |
2012-12-22 | libgo: Update to revision 15193:6fdc1974457c of master library. | Ian Lance Taylor | 1 | -3/+0 |
2012-11-21 | libgo: Update to current version of master library. | Ian Lance Taylor | 1 | -5/+16 |
2012-11-17 | runtime: Fix use of __atomic_compare_exchange_n: not weak, consistent. | Ian Lance Taylor | 1 | -1/+1 |
2012-11-06 | compiler, runtime: Size of int is now 64 bits on x86_64. | Ian Lance Taylor | 1 | -2/+2 |
2012-11-06 | compiler, libgo: Fixes to prepare for 64-bit int. | Ian Lance Taylor | 1 | -2/+2 |
2012-11-01 | compiler, runtime: More steps toward separating int and intgo. | Ian Lance Taylor | 1 | -4/+7 |
2012-10-23 | libgo: Update to current sources. | Ian Lance Taylor | 1 | -12/+104 |
2012-10-05 | runtime: Use argv[0] to get executable name for backtrace. | Ian Lance Taylor | 1 | -0/+1 |
2012-09-28 | libgo: Use libbacktrace rather than debug/elf registration. | Ian Lance Taylor | 1 | -1/+3 |
2012-08-07 | runtime: support NumCPU() on more platforms Added support for Solaris, Irix, ... | Ian Lance Taylor | 1 | -0/+2 |
2012-07-26 | runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it. | Ian Lance Taylor | 1 | -1/+1 |
2012-06-04 | runtime: Better SWIG interface for allocating Go memory from C/C++. | Ian Lance Taylor | 1 | -0/+4 |
2012-05-25 | runtime: More efficient implementation of trampolines. | Ian Lance Taylor | 1 | -0/+1 |
2012-05-24 | runtime: Make runtime.Stack actually work. | Ian Lance Taylor | 1 | -1/+4 |
2012-05-24 | runtime: Copy runtime_printf from other Go library. | Ian Lance Taylor | 1 | -2/+34 |
2012-05-22 | runtime: Use getcontext, not setjmp, to save regs for GC. | Ian Lance Taylor | 1 | -2/+1 |
2012-05-17 | runtime: Print stack trace on panic or signal. | Ian Lance Taylor | 1 | -3/+14 |
2012-05-14 | libgo: Use -fgo-pkgpath. | Ian Lance Taylor | 1 | -8/+8 |
2012-04-20 | runtime: Ignore stack sizes when deciding when to GC. | Ian Lance Taylor | 1 | -0/+5 |
2012-03-30 | libgo: Update to weekly.2012-03-13. | Ian Lance Taylor | 1 | -2/+0 |
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 | 1 | -0/+9 |
2012-03-06 | libgo: Update to weekly.2012-03-04 release. | Ian Lance Taylor | 1 | -0/+15 |
2012-03-02 | libgo: Update to weekly.2012-02-22 release. | Ian Lance Taylor | 1 | -5/+13 |
2012-03-02 | libgo: Update to weekly.2012-02-14 release. | Ian Lance Taylor | 1 | -22/+55 |
2012-02-28 | runtime: Call exit rather than _exit. | Ian Lance Taylor | 1 | -1/+1 |
2012-02-09 | libgo: Update to weekly.2012-02-07. | Ian Lance Taylor | 1 | -0/+1 |
2012-01-25 | libgo: Update to weekly.2012-01-15. | Ian Lance Taylor | 1 | -0/+1 |
2012-01-13 | libgo: Update to weekly.2011-12-22. | Ian Lance Taylor | 1 | -5/+9 |
2012-01-12 | libgo: Update to weekly.2011-12-14. | Ian Lance Taylor | 1 | -1/+2 |
2011-12-21 | runtime: Catch signals on altstack, disable splitstack signal blocking. | Ian Lance Taylor | 1 | -1/+16 |
2011-12-20 | libgo/runtime: Don't define _GNU_SOURCE in source code. | Ian Lance Taylor | 1 | -1/+0 |
2011-12-12 | libgo: Update to weekly.2011-11-18. | Ian Lance Taylor | 1 | -0/+38 |
2011-12-02 | libgo: Update to weekly.2011-11-01. | Ian Lance Taylor | 1 | -2/+6 |
2011-12-01 | runtime: Remove temporary runtime_cond_wait function. | Ian Lance Taylor | 1 | -3/+0 |
2011-12-01 | compiler/runtime: Copy channel implementation from master library. | Ian Lance Taylor | 1 | -3/+5 |
2011-11-30 | runtime: Copy runtime_panicstring from master library. | Ian Lance Taylor | 1 | -1/+13 |
2011-11-28 | runtime: Multiplex goroutines onto OS threads. | Ian Lance Taylor | 1 | -39/+71 |
2011-11-22 | runtime: New lock/note implementation. | Ian Lance Taylor | 1 | -31/+54 |
2011-11-14 | runtime: Use some of 6g runtime.c for easier merging. | Ian Lance Taylor | 1 | -6/+38 |
2011-11-11 | Introduce G structure and thread-local global g. | Ian Lance Taylor | 1 | -2/+33 |