Commit Graph

12 Commits (master)

Author SHA1 Message Date
whitequark 7d917b271c Update to track changes in liballoc. 2018-07-11 01:00:22 +00:00
whitequark c10a57bf91 Remove #![feature(collections_range)], as it is stable since Rust 1.28.
(Rust 1.28 is not yet released.)

Also, rename methods to reflect changes made during stabilization.
2018-05-31 18:03:46 +00:00
Valentin Lorentz 69c1a40aa9 impl DoubleEndedIterator for ManagedMapRange. 2018-05-26 04:20:33 +00:00
whitequark 1328e59fc7 Minor stylistic fixes. 2018-05-24 21:18:14 +00:00
Valentin Lorentz 4299b43859 Add ManagedMap::range. 2018-05-24 21:15:59 +00:00
Valentin Lorentz cea6d52b0c Add tests for ManagedMap::get. 2018-05-17 07:27:47 +00:00
Astro 0192eb98d8 Implement ManagedMap::iter_mut(). 2018-03-24 03:21:46 +00:00
Astro ecbc2ee8e5 Catch insert() on ManagedMap with zero-sized backing store 2018-03-10 14:17:07 +00:00
Astro 660378c0bc Implement .is_empty(), .len(), .iter() for ManagedMap. 2018-03-06 05:26:29 +00:00
whitequark 5111131e61 Update for rustc 1.25 nightly. 2018-01-12 23:03:39 +00:00
whitequark 9e0d5855f0 Add tests for ManagedMap::Borrowed and fix some bugs. 2017-11-19 09:40:23 +00:00
whitequark 6ba2f4d0fb Add an experimental ManagedMap container. 2017-11-10 03:22:23 +00:00