Chris Morgan []
Remove obsolete managed_heap_memory lint warning.
Chris Morgan []
Make Travis use its own Rust support and cargo.
Chris Morgan []
Replace a deprecated method call.
Chris Morgan []
Add now-necessary lifetime bounds.
Chris Morgan []
Ignore Cargo.lock (this is a library).
Chris Morgan []
Update Cargo.toml for current conventions.
Chris Morgan []
Merge pull request #9 from reem/contains
Add contains method for checking if a type is already in the map.
Jonathan Reem []
Add contains method for checking if a type is already in the map.
Chris Morgan []
Update for upstream changes.
Also change from rlib/dylib to lib (dylib is not necessary and
complicates matters in this new rpath-free world).
Chris Morgan []
Merge pull request #6 from tivek/patch-1
Fix int type inference in range calls
tivek []
Fix int type inference in range calls
Chris Morgan []
Merge pull request #5 from reem/cargo
Add Cargo Support
Jonathan Reem []
Updated versions to 0.9.0.
Jonathan Reem []
Enabled Cargo and moved Makefile to use target.
Chris Morgan []
Merge pull request #4 from tomassedovic/impl-mutable
Implement Collection and Mutable traits
Tomas Sedovic []
Implement Collection and Mutable traits
These just proxy the calls to the underlying hashmap.
Chris Morgan []
Merge pull request #3 from reem/rust-version-bump
Fixes syntax error with latest nightly.
Jonathan Reem []
Fix a syntax error with the latest rust
Chris Morgan []
Merge pull request #1 from reem/deprecated-lint
Remove deprecated lint for ~[T]s
Jonathan Reem []
Remove deprecated lint for ~[T]s
Jonathan Reem []
Fixed new syntax error caused by upstream rust changes.
Chris Morgan []
Try to drown a little bit of noise in benchmarks.
Chris Morgan []
Skip type checking in from-Any casting.
We know the type with certainty already.
This should make a microscopic improvement in perf.
Chris Morgan []
Switch from SipHash to a faster TypeId hasher.
Chris Morgan []
Add some simple benchmarks.
Chris Morgan []
Refine the README in a couple of places.
Chris Morgan []
Miscellaneous bad commit message (for fun!).
Chris Morgan []
Initial release.