index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
runtime
/
hashmap.c
Age
Commit message (
Expand
)
Author
2011-10-18
gc: add delete(m, x) but leave in m[x] = 0, false.
Russ Cox
2011-10-17
runtime: random offset for map iteration
Russ Cox
2011-10-01
runtime: fix map memory leak
Russ Cox
2011-08-17
gc: implement nil map support
Russ Cox
2011-07-24
runtime: remove rnd calls that pass a second argument of 1
Ian Lance Taylor
2011-04-18
reflect: more efficient; cannot Set result of NewValue anymore
Russ Cox
2011-02-17
runtime: descriptive panics for use of nil map
Russ Cox
2011-01-31
runtime: generate Go defs for C types.
Luuk van Dijk
2010-11-04
runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost
Russ Cox
2010-10-06
runtime: correct iteration of large map values
Russ Cox
2010-05-19
runtime: allow large map values
Russ Cox
2010-05-01
gc: be pickier about slice, chan, array, and map sizes
Russ Cox
2010-04-01
runtime: turn run time errors checks into panics
Russ Cox
2010-03-23
maps access to a missing key
Ken Thompson
2010-03-04
cc: disallow ... argument unless NOSPLIT is set.
Russ Cox
2010-01-25
in C and asm, replace pkg·name with ·name
Russ Cox
2010-01-09
runtime: check for preemption due to garbage collection
Russ Cox
2009-10-15
rename sys functions to runtime,
Russ Cox
2009-09-08
pass Type* to makechan and makemap so that
Russ Cox
2009-08-25
rename runtime internals to have modern names (array->slice etc)
Rob Pike
2009-07-08
reflection for maps
Russ Cox
2009-07-02
move Structrnd to runtime.h
Russ Cox
2009-06-30
change alignment rules: roll receiver into
Russ Cox
2009-06-09
mv src/lib to src/pkg
Rob Pike
[prev]