| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex... | Elias Naur | 2013-08-14 | 1 | -5/+0 |
* | runtime: change textflags from numbers to symbols | Keith Randall | 2013-08-12 | 1 | -1/+2 |
* | runtime: Use old reflect.call implementation from cgo. | Keith Randall | 2013-08-05 | 1 | -1/+1 |
* | runtime: remove unused scheduler knob | Dmitriy Vyukov | 2013-08-04 | 1 | -14/+1 |
* | runtime: do not split stacks in syscall status | Dmitriy Vyukov | 2013-07-29 | 1 | -13/+28 |
* | runtime: more cgocallback_gofunc work | Russ Cox | 2013-07-24 | 1 | -1/+18 |
* | runtime: reduce frame size for runtime.cgocallback_gofunc | Russ Cox | 2013-07-23 | 1 | -4/+19 |
* | runtime: detect deadlocks in programs using cgo | Dmitriy Vyukov | 2013-05-22 | 1 | -0/+4 |
* | net: band-aid for windows network poller | Dmitriy Vyukov | 2013-03-25 | 1 | -1/+14 |
* | runtime: clear locked bit when goroutine exits | Russ Cox | 2013-03-08 | 1 | -7/+13 |
* | cmd/ld: host linking support for linux/amd64 | Russ Cox | 2013-03-07 | 1 | -0/+6 |
* | runtime/cgo: make symbol naming consistent | Russ Cox | 2013-02-28 | 1 | -3/+3 |
* | runtime: add cgocallback_gofunc that can call Go func value | Russ Cox | 2013-02-22 | 1 | -5/+3 |
* | cmd/gc, reflect, runtime: switch to indirect func value representation | Russ Cox | 2013-02-21 | 1 | -6/+12 |
* | runtime: allow cgo callbacks on non-Go threads | Russ Cox | 2013-02-20 | 1 | -0/+5 |
* | runtime: cgo-related fixes | Russ Cox | 2013-02-01 | 1 | -29/+13 |
* | runtime: zero d.free field | Russ Cox | 2012-12-22 | 1 | -0/+2 |
* | runtime: aggregate defer allocations | Russ Cox | 2012-12-22 | 1 | -4/+4 |
* | runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to ... | Jingcheng Zhang | 2012-12-19 | 1 | -4/+4 |
* | runtime, runtime/cgo: track memory allocated by non-Go code | Ian Lance Taylor | 2012-11-10 | 1 | -0/+10 |
* | race: runtime changes | Dmitriy Vyukov | 2012-10-07 | 1 | -0/+24 |
* | runtime: update field types in preparation for GC changes | Jan Ziak | 2012-05-30 | 1 | -1/+1 |
* | runtime: cgo support for Linux/ARM | Shenghou Ma | 2012-05-04 | 1 | -0/+6 |
* | runtime: rename Cgocalls and Goroutines to NumCgoCall and NumGoroutine, respe... | David Symonds | 2012-02-17 | 1 | -1/+1 |
* | runtime: update out-of-date comment | Shenghou Ma | 2012-01-22 | 1 | -2/+2 |
* | runtime: make more build-friendly | Russ Cox | 2011-12-16 | 1 | -1/+1 |
* | runtime: use cgo runtime functions to call windows syscalls | Alex Brainman | 2011-08-27 | 1 | -1/+1 |
* | runtime: speed up cgo calls | Alex Brainman | 2011-08-18 | 1 | -23/+21 |
* | runtime: replace centralized ncgocall counter with a distributed one | Dmitriy Vyukov | 2011-07-21 | 1 | -3/+6 |
* | runtime: scheduler, cgo reorganization | Russ Cox | 2011-03-07 | 1 | -45/+174 |
* | ld: detect stack overflow due to NOSPLIT | Russ Cox | 2011-02-22 | 1 | -1/+2 |
* | runtime: take the callback return value from the stack | Hector Chu | 2011-02-10 | 1 | -6/+3 |
* | windows: multiple improvements and cleanups | Hector Chu | 2011-02-01 | 1 | -3/+6 |
* | runtime/cgo: runtime changes for new cgo | Russ Cox | 2010-12-08 | 1 | -2/+5 |
* | runtime: ,s/[a-zA-Z0-9_]+/runtime?&/g, almost | Russ Cox | 2010-11-04 | 1 | -20/+20 |
* | cgo: bug fixes | Russ Cox | 2010-09-21 | 1 | -3/+4 |
* | Library support for cgo export. | Ian Lance Taylor | 2010-04-09 | 1 | -0/+50 |
* | in C and asm, replace pkg?name with ?name | Russ Cox | 2010-01-25 | 1 | -5/+5 |
* | rename sys functions to runtime, | Russ Cox | 2009-10-15 | 1 | -4/+4 |
* | stack overflow debugging and fix. | Russ Cox | 2009-10-12 | 1 | -4/+1 |
* | 8c, 8l dynamic loading support. | Russ Cox | 2009-10-03 | 1 | -25/+18 |
* | cgo checkpoint. | Russ Cox | 2009-09-24 | 1 | -0/+23 |
* | checkpoint & test (pidigits) before trying to automate. | Russ Cox | 2009-08-25 | 1 | -0/+11 |
* | start of FFI support, and a demo. | Russ Cox | 2009-08-24 | 1 | -0/+38 |