aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/runtime.h
AgeCommit message (Expand)Author
2016-02-12 runtime: For c-archive/c-shared, install signal handlers synchronously.ian
2016-02-10 PR go/69511ian
2016-02-09 PR go/69537ian
2016-02-03 libgo: Update to go1.6rc1.ian
2015-10-31 runtime: Remove now unnecessary pad field from ParFor.ian
2015-04-29runtime: Support -buildmode=c-shared.ian
2015-01-16compiler, reflect, runtime: Use static chain for closures.ian
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian
2014-09-03compiler: Add precise type information on the heap.ian
2014-07-19reflect, runtime: Use libffi closures to implement reflect.MakeFunc.ian
2014-07-19libgo: Update to Go 1.3 release.ian
2014-07-12runtime: Merge master revision 19185.ian
2014-06-06libgo: Merge to master revision 19184.ian
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.ian
2014-05-28runtime: fix misc gcc-isms and undefined behaviorian
2013-12-03runtime: Fix prototype and one use of runtime_traceback.ian
2013-12-01libgo: Avoid some cases of getting callers recursively.ian
2013-11-06libgo: Update to October 24 version of master library.ian
2013-09-03compiler, runtime: Use runtime functions to pass closure value.ian
2013-07-23runtime: Support cgo callbacks from threads started by C.ian
2013-07-16libgo: Update to Go 1.1.1.ian
2013-06-18compiler, runtime: Use function descriptors.ian
2013-01-30runtime: In backtraces, get inline functions, skip split-stack fns.ian
2013-01-30libgo: Update Go library to master revision 15502/229081515358.ian
2013-01-29libgo: Update Go library to master revision 15489/921e53d4863c.ian
2013-01-24 PR go/46986ian
2012-12-22libgo: Update to revision 15193:6fdc1974457c of master library.ian
2012-11-21libgo: Update to current version of master library.ian
2012-11-17runtime: Fix use of __atomic_compare_exchange_n: not weak, consistent.ian
2012-11-06compiler, runtime: Size of int is now 64 bits on x86_64.ian
2012-11-06compiler, libgo: Fixes to prepare for 64-bit int.ian
2012-11-01compiler, runtime: More steps toward separating int and intgo.ian
2012-10-23libgo: Update to current sources.ian
2012-10-05runtime: Use argv[0] to get executable name for backtrace.ian
2012-09-28libgo: Use libbacktrace rather than debug/elf registration.ian
2012-08-07runtime: support NumCPU() on more platformsian
2012-07-26runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.ian
2012-06-04runtime: Better SWIG interface for allocating Go memory from C/C++.ian
2012-05-25runtime: More efficient implementation of trampolines.ian
2012-05-24runtime: Make runtime.Stack actually work.ian
2012-05-24runtime: Copy runtime_printf from other Go library.ian
2012-05-22runtime: Use getcontext, not setjmp, to save regs for GC.ian
2012-05-17runtime: Print stack trace on panic or signal.ian
2012-05-14libgo: Use -fgo-pkgpath.ian
2012-04-20runtime: Ignore stack sizes when deciding when to GC.ian
2012-03-30libgo: Update to weekly.2012-03-13.ian
2012-03-13libgo: Export {enter,exit}syscall and use it for getaddrinfo.ian
2012-03-07libgo: Implement and use runtime.Caller, runtime.Func.FileLine.ian
2012-03-06libgo: Update to weekly.2012-03-04 release.ian
2012-03-02libgo: Update to weekly.2012-02-22 release.ian