| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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. | ||||
