Commit Graph

  • 085e6f184d Bump version. master whitequark 2020-07-04 01:54:27 +0000
  • 6716339551 remove #[feature(alloc)], (stable since Rust 1.36) Daniel Prilik 2020-07-03 14:58:00 -0400
  • bf78fe2265 Bump version. v0.7.x whitequark 2020-06-09 06:45:36 +0000
  • 35864e38fa Add a slot map implementation Andreas Molzer 2020-01-25 02:20:22 +0100
  • 29066a94f8 Do not constrain Owned variants to 'static lifetime. Marc-Andre Lureau 2019-04-24 15:00:53 +0200
  • 5b3ef54055 Bump version. whitequark 2018-07-11 01:00:30 +0000
  • 7d917b271c Update to track changes in liballoc. whitequark 2018-07-11 01:00:22 +0000
  • 2bf14bb9a4 Bump version. whitequark 2018-05-31 18:04:57 +0000
  • c10a57bf91 Remove #![feature(collections_range)], as it is stable since Rust 1.28. whitequark 2018-05-31 18:02:01 +0000
  • 69c1a40aa9 impl DoubleEndedIterator for ManagedMapRange. Valentin Lorentz 2018-05-26 06:11:48 +0200
  • 3d55592b98 Remove #![feature(slice_rotate)], as it is stable since Rust 1.26. whitequark 2018-05-24 21:21:51 +0000
  • 1328e59fc7 Minor stylistic fixes. whitequark 2018-05-24 21:17:37 +0000
  • 4299b43859 Add ManagedMap::range. Valentin Lorentz 2018-05-24 23:15:59 +0200
  • cea6d52b0c Add tests for ManagedMap::get. Valentin Lorentz 2018-05-17 06:44:19 +0200
  • db40149779 Fix typo in README. whitequark 2018-05-04 20:12:45 +0000
  • d9c4f784d4 Fixed typo Peter Hall 2018-04-05 16:08:24 +0100
  • e2cc254a3c Bump version. whitequark 2018-03-24 03:25:02 +0000
  • 0192eb98d8 Implement ManagedMap::iter_mut(). Astro 2018-03-24 04:21:46 +0100
  • ecbc2ee8e5 Catch insert() on ManagedMap with zero-sized backing store Astro 2018-03-06 17:20:07 +0100
  • 660378c0bc Implement .is_empty(), .len(), .iter() for ManagedMap. Astro 2018-03-06 06:26:29 +0100
  • 4c9c688f3a Bump version. whitequark 2018-01-12 23:03:56 +0000
  • 5111131e61 Update for rustc 1.25 nightly. whitequark 2018-01-12 23:03:39 +0000
  • 2fe4cd3a92 Bump version. whitequark 2018-01-05 20:05:43 +0000
  • c75e91618b Update README. whitequark 2018-01-05 20:05:31 +0000
  • 5d823762d7 Build with the map feature when collecting code coverage. whitequark 2018-01-05 20:01:54 +0000
  • 9e0d5855f0 Add tests for ManagedMap::Borrowed and fix some bugs. whitequark 2017-11-19 09:40:23 +0000
  • ca8c5b4daf Collect code coverage. whitequark 2017-11-19 09:34:30 +0000
  • a66f2dcd24 Add map feature to build matrix. whitequark 2017-11-10 03:26:13 +0000
  • 6ba2f4d0fb Add an experimental ManagedMap container. whitequark 2017-11-10 03:22:23 +0000
  • d76d1b5517 Bump version. whitequark 2017-09-22 19:52:26 +0000
  • 9db51c3194 The collections crate was merged into the alloc crate Philipp Oppermann 2017-09-08 10:34:24 +0200
  • 21483da56b Travis: fix feature names. whitequark 2017-03-05 05:50:31 +0000
  • dbd25b4898 Add the `embedded` cargo category. whitequark 2017-03-05 05:44:00 +0000
  • 2f11058e7d Remove the `use_` prefix from feature names. whitequark 2017-03-05 05:43:12 +0000
  • 76dd7e6dba Add forgotten --no-default-features to CI test script. whitequark 2017-01-22 20:12:16 +0000
  • a464766b23 Bump version. whitequark 2017-01-11 01:21:38 +0000
  • f6a0304a06 Add an impl From<[_; 0]> for ManagedSlice. whitequark 2017-01-11 01:17:57 +0000
  • 0db16d074f Bump version. whitequark 2017-01-10 11:32:30 +0000
  • e62a985deb Add conversions from unboxed slices. whitequark 2017-01-10 11:28:14 +0000
  • 7a46d7150d Fix small typo Florian Gilcher 2017-01-10 12:13:21 +0100
  • 1d06e715f7 Bump version. whitequark 2017-01-07 18:50:48 +0000
  • 7a882dd581 Fix some documentation issues. whitequark 2017-01-07 18:49:27 +0000
  • e8d39ae9e4 README: fix doc link. whitequark 2017-01-07 18:47:20 +0000
  • f32ddb6286 Fix build with use_alloc+use_std. whitequark 2017-01-07 18:40:15 +0000
  • b1e24a9826 Implement. whitequark 2017-01-07 18:28:51 +0000
  • a816d0d4c2 Initial commit. whitequark 2016-12-17 04:19:21 +0000