index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
runtime
/
iface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: fix data race during Itab hash update/lookup
Dmitriy Vyukov
2011-07-13
1
-4
/
+5
*
gc: correct handling of unexported method names in embedded interfaces
Russ Cox
2011-04-21
1
-2
/
+3
*
reflect: more efficient; cannot Set result of NewValue anymore
Russ Cox
2011-04-18
1
-2
/
+52
*
ld: detect stack overflow due to NOSPLIT
Russ Cox
2011-02-22
1
-13
/
+20
*
runtime: faster allocator, garbage collector
Russ Cox
2011-02-02
1
-2
/
+2
*
runtime: ,s/[a-zA-Z0-9_]+/runtime?&/g, almost
Russ Cox
2010-11-04
1
-102
/
+90
*
gc: new typechecking rules
Russ Cox
2010-06-08
1
-78
/
+130
*
runtime: avoid allocation for fixed strings
Russ Cox
2010-05-19
1
-2
/
+2
*
runtime: delete malx, skip_depth argument to malloc
Russ Cox
2010-04-09
1
-3
/
+3
*
runtime: turn run time errors checks into panics
Russ Cox
2010-04-01
1
-10
/
+8
*
runtime: make type assertion a runtime.Error, the first of many
Russ Cox
2010-03-31
1
-16
/
+39
*
runtime: add memory profiling, disabled.
Russ Cox
2010-03-23
1
-3
/
+3
*
runtime: garbage collection + malloc performance
Russ Cox
2010-02-10
1
-2
/
+2
*
in C and asm, replace pkg?name with ?name
Russ Cox
2010-01-25
1
-20
/
+20
*
runtime, type switch: eliminate package global name space assumption
Russ Cox
2010-01-25
1
-5
/
+7
*
runtime: introduce unsafe.New and unsafe.NewArray
Russ Cox
2009-12-07
1
-1
/
+40
*
runtime: malloc fixes
Russ Cox
2009-12-03
1
-2
/
+2
*
rename sys functions to runtime,
Russ Cox
2009-10-15
1
-20
/
+20
*
rename runtime internals to have modern names (array->slice etc)
Rob Pike
2009-08-25
1
-4
/
+4
*
reflection for interface set
Russ Cox
2009-07-10
1
-5
/
+11
*
runtime: use new reflect data structures (CL 31107)
Russ Cox
2009-07-07
1
-514
/
+229
*
mv src/lib to src/pkg
Rob Pike
2009-06-09
1
-0
/
+906