Commit Graph

12 Commits (c10a57bf91bb9d4c495c35a3be334ff718232478)

Author SHA1 Message Date
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
whitequark 3d55592b98 Remove #![feature(slice_rotate)], as it is stable since Rust 1.26. 2018-05-24 21:39:09 +00:00
whitequark db40149779 Fix typo in README. 2018-05-04 20:12:51 +00:00
whitequark e2cc254a3c Bump version. 2018-03-24 03:27:07 +00:00
whitequark c75e91618b Update README. 2018-01-05 20:05:31 +00:00
whitequark 6ba2f4d0fb Add an experimental ManagedMap container. 2017-11-10 03:22:23 +00:00
Philipp Oppermann 9db51c3194 The collections crate was merged into the alloc crate 2017-09-08 08:38:46 +00:00
whitequark 2f11058e7d Remove the `use_` prefix from feature names.
I haven't realized that a feature `log` with an optional crate
dependency `log` activates that dependency, and added the prefix
to avoid a "clash". This is unnecessary.
2017-03-05 05:43:12 +00:00
Florian Gilcher 7a46d7150d Fix small typo 2017-01-10 11:15:10 +00:00
whitequark e8d39ae9e4 README: fix doc link. 2017-01-07 18:47:20 +00:00
whitequark b1e24a9826 Implement. 2017-01-07 18:35:32 +00:00
whitequark a816d0d4c2 Initial commit. 2016-12-17 09:49:25 +00:00