|
Chris Morgan | 1.0.0-beta.2 master 1.0.0-beta.2 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Resolve the std/hashbrown conflict situation |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Remove unneeded clippy allow |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Revise README.md for accuracy and flow |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Rename UncheckedAnyExt, fix Extend, tweak things |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | chmod +x test |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Narrow an unsafe block to the minimum |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 1.0.0-beta.1 1.0.0-beta.1 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Remove Travis config (travis-ci.org has ceased) |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Make README more approachable, give example |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Unravel another obsolete macro |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Add Entry::{or_default, and_modify} |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Replace the raw module with just hash_map |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | HashMap feature parity: impl Extend, notes on more |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | no_std support |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Change std to core where possible |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Switch from 2015 edition to 2018 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Normalise style for next release in changelog |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Exclude unnecessary files from the package |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Remove obsolete items from .gitignore |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Add a local testing script |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Implement From, not Into |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | More documentation tweaks to clarify and explain |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Drop anymap::Any in favour of std::any::Any |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Flatten anymap::any out of existence |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Tweak docs, especially around safety |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Make TypeIdHasher safe, bump MSRV |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Refactor to avoid a spurious compatibility warning |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Unravel the parbroken define! macro |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | No more bare trait objects: use `dyn Trait` syntax |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Refresh Cargo.toml, README.md |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Add the BlueOak-1.0.0 license |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Revert "removed unsafe code in favor of explicit assert" |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Merge pull request #32 from hellow554/master |
commit | commitdiff | tree | snapshot |
|
Marcel Hellwig | removed unsafe code in favor of explicit assert |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Implement Default on Map |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Add a note about unsafety. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Remove an obsolete note from the README |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Remove the `bench` Cargo feature as superfluous |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Add a changelog. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Remove obsolete rust-ci docs uploading |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.12.1 0.12.1 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Make clippy happy. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Put in a bunch of #[inline] attributes on fns. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Reduce the work for rustc in the benchmarks. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Use raw pointers for downcasting, not TraitObject |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Add more benchmarking |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Remove superfluous Clone bound on Entry methods. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Remove now-unnecessary #[allow]s. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Make Clippy happy. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Keep Clippy happy. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Fix order of ptr::copy_nonoverlapping parameters. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.12.0 0.12.0 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | s/unstable/bench/ in travis config |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Rename "unstable" feature to "bench". |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Ungate drain iterator (stable in Rust 1.6.0). |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Ungate efficient hashing (stable in Rust 1.7.0). |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.11.2: just fixing warnings and such. 0.11.2 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.11.1: Rust update for unstable. 0.11.1 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Test Rust stable on Travis also. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Make tests work on beta/stable (benchmarks can’t work). |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.11.0: merge concurrency branch. 0.11.0 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Rename 'nightly' feature to 'unstable'. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Implement Debug for Map and RawMap. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Replace Cargo features with arcane DST magicks. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Implement stuff for concurrency. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.10.3: Rust beta support 0.10.3 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.10.2: Rust update for clone feature 0.10.2 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.10.1: Rust update 0.10.1 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.10.0: move Clone functionality into a feature. 0.10.0 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.9.13 0.9.13 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Use std::convert for AnyMap -> RawAnyMap. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Rust update. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Substantial refactoring, exposing a raw interface. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Remove plenty of unnecessary 'statics. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Slight Rust update. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Remove unused stability markers. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.9.12: Rust update 0.9.12 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.9.11: Rust update 0.9.11 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.9.10: Rust update 0.9.10 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.9.9: Rust update 0.9.9 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.9.8: Rust update 0.9.8 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.9.7: parity with the collections API 0.9.7 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.9.6 0.9.6 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.9.4 0.9.4 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Merge pull request #14 from drbawb/feature/namespaced... |
commit | commitdiff | tree | snapshot |
|
Robert Straw | Do not re-export the `Entry` enum ... |
commit | commitdiff | tree | snapshot |
|
Robert Straw | Use namespaced enum variants for the map-entry slots. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | 0.9.3 0.9.3 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Fix a slightly erroneous comment. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Rust update. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | tuple_indexing is no longer gated! Yay! |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Update metadata, 0.9.2. 0.9.2 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Rust update. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Bump version to 0.9.1. 0.9.1 |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Implement AnyMap.entry(). |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Rust update. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Make trait bounds more explicit. |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Can I diagnose the problem with Rust CI? |
commit | commitdiff | tree | snapshot |
|
Chris Morgan | Drop the Makefile in favour of Cargo. |
commit | commitdiff | tree | snapshot |
next |