rust/src/libcore/iter
Matthew Jasper cb2703945c Use min_specialization in liballoc
- Remove a type parameter from `[A]RcFromIter`.
- Remove an implementation of `[A]RcFromIter` that didn't actually
  specialize anything.
- Remove unused implementation of `IsZero` for `Option<&mut T>`.
- Change specializations of `[A]RcEqIdent` to use a marker trait version
of `Eq`.
- Remove `BTreeClone`. I couldn't find a way to make this work with
  `min_specialization`.
- Add `rustc_unsafe_specialization_marker` to `Copy` and `TrustedLen`.
2020-04-26 16:27:13 +01:00
..
adapters Rollup merge of #71492 - LeSeulArtichaut:document-unsafe-2, r=Mark-Simulacrum 2020-04-24 02:47:38 +02:00
traits Use min_specialization in liballoc 2020-04-26 16:27:13 +01:00
mod.rs Improve documentation on iterators 2020-02-16 17:12:26 +01:00
range.rs Bump rustfmt to most recently shipped 2020-04-25 09:25:33 -04:00
sources.rs Stop accessing module level int consts via crate::<Ty> 2020-04-20 23:38:06 +02:00