rust/library/core/src/iter
bors d9d4d39612 Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisa
Use min_specialization in libcore

Getting `TrustedRandomAccess` to work is the main interesting thing here.

- `get_unchecked` is now an unstable, hidden method on `Iterator`
- The contract for `TrustedRandomAccess` is made clearer in documentation
- Fixed a bug where `Debug` would create aliasing references when using the specialized zip impl
- Added tests for the side effects of `next_back` and `nth`.

closes #68536
2020-08-20 23:05:31 +00:00
..
adapters Use min_specialization in libcore 2020-08-19 20:08:02 +01:00
traits Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisa 2020-08-20 23:05:31 +00:00
mod.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
range.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
sources.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00