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
/
runtime.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-19
Imported Upstream version 1.3
upstream/1.3
Michael Stapelberg
1
-87
/
+33
2013-12-03
Imported Upstream version 1.2
upstream/1.2
Michael Stapelberg
1
-6
/
+81
2013-05-14
Imported Upstream version 1.1
upstream/1.1
Michael Stapelberg
1
-3
/
+25
2013-03-04
Imported Upstream version 1.1~hg20130304
upstream/1.1_hg20130304
Michael Stapelberg
1
-143
/
+73
2012-04-06
Imported Upstream version 1
upstream/1
Ondřej Surý
1
-357
/
+44
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
1
-0
/
+728
2011-09-13
Imported Upstream version 60
Ondřej Surý
1
-590
/
+0
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
1
-8
/
+32
2011-02-18
Imported Upstream version 2011.02.15
upstream/2011.02.15
Ondřej Surý
1
-2
/
+10
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-1
/
+11
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-122
/
+164
2010-06-28
Only catch all signals if os/signal package imported.
Ian Lance Taylor
1
-1
/
+1
2010-05-19
runtime: avoid allocation for fixed strings
Russ Cox
1
-4
/
+4
2010-04-08
runtime: fix build (panic) for FreeBSD
Russ Cox
1
-2
/
+0
2010-04-05
runtime: fix Caller
Russ Cox
1
-1
/
+1
2010-04-05
runtime: various arm fixes
Russ Cox
1
-2
/
+1
2010-04-01
runtime: turn run time errors checks into panics
Russ Cox
1
-26
/
+19
2010-03-31
gc: implement panic and recover
Russ Cox
1
-9
/
+0
2010-03-30
gc: add panic and recover (still unimplemented in runtime)
Russ Cox
1
-5
/
+14
2010-03-24
runtime: malloc sampling, pprof interface
Russ Cox
1
-2
/
+9
2010-03-23
runtime: add Callers
Russ Cox
1
-0
/
+26
2010-03-16
runtime: add GOROOT and Version
Russ Cox
1
-0
/
+9
2010-02-08
runtime: instrument malloc + garbage collector.
Russ Cox
1
-0
/
+11
2010-01-25
in C and asm, replace pkg·name with ·name
Russ Cox
1
-11
/
+11
2010-01-06
Ported runtime to Windows.
Hector Chu
1
-0
/
+14
2009-11-20
x[lo:] - gc and runtime.
Russ Cox
1
-22
/
+0
2009-10-15
rename sys functions to runtime,
Russ Cox
1
-11
/
+11
2009-10-13
write stack traces and panics to stderr
Rob Pike
1
-0
/
+3
2009-08-28
sliceslice inline
Ken Thompson
1
-0
/
+6
2009-08-25
rename runtime internals to have modern names (array->slice etc)
Rob Pike
1
-5
/
+5
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-0
/
+462