index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
runtime
/
386
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-88
/
+165
2011-02-18
Imported Upstream version 2011.02.15
upstream/2011.02.15
Ondřej Surý
1
-0
/
+8
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-9
/
+10
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
5
-66
/
+60
2010-04-09
Library support for cgo export.
Ian Lance Taylor
1
-1
/
+38
2010-04-05
runtime: various arm fixes
Russ Cox
2
-0
/
+7
2010-03-31
runtime: make type assertion a runtime.Error, the first of many
Russ Cox
1
-14
/
+0
2010-03-30
gc: add panic and recover (still unimplemented in runtime)
Russ Cox
1
-7
/
+20
2010-03-29
runtime: run deferred calls at Goexit
Russ Cox
1
-6
/
+6
2010-03-23
runtime: add Callers
Russ Cox
1
-149
/
+0
2010-01-25
in C and asm, replace pkg·name with ·name
Russ Cox
4
-15
/
+15
2010-01-13
runtime: reset DF flag after running external code on 386
Russ Cox
1
-0
/
+4
2010-01-06
Ported runtime to Windows.
Hector Chu
1
-18
/
+49
2009-12-08
Fix stack on FreeBSD / add stack check across the board
Devon H. O'Dell
1
-0
/
+11
2009-12-03
runtime: fix Caller crash on 386.
Russ Cox
1
-2
/
+2
2009-11-18
bugs in memmove:
Rob Pike
1
-2
/
+3
2009-11-18
Remove unnecessary execute bits.
William Josephson
2
-0
/
+0
2009-11-17
copy tweaks
Russ Cox
1
-0
/
+90
2009-11-15
runtime: avoid crash in Caller
Russ Cox
1
-1
/
+1
2009-10-15
rename sys functions to runtime,
Russ Cox
4
-14
/
+14
2009-10-12
stack overflow debugging and fix.
Russ Cox
1
-2
/
+12
2009-10-03
8c, 8l dynamic loading support.
Russ Cox
1
-8
/
+32
2009-09-22
changes to accommodate nacl:
Russ Cox
2
-6
/
+6
2009-09-21
convert 386 to use %gs instead of %fs for extern register.
Russ Cox
1
-3
/
+3
2009-08-31
use correct pc for printing fn+%#x in tracebacks
Russ Cox
1
-5
/
+6
2009-08-14
Account for CALL instructions before looking up the function
Austin Clements
1
-3
/
+3
2009-08-13
Don't try to account for CALL instruction in 0th frame.
Austin Clements
1
-2
/
+3
2009-07-28
make every func literal expression allocate,
Russ Cox
1
-29
/
+32
2009-07-08
reflection for functions
Russ Cox
1
-0
/
+42
2009-06-17
update 386 to new runtime (CL 30381)
Russ Cox
2
-69
/
+109
2009-06-09
mv src/lib to src/pkg
Rob Pike
5
-0
/
+1332