| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: Remove now unnecessary pad field from ParFor. | ian | 2015-10-31 | 1 | -7/+5 |
* | runtime: Support -buildmode=c-shared. | ian | 2015-04-29 | 1 | -0/+9 |
* | compiler, reflect, runtime: Use static chain for closures. | ian | 2015-01-16 | 1 | -4/+0 |
* | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | ian | 2015-01-15 | 1 | -3/+2 |
* | compiler: Add precise type information on the heap. | ian | 2014-09-03 | 1 | -1/+1 |
* | reflect, runtime: Use libffi closures to implement reflect.MakeFunc. | ian | 2014-07-19 | 1 | -1/+1 |
* | libgo: Update to Go 1.3 release. | ian | 2014-07-19 | 1 | -7/+43 |
* | runtime: Merge master revision 19185. | ian | 2014-07-12 | 1 | -5/+6 |
* | libgo: Merge to master revision 19184. | ian | 2014-06-06 | 1 | -31/+51 |
* | libgo: Merge from revision 18783:00cce3a34d7e of master library. | ian | 2014-06-04 | 1 | -1/+6 |
* | runtime: fix misc gcc-isms and undefined behavior | ian | 2014-05-28 | 1 | -1/+2 |
* | runtime: Fix prototype and one use of runtime_traceback. | ian | 2013-12-03 | 1 | -1/+1 |
* | libgo: Avoid some cases of getting callers recursively. | ian | 2013-12-01 | 1 | -0/+1 |
* | libgo: Update to October 24 version of master library. | ian | 2013-11-06 | 1 | -39/+62 |
* | compiler, runtime: Use runtime functions to pass closure value. | ian | 2013-09-03 | 1 | -0/+4 |
* | runtime: Support cgo callbacks from threads started by C. | ian | 2013-07-23 | 1 | -0/+4 |
* | libgo: Update to Go 1.1.1. | ian | 2013-07-16 | 1 | -80/+175 |
* | compiler, runtime: Use function descriptors. | ian | 2013-06-18 | 1 | -3/+9 |
* | runtime: In backtraces, get inline functions, skip split-stack fns. | ian | 2013-01-30 | 1 | -3/+16 |
* | libgo: Update Go library to master revision 15502/229081515358. | ian | 2013-01-30 | 1 | -2/+4 |
* | libgo: Update Go library to master revision 15489/921e53d4863c. | ian | 2013-01-29 | 1 | -4/+13 |
* | PR go/46986 | ian | 2013-01-24 | 1 | -10/+14 |
* | libgo: Update to revision 15193:6fdc1974457c of master library. | ian | 2012-12-22 | 1 | -3/+0 |
* | libgo: Update to current version of master library. | ian | 2012-11-21 | 1 | -5/+16 |
* | runtime: Fix use of __atomic_compare_exchange_n: not weak, consistent. | ian | 2012-11-17 | 1 | -1/+1 |
* | compiler, runtime: Size of int is now 64 bits on x86_64. | ian | 2012-11-06 | 1 | -2/+2 |
* | compiler, libgo: Fixes to prepare for 64-bit int. | ian | 2012-11-06 | 1 | -2/+2 |
* | compiler, runtime: More steps toward separating int and intgo. | ian | 2012-11-01 | 1 | -4/+7 |
* | libgo: Update to current sources. | ian | 2012-10-23 | 1 | -12/+104 |
* | runtime: Use argv[0] to get executable name for backtrace. | ian | 2012-10-05 | 1 | -0/+1 |
* | libgo: Use libbacktrace rather than debug/elf registration. | ian | 2012-09-28 | 1 | -1/+3 |
* | runtime: support NumCPU() on more platforms | ian | 2012-08-07 | 1 | -0/+2 |
* | runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it. | ian | 2012-07-26 | 1 | -1/+1 |
* | runtime: Better SWIG interface for allocating Go memory from C/C++. | ian | 2012-06-04 | 1 | -0/+4 |
* | runtime: More efficient implementation of trampolines. | ian | 2012-05-25 | 1 | -0/+1 |
* | runtime: Make runtime.Stack actually work. | ian | 2012-05-24 | 1 | -1/+4 |
* | runtime: Copy runtime_printf from other Go library. | ian | 2012-05-24 | 1 | -2/+34 |
* | runtime: Use getcontext, not setjmp, to save regs for GC. | ian | 2012-05-22 | 1 | -2/+1 |
* | runtime: Print stack trace on panic or signal. | ian | 2012-05-17 | 1 | -3/+14 |
* | libgo: Use -fgo-pkgpath. | ian | 2012-05-14 | 1 | -8/+8 |
* | runtime: Ignore stack sizes when deciding when to GC. | ian | 2012-04-20 | 1 | -0/+5 |
* | libgo: Update to weekly.2012-03-13. | ian | 2012-03-30 | 1 | -2/+0 |
* | 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 | 1 | -0/+9 |
* | libgo: Update to weekly.2012-03-04 release. | ian | 2012-03-06 | 1 | -0/+15 |
* | libgo: Update to weekly.2012-02-22 release. | ian | 2012-03-02 | 1 | -5/+13 |
* | libgo: Update to weekly.2012-02-14 release. | ian | 2012-03-02 | 1 | -22/+55 |
* | runtime: Call exit rather than _exit. | ian | 2012-02-28 | 1 | -1/+1 |
* | libgo: Update to weekly.2012-02-07. | ian | 2012-02-09 | 1 | -0/+1 |
* | libgo: Update to weekly.2012-01-15. | ian | 2012-01-25 | 1 | -0/+1 |