summary refs log tree commit diff
path: root/src/libcore/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2017-06-02Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichtonbors-0/+1
2017-05-28Auto merge of #42167 - scottmcm:iter-stepby-sizehint, r=alexcrichtonbors-0/+2
2017-05-23Override size_hint and propagate ExactSizeIterator for iter::StepByScott McMurray-0/+2
2017-05-21Add an in-place rotate method for slices to libcoreScott McMurray-0/+1
2017-05-21Make RangeInclusive just a two-field structScott McMurray-0/+1
2017-05-12Fix commit derp and update implementations and documentationIvan Dardi-0/+1
2017-04-23Step::replace_one should put a one, not a zero (Issue #41492)Scott McMurray-0/+2
2017-04-08slice: Implement .rfind() for slice iterators Iter and IterMutUlrik Sverdrup-0/+1
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+63