| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -457/+0 | |
| 2020-05-01 | liballoc tests: Miri supports threads now | Ralf Jung | -1/+0 | |
| 2020-01-14 | Update APIs according to RFC change suggestions. | Charles Lew | -8/+52 | |
| 2020-01-12 | Address review comments. | Charles Lew | -0/+9 | |
| 2020-01-12 | Address review comments. | Charles Lew | -5/+6 | |
| 2020-01-12 | Implement Cursor for linked lists. (RFC 2570). | Charles Lew | -0/+98 | |
| 2019-12-07 | liballoc: ignore tests in Miri instead of removing them entirely | Ralf Jung | -1/+1 | |
| 2019-11-29 | Format liballoc with rustfmt | David Tolnay | -9/+8 | |
| 2019-10-02 | Add test for LinkedList clone_from | Charles Gleason | -0/+43 | |
| 2019-09-06 | A few cosmetic improvements to code & comments in liballoc and libcore | Alexander Regueiro | -2/+2 | |
| 2019-08-02 | Remove some more `cfg(test)`s | Vadim Petrochenkov | -1/+0 | |
| 2019-08-02 | liballoc: Unconfigure tests during normal build | Vadim Petrochenkov | -0/+265 | |
| Remove additional libcore-like restrictions from liballoc, turns out the testing works ok if the tests are a part of liballoc itself. | ||||
