summaryrefslogtreecommitdiff
path: root/libgo/runtime/runtime.h
Commit message (Expand)AuthorAgeFilesLines
* runtime: Support -buildmode=c-shared.ian2015-04-291-0/+9
* compiler, reflect, runtime: Use static chain for closures.ian2015-01-161-4/+0
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian2015-01-151-3/+2
* compiler: Add precise type information on the heap.ian2014-09-031-1/+1
* reflect, runtime: Use libffi closures to implement reflect.MakeFunc.ian2014-07-191-1/+1
* libgo: Update to Go 1.3 release.ian2014-07-191-7/+43
* runtime: Merge master revision 19185.ian2014-07-121-5/+6
* libgo: Merge to master revision 19184.ian2014-06-061-31/+51
* libgo: Merge from revision 18783:00cce3a34d7e of master library.ian2014-06-041-1/+6
* runtime: fix misc gcc-isms and undefined behaviorian2014-05-281-1/+2
* runtime: Fix prototype and one use of runtime_traceback.ian2013-12-031-1/+1
* libgo: Avoid some cases of getting callers recursively.ian2013-12-011-0/+1
* libgo: Update to October 24 version of master library.ian2013-11-061-39/+62
* compiler, runtime: Use runtime functions to pass closure value.ian2013-09-031-0/+4
* runtime: Support cgo callbacks from threads started by C.ian2013-07-231-0/+4
* libgo: Update to Go 1.1.1.ian2013-07-161-80/+175
* compiler, runtime: Use function descriptors.ian2013-06-181-3/+9
* runtime: In backtraces, get inline functions, skip split-stack fns.ian2013-01-301-3/+16
* libgo: Update Go library to master revision 15502/229081515358.ian2013-01-301-2/+4
* libgo: Update Go library to master revision 15489/921e53d4863c.ian2013-01-291-4/+13
* PR go/46986ian2013-01-241-10/+14
* libgo: Update to revision 15193:6fdc1974457c of master library.ian2012-12-221-3/+0
* libgo: Update to current version of master library.ian2012-11-211-5/+16
* runtime: Fix use of __atomic_compare_exchange_n: not weak, consistent.ian2012-11-171-1/+1
* compiler, runtime: Size of int is now 64 bits on x86_64.ian2012-11-061-2/+2
* compiler, libgo: Fixes to prepare for 64-bit int.ian2012-11-061-2/+2
* compiler, runtime: More steps toward separating int and intgo.ian2012-11-011-4/+7
* libgo: Update to current sources.ian2012-10-231-12/+104
* runtime: Use argv[0] to get executable name for backtrace.ian2012-10-051-0/+1
* libgo: Use libbacktrace rather than debug/elf registration.ian2012-09-281-1/+3
* runtime: support NumCPU() on more platformsian2012-08-071-0/+2
* runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.ian2012-07-261-1/+1
* runtime: Better SWIG interface for allocating Go memory from C/C++.ian2012-06-041-0/+4
* runtime: More efficient implementation of trampolines.ian2012-05-251-0/+1
* runtime: Make runtime.Stack actually work.ian2012-05-241-1/+4
* runtime: Copy runtime_printf from other Go library.ian2012-05-241-2/+34
* runtime: Use getcontext, not setjmp, to save regs for GC.ian2012-05-221-2/+1
* runtime: Print stack trace on panic or signal.ian2012-05-171-3/+14
* libgo: Use -fgo-pkgpath.ian2012-05-141-8/+8
* runtime: Ignore stack sizes when deciding when to GC.ian2012-04-201-0/+5
* libgo: Update to weekly.2012-03-13.ian2012-03-301-2/+0
* libgo: Export {enter,exit}syscall and use it for getaddrinfo.ian2012-03-131-2/+2
* libgo: Implement and use runtime.Caller, runtime.Func.FileLine.ian2012-03-071-0/+9
* libgo: Update to weekly.2012-03-04 release.ian2012-03-061-0/+15
* libgo: Update to weekly.2012-02-22 release.ian2012-03-021-5/+13
* libgo: Update to weekly.2012-02-14 release.ian2012-03-021-22/+55
* runtime: Call exit rather than _exit.ian2012-02-281-1/+1
* libgo: Update to weekly.2012-02-07.ian2012-02-091-0/+1
* libgo: Update to weekly.2012-01-15.ian2012-01-251-0/+1
* libgo: Update to weekly.2011-12-22.ian2012-01-131-5/+9