| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-04-09 | Auto merge of #41154 - bluss:slice-rfind, r=alexcrichton | bors | -0/+14 | |
| Implement .rfind() for slice iterators Iter and IterMut Just like the forward case find, implement rfind explicitly for slice iterators Iter and IterMut. | ||||
| 2017-04-08 | slice: Implement .rfind() for slice iterators Iter and IterMut | Ulrik Sverdrup | -0/+14 | |
| Just like the forward case find, implement rfind explicitly | ||||
| 2017-04-07 | Optimize AtomicBool::fetch_nand | Stjepan Glavina | -1/+14 | |
| 2017-04-03 | Move libXtest into libX/tests | Stjepan Glavina | -0/+7661 | |
| This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to #39561. | ||||
