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
/
hashmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
1
-5
/
+116
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
1
-0
/
+18
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-14
/
+14
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-129
/
+112
2010-05-19
runtime: allow large map values
Russ Cox
1
-12
/
+59
2010-05-01
gc: be pickier about slice, chan, array, and map sizes
Russ Cox
1
-3
/
+6
2010-04-01
runtime: turn run time errors checks into panics
Russ Cox
1
-4
/
+0
2010-03-23
maps access to a missing key
Ken Thompson
1
-2
/
+4
2010-03-04
cc: disallow ... argument unless NOSPLIT is set.
Russ Cox
1
-0
/
+6
2010-01-25
in C and asm, replace pkg·name with ·name
Russ Cox
1
-37
/
+37
2010-01-09
runtime: check for preemption due to garbage collection
Russ Cox
1
-0
/
+9
2009-10-15
rename sys functions to runtime,
Russ Cox
1
-37
/
+37
2009-09-08
pass Type* to makechan and makemap so that
Russ Cox
1
-16
/
+16
2009-08-25
rename runtime internals to have modern names (array->slice etc)
Rob Pike
1
-6
/
+6
2009-07-08
reflection for maps
Russ Cox
1
-47
/
+77
2009-07-02
move Structrnd to runtime.h
Russ Cox
1
-4
/
+0
2009-06-30
change alignment rules: roll receiver into
Russ Cox
1
-38
/
+49
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-0
/
+954