about summary refs log tree commit diff
path: root/library/alloc/tests/str.rs
AgeCommit message (Expand)AuthorLines
2021-07-11Add test for the fixAlexis Bourget-0/+41
2021-06-18Lint for unused borrows as part of UNUSED_MUST_USEhi-rustin-5/+5
2021-02-03Fixes #80335Yechan Bae-0/+30
2020-12-02break formatting so rustfmt is happyRalf Jung-1/+2
2020-12-02disable a ptr equality test on MiriRalf Jung-1/+5
2020-11-30Make ui test that are run-pass and do not test the compiler itself library testsChristiaan Dirkx-1/+95
2020-10-20Check for exhaustion in SliceIndex for RangeInclusiveJosh Stone-0/+29
2020-09-05Move Various str tests in libraryAyush Kumar Mishra-0/+21
2020-07-28Add str::[r]split_onceAleksey Kladov-0/+24
2020-07-27mv std libs to library/mark-0/+1899