Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+213 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -208/+0 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -5/+4 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -1/+36 | |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 1 | -14/+85 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -16/+16 | |
2010-05-21 | runtime: correct tracebacks for nascent goroutines, even closures | Russ Cox | 1 | -1/+6 | |
Fixes issue 780. R=r CC=golang-dev http://codereview.appspot.com/1221042 | |||||
2010-04-05 | runtime: various arm fixes | Russ Cox | 1 | -4/+82 | |
* correct symbol table size * do not reorder functions in output * traceback * signal handling * use same code for go + defer * handle leaf functions in symbol table R=kaib, dpx CC=golang-dev http://codereview.appspot.com/884041 | |||||
2010-03-23 | runtime: add Callers | Russ Cox | 1 | -130/+3 | |
cut copies of traceback from 6 to 1. R=r CC=golang-dev http://codereview.appspot.com/703041 | |||||
2010-01-25 | in C and asm, replace pkg·name with ·name | Russ Cox | 1 | -2/+2 | |
(eliminate assumption of package global name space, make code easier to move between packages). R=r CC=golang-dev http://codereview.appspot.com/194072 | |||||
2009-10-15 | rename sys functions to runtime, | Russ Cox | 1 | -1/+1 | |
because they are in package runtime. another step to enforcing package boundaries. R=r DELTA=732 (114 added, 93 deleted, 525 changed) OCL=35811 CL=35824 | |||||
2009-06-10 | Adding a batch of missing system calls. | Kai Backman | 1 | -0/+147 | |
R=rsc APPROVED=rsc DELTA=1329 (1264 added, 1 deleted, 64 changed) OCL=30040 CL=30158 |