| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -693/+0 | |
| 2020-07-06 | fixups | Jon Gjengset | -3/+3 | |
| 2020-07-06 | Add VecDeque::range* methods | Jon Gjengset | -0/+59 | |
| This patch adds `VecDeque::range` and `VecDeque::range_mut` to provide iterators over a sub-range of a `VecDeque`. This behavior can be emulated with `skip` and `take`, but directly providing a `Range` is more ergonomic. This also partially makes up for `VecDeque`'s lack of `SliceIndex` support. | ||||
| 2020-06-23 | Remove unused crate imports in 2018 edition crates | yuqio | -2/+0 | |
| 2020-05-01 | liballoc tests: Miri supports threads now | Ralf Jung | -4/+4 | |
| 2020-04-23 | liballoc: more compact way to adjust test sizes for Miri | Ralf Jung | -4/+2 | |
| 2020-03-22 | add `fn make_contiguous` to VecDeque | Bastian Kauschke | -1/+82 | |
| 2020-01-19 | Move VecDeque Drain iterator to new file | Jonas Schievink | -0/+126 | |
| 2019-12-07 | liballoc: ignore tests in Miri instead of removing them entirely | Ralf Jung | -4/+4 | |
| 2019-11-29 | Format liballoc with rustfmt | David Tolnay | -9/+3 | |
| 2019-10-29 | Add test for VecDeque truncate | Charles Gleason | -0/+35 | |
| 2019-10-10 | Add tests for VecDeque clone_from | Charles Gleason | -0/+23 | |
| 2019-08-02 | liballoc: Unconfigure tests during normal build | Vadim Petrochenkov | -0/+379 | |
| Remove additional libcore-like restrictions from liballoc, turns out the testing works ok if the tests are a part of liballoc itself. | ||||
