| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-26 | Put all coretests in a separate crate | bjorn3 | -13/+0 | |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -0/+1 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-05-01 | Add benchmarks for `impl Debug for str` | Arpad Borsos | -0/+1 | |
| In order to inform future perf improvements and prevent regressions, lets add some benchmarks that stress `impl Debug for str`. | ||||
| 2023-11-27 | benchmarks for Chars::advance_by | The 8472 | -0/+1 | |
| 2022-02-05 | Optimize `core::str::Chars::count` | Thom Chiovoloni | -26/+3 | |
| 2021-09-11 | benchmark for str.chars().count() | The8472 | -0/+33 | |
