最近 (というほどでもないけど) 嬉しかったのは core::ops::RangeBounds::contains() が安定化されたのとかですね。
これで Range{,Full,From,To,Inclusive,ToInclusive} を一括で扱えるようになった
core::ops::RangeBounds - Rust
https://doc.rust-lang.org/stable/core/ops/trait.RangeBounds.html
core::slice::SliceIndex - Rust
https://doc.rust-lang.org/stable/core/slice/trait.SliceIndex.html
次に安定化されてほしいのは core::slice::SliceIndex の各メソッドですね。
これらが安定化されると、スライス的に振る舞うオレオレ型への Index trait の実装がかなり楽になる