Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: change top-most return PC from goexit to goexit+PCQuantum | Russ Cox | 2014-10-29 | 1 | -0/+6 |
* | runtime: warn that cputicks() might not be monotonic. | Keith Randall | 2014-10-21 | 1 | -7/+0 |
* | runtime: remove hand-generated ptr bitmaps for reflectcall | Russ Cox | 2014-10-15 | 1 | -45/+32 |
* | runtime: change Windows M.thread from void* to uintptr | Russ Cox | 2014-10-07 | 1 | -0/+3 |
* | cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects | Russ Cox | 2014-09-24 | 1 | -2/+0 |
* | runtime: stop scanning stack frames/args conservatively | Russ Cox | 2014-09-12 | 1 | -5/+1 |
* | runtime: allow crash from gsignal stack | Russ Cox | 2014-09-11 | 1 | -0/+17 |
* | runtime: more cleanups | Keith Randall | 2014-09-09 | 1 | -3/+0 |
* | runtime: fix build failures after CL 137410043 | Russ Cox | 2014-09-09 | 1 | -1/+1 |
* | runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames | Russ Cox | 2014-09-09 | 1 | -152/+15 |
* | runtime: a few cleanups. | Keith Randall | 2014-09-08 | 1 | -2/+2 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+1227 |