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
/
mgc0.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-03
Imported Upstream version 1.2.1
upstream/1.2.1
Michael Stapelberg
1
-1
/
+4
2013-12-03
Imported Upstream version 1.2
upstream/1.2
Michael Stapelberg
1
-346
/
+458
2013-06-14
Imported Upstream version 1.1.1
upstream/1.1.1
Ingo Oeser
1
-5
/
+9
2013-05-14
Imported Upstream version 1.1
upstream/1.1
Michael Stapelberg
1
-123
/
+273
2013-03-04
Imported Upstream version 1.1~hg20130304
upstream/1.1_hg20130304
Michael Stapelberg
1
-456
/
+1435
2012-06-14
Imported Upstream version 1.0.2
upstream/1.0.2
Ondřej Surý
1
-1
/
+0
2012-04-06
Imported Upstream version 1
upstream/1
Ondřej Surý
1
-182
/
+555
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
1
-0
/
+910
2011-09-13
Imported Upstream version 60
Ondřej Surý
1
-881
/
+0
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
1
-4
/
+36
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-5
/
+0
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
1
-10
/
+51
2011-02-18
Imported Upstream version 2011.02.15
upstream/2011.02.15
Ondřej Surý
1
-173
/
+554
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-2
/
+5
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-91
/
+136
2010-04-22
runtime: closures, defer bug fix for Native Client
Russ Cox
1
-12
/
+31
2010-04-21
runtime: switch state back to Grunning after recovery
Russ Cox
1
-1
/
+1
2010-04-08
runtime: fix bad status throw
Russ Cox
1
-0
/
+1
2010-04-07
runtime: use explicit flag when finalizer goroutine is waiting
Russ Cox
1
-1
/
+6
2010-03-26
runtime: run all finalizers in a single goroutine.
Russ Cox
1
-92
/
+91
2010-03-23
runtime: add memory profiling, disabled.
Russ Cox
1
-10
/
+14
2010-03-08
runtime: clock garbage collection on bytes allocated, not pages in use
Russ Cox
1
-4
/
+13
2010-02-10
runtime: delete MHeapMapCache, which is useless
Russ Cox
1
-1
/
+1
2010-02-10
runtime: tighten garbage collector
Russ Cox
1
-59
/
+97
2010-02-10
runtime: garbage collection + malloc performance
Russ Cox
1
-27
/
+23
2010-02-08
runtime: allow arbitrary return type in SetFinalizer.
Russ Cox
1
-11
/
+23
2010-02-08
runtime: instrument malloc + garbage collector.
Russ Cox
1
-0
/
+7
2010-02-03
finalizers; merge package malloc into package runtime
Russ Cox
1
-43
/
+87
2010-01-09
runtime: check for preemption due to garbage collection
Russ Cox
1
-1
/
+1
2010-01-06
runtime: close TODO now that 8c bug is fixed
Russ Cox
1
-11
/
+3
2010-01-06
Ported runtime to Windows.
Hector Chu
1
-3
/
+11
2009-12-07
runtime: don't touch pages of memory unnecessarily.
Russ Cox
1
-2
/
+5
2009-12-03
runtime: malloc fixes
Russ Cox
1
-3
/
+12
2009-08-20
FFI step 2: can ask for libc.so.6.
Russ Cox
1
-1
/
+2
2009-08-14
runtime gc bug.
Russ Cox
1
-2
/
+2
2009-07-27
fix gc bug causing make smoketest to die in cmd/gofmt.
Russ Cox
1
-5
/
+6
2009-06-29
io.StringBytes -> strings.Bytes
Russ Cox
1
-0
/
+3
2009-06-17
runtime: stack growth adjustments, cleanup
Russ Cox
1
-3
/
+3
2009-06-15
fix another gc bug, one that i have only imagined,
Russ Cox
1
-0
/
+2
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-0
/
+231