anymap
Chris MorganBump version to 0.9.1. 0.9.1
Chris MorganImplement AnyMap.entry().
Chris MorganRust update.
Chris MorganMake trait bounds more explicit.
Chris MorganCan I diagnose the problem with Rust CI?
Chris MorganDrop the Makefile in favour of Cargo.
Chris MorganRust syntax update in README.
Chris MorganGet a new Rust CI token.
Chris MorganElide superfluous lifetimes.
Chris MorganRust update.
Chris MorganRemove obsolete managed_heap_memory lint warning.
Chris MorganMake Travis use its own Rust support and cargo.
Chris MorganReplace a deprecated method call.
Chris MorganAdd now-necessary lifetime bounds.
Chris MorganIgnore Cargo.lock (this is a library).
Chris MorganUpdate Cargo.toml for current conventions.
Chris MorganMerge pull request #9 from reem/contains
Jonathan ReemAdd contains method for checking if a type is already...
Chris MorganUpdate for upstream changes.
Chris MorganMerge pull request #6 from tivek/patch-1
tivekFix int type inference in range calls
Chris MorganMerge pull request #5 from reem/cargo
Jonathan ReemUpdated versions to 0.9.0.
Jonathan ReemEnabled Cargo and moved Makefile to use target.
Chris MorganMerge pull request #4 from tomassedovic/impl-mutable
Tomas SedovicImplement Collection and Mutable traits
Chris MorganMerge pull request #3 from reem/rust-version-bump
Jonathan ReemFix a syntax error with the latest rust
Chris MorganMerge pull request #1 from reem/deprecated-lint
Jonathan ReemRemove deprecated lint for ~[T]s
Jonathan ReemFixed new syntax error caused by upstream rust changes.
Chris MorganTry to drown a little bit of noise in benchmarks.
Chris MorganSkip type checking in from-Any casting.
Chris MorganSwitch from SipHash to a faster TypeId hasher.
Chris MorganAdd some simple benchmarks.
Chris MorganRefine the README in a couple of places.
Chris MorganMiscellaneous bad commit message (for fun!).
Chris MorganInitial release.