rust/library/core
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
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisa 2020-08-20 23:05:31 +00:00
tests Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisa 2020-08-20 23:05:31 +00:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00