about summary refs log tree commit diff
path: root/src/liballoc/tests/arc.rs
AgeCommit message (Expand)AuthorLines
2020-04-06Use assoc const f32::NAN in liballocLinus Färnstrand-1/+1
2020-01-02Use drop instead of the toilet closure `|_| ()`Lzu Tao-1/+1
2019-11-29Format liballoc with rustfmtDavid Tolnay-25/+14
2019-06-21shared_from_iter: Polish internal docs.Mazdak Farrokhzad-0/+2
2019-06-21shared_from_iter: Add more tests.Mazdak Farrokhzad-0/+119
2019-02-13review failures in binary_heap, str, vec_dequeRalf Jung-2/+0
2019-02-07disable tests in MiriRalf Jung-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-08Add Arc/Rc Eq testsThomas Heck-0/+42
2018-07-25Add missing dynTatsuyuki Ishi-3/+3
2018-07-07Add some unit tests for dangling Weak referencesSimon Sapin-0/+55