about summary refs log tree commit diff
path: root/src/rt/util/hash_map.h
AgeCommit message (Collapse)AuthorLines
2013-02-15rm unused hash table from the runtimeDaniel Micay-207/+0
2013-01-17Add a license check to tidy. #4018Brian Anderson-1/+0
2012-12-15Improvements to array_list, hash_map, and indexed_list:Jesse Jones-7/+11
* Disabled copying. * Added const where appropiate.
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2011-08-08Introduced task handles.unknown-0/+1
This is the new way to refer to tasks in rust-land. Currently all they do is serve as a key to look up the old rust_task structure. Ideally they won't be ref counted, but baby steps.
2010-07-28Add C++ wrapper around uthash.Michael Bebenita-0/+193