anymap
Chris Morgan1.0.0-beta.2 master 1.0.0-beta.2
Chris MorganResolve the std/hashbrown conflict situation
Chris MorganRemove unneeded clippy allow
Chris MorganRevise README.md for accuracy and flow
Chris MorganRename UncheckedAnyExt, fix Extend, tweak things
Chris Morganchmod +x test
Chris MorganNarrow an unsafe block to the minimum
Chris Morgan1.0.0-beta.1 1.0.0-beta.1
Chris MorganRemove Travis config (travis-ci.org has ceased)
Chris MorganMake README more approachable, give example
Chris MorganUnravel another obsolete macro
Chris MorganAdd Entry::{or_default, and_modify}
Chris MorganReplace the raw module with just hash_map
Chris MorganHashMap feature parity: impl Extend, notes on more
Chris Morganno_std support
Chris MorganChange std to core where possible
Chris MorganSwitch from 2015 edition to 2018
Chris MorganNormalise style for next release in changelog
Chris MorganExclude unnecessary files from the package
Chris MorganRemove obsolete items from .gitignore
Chris MorganAdd a local testing script
Chris MorganImplement From, not Into
Chris MorganMore documentation tweaks to clarify and explain
Chris MorganDrop anymap::Any in favour of std::any::Any
Chris MorganFlatten anymap::any out of existence
Chris MorganTweak docs, especially around safety
Chris MorganMake TypeIdHasher safe, bump MSRV
Chris MorganRefactor to avoid a spurious compatibility warning
Chris MorganUnravel the parbroken define! macro
Chris MorganNo more bare trait objects: use `dyn Trait` syntax
Chris MorganRefresh Cargo.toml, README.md
Chris MorganAdd the BlueOak-1.0.0 license
Chris MorganRevert "removed unsafe code in favor of explicit assert"
Chris MorganMerge pull request #32 from hellow554/master
Marcel Hellwigremoved unsafe code in favor of explicit assert
Chris MorganImplement Default on Map
Chris MorganAdd a note about unsafety.
Chris MorganRemove an obsolete note from the README
Chris MorganRemove the `bench` Cargo feature as superfluous
Chris MorganAdd a changelog.
Chris MorganRemove obsolete rust-ci docs uploading
Chris Morgan0.12.1 0.12.1
Chris MorganMake clippy happy.
Chris MorganPut in a bunch of #[inline] attributes on fns.
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.
next