anymap
Chris MorganReduce the work for rustc in the benchmarks.
Chris MorganUse raw pointers for downcasting, not TraitObject
Chris MorganAdd more benchmarking
Chris MorganRemove superfluous Clone bound on Entry methods.
Chris MorganRemove now-unnecessary #[allow]s.
Chris MorganMake Clippy happy.
Chris MorganKeep Clippy happy.
Chris MorganFix order of ptr::copy_nonoverlapping parameters.
Chris Morgan0.12.0 0.12.0
Chris Morgans/unstable/bench/ in travis config
Chris MorganRename "unstable" feature to "bench".
Chris MorganUngate drain iterator (stable in Rust 1.6.0).
Chris MorganUngate efficient hashing (stable in Rust 1.7.0).
Chris Morgan0.11.2: just fixing warnings and such. 0.11.2
Chris Morgan0.11.1: Rust update for unstable. 0.11.1
Chris MorganTest Rust stable on Travis also.
Chris MorganMake tests work on beta/stable (benchmarks can’t work).
Chris Morgan0.11.0: merge concurrency branch. 0.11.0
Chris MorganRename 'nightly' feature to 'unstable'.
Chris MorganImplement Debug for Map and RawMap.
Chris MorganReplace Cargo features with arcane DST magicks.
Chris MorganImplement stuff for concurrency.
Chris Morgan0.10.3: Rust beta support 0.10.3
Chris Morgan0.10.2: Rust update for clone feature 0.10.2
Chris Morgan0.10.1: Rust update 0.10.1
Chris Morgan0.10.0: move Clone functionality into a feature. 0.10.0
Chris Morgan0.9.13 0.9.13
Chris MorganUse std::convert for AnyMap -> RawAnyMap.
Chris MorganRust update.
Chris MorganSubstantial refactoring, exposing a raw interface.
Chris MorganRemove plenty of unnecessary 'statics.
Chris MorganSlight Rust update.
Chris MorganRemove unused stability markers.
Chris Morgan0.9.12: Rust update 0.9.12
Chris Morgan0.9.11: Rust update 0.9.11
Chris Morgan0.9.10: Rust update 0.9.10
Chris Morgan0.9.9: Rust update 0.9.9
Chris Morgan0.9.8: Rust update 0.9.8
Chris Morgan0.9.7: parity with the collections API 0.9.7
Chris Morgan0.9.6 0.9.6
Chris Morgan0.9.4 0.9.4
Chris MorganMerge pull request #14 from drbawb/feature/namespaced...
Robert StrawDo not re-export the `Entry` enum ...
Robert StrawUse namespaced enum variants for the map-entry slots.
Chris Morgan0.9.3 0.9.3
Chris MorganFix a slightly erroneous comment.
Chris MorganRust update.
Chris Morgantuple_indexing is no longer gated! Yay!
Chris MorganUpdate metadata, 0.9.2. 0.9.2
Chris MorganRust update.
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.