| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-08-07 | Use assert_matches! instead of if let {} else | Kornel | -80/+73 |
| 2021-07-24 | Hide allocator details from TryReserveError | Kornel | -23/+51 |
| 2021-03-05 | Implement String::remove_matches | Josh Cotton | -0/+27 |
| 2021-01-18 | Fix soundness issue for `replace_range` and `range` | dylni | -0/+50 |
| 2020-10-29 | Added test for issue #78498 | Giacomo Stevanato | -0/+15 |
| 2020-09-19 | Use `T::BITS` instead of `size_of::<T> * 8`. | Mara Bos | -3/+2 |
| 2020-09-16 | Rollup merge of #75882 - pickfire:patch-6, r=jyn514 | Dylan DPC | -2/+2 |
| 2020-09-16 | Rollup merge of #75146 - tmiasko:range-overflow, r=Mark-Simulacrum | Dylan DPC | -0/+29 |
| 2020-09-13 | Optimize behavior of vec.split_off(0) (take all) | Rich Kadel | -0/+4 |
| 2020-09-06 | Move test-cases in string.rs | Ayush Kumar Mishra | -0/+8 |
| 2020-09-04 | Add tests for overflow in String / VecDeque operations using ranges | Tomasz Miąsko | -0/+29 |
| 2020-08-24 | Use translated variable for test string | Ivan Tham | -2/+2 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+723 |
