| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-07 | Move all alloc integration tests to a new alloctests crate | bjorn3 | -351/+0 | |
| 2024-09-23 | Improve autovectorization of to_lowercase / to_uppercase functions | Jörn Horstmann | -0/+2 | |
| Refactor the code in the `convert_while_ascii` helper function to make it more suitable for auto-vectorization and also process the full ascii prefix of the string. The generic case conversion logic will only be invoked starting from the first non-ascii character. The runtime on microbenchmarks with ascii-only inputs improves between 1.5x for short and 4x for long inputs on x86_64 and aarch64. The new implementation also encapsulates all unsafe inside the `convert_while_ascii` function. Fixes #123712 | ||||
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 | |
| 2023-12-10 | remove redundant imports | surechen | -1/+0 | |
| detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR. | ||||
| 2022-11-14 | update str.contains benchmarks | The 8472 | -3/+54 | |
| 2022-11-14 | black_box test strings in str.contains(str) benchmarks | The 8472 | -4/+4 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+299 | |
