| Age | Commit message (Expand) | Author | Lines |
| 2025-01-26 | Put all coretests in a separate crate | bjorn3 | -2816/+0 |
| 2024-12-27 | Fix typos | chloefeal | -1/+1 |
| 2024-12-22 | Auto merge of #130733 - okaneco:is_ascii, r=scottmcm | bors | -3/+44 |
| 2024-11-14 | Auto merge of #122770 - iximeow:ixi/int-formatting-optimization, r=workingjub... | bors | -0/+14 |
| 2024-11-06 | Add `is_ascii` function optimized for x86-64 for [u8] | okaneco | -9/+11 |
| 2024-11-05 | Add new implementation benchmark | okaneco | -3/+42 |
| 2024-10-08 | Stabilize `isqrt` feature | Chai T. Rex | -1/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -23/+23 |
| 2024-08-28 | Improve `isqrt` tests and add benchmarks | Chai T. Rex | -0/+64 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -16/+26 |
| 2024-05-20 | Write `char::DebugEscape` sequences using `write_str` | Arpad Borsos | -2/+2 |
| 2024-05-01 | Add benchmarks for `impl Debug for str` | Arpad Borsos | -0/+80 |
| 2024-04-22 | Rollup merge of #115913 - FedericoStra:checked_ilog, r=the8472 | Guillaume Gomez | -6/+73 |
| 2024-04-07 | disable benches in Miri | Ralf Jung | -0/+2 |
| 2024-03-23 | try adding a test that LowerHex and friends don't panic, but it doesn't work | iximeow | -0/+14 |
| 2024-03-04 | Add benches for `net` parsing | okaneco | -0/+80 |
| 2024-01-21 | Auto merge of #85528 - the8472:iter-markers, r=dtolnay | bors | -0/+13 |
| 2024-01-20 | Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-Simulacrum | Matthias Krüger | -0/+28 |
| 2024-01-11 | Reduced amount of int_pow benches | Nicholas Thompson | -730/+43 |
| 2024-01-11 | Edited int_pow micro-benchmarks | Nicholas Thompson | -103/+339 |
| 2024-01-11 | Added int_pow micro-benchmarks | Nicholas Thompson | -0/+551 |
| 2024-01-10 | bench trustedrandomaccess specialization in zip | The8472 | -0/+13 |
| 2024-01-02 | Adjust library tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -2/+2 |
| 2023-12-10 | remove redundant imports | surechen | -3/+0 |
| 2023-11-27 | benchmarks for Chars::advance_by | The 8472 | -0/+19 |
| 2023-09-22 | checked_ilog: add benchmarks | Federico Stra | -6/+73 |
| 2023-07-23 | fix | Deadbeef | -0/+1 |
| 2023-06-29 | optimize Cstr/EscapeAscii display | The 8472 | -0/+28 |
| 2023-06-23 | Specialize StepBy<Range<{integer}>> | The 8472 | -0/+52 |
| 2023-06-12 | add benchmark | The 8472 | -0/+9 |
| 2023-05-20 | optimize next_chunk impls for Filter and FilterMap | The 8472 | -2/+44 |
| 2023-05-15 | Rollup merge of #108291 - chenyukang:yukang/fix-benchmarks, r=workingjubilee | Matthias Krüger | -30/+30 |
| 2023-04-25 | Add shortcut for Grisu3 algorithm. | mazong1123 | -0/+27 |
| 2023-03-05 | Auto merge of #108157 - scottmcm:tuple-gt-via-partialcmp, r=dtolnay | bors | -0/+23 |
| 2023-02-21 | fix more benchmark test with black_box | yukang | -30/+30 |
| 2023-02-17 | Add a slightly-contrived tuple comparison benchmark | Scott McMurray | -0/+23 |
| 2023-02-14 | Shrink size of array benchmarks | kadmin | -5/+5 |
| 2023-02-11 | Add array::map benchmarks | kadmin | -0/+20 |
| 2023-02-03 | fix #107590, Fix benchmarks in library/core with black_box | yukang | -32/+44 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -2/+2 |
| 2022-11-09 | Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm | Dylan DPC | -1/+0 |
| 2022-11-07 | add benchmark for iter::ArrayChunks::fold specialization | The 8472 | -2/+22 |
| 2022-10-26 | stabilize `int_log` | Lukas Markeffsky | -1/+0 |
| 2022-10-17 | add a benchmark for slice_iter.copied().array_chunks() | The 8472 | -0/+21 |
| 2022-08-21 | Use internal iteration in `Iterator::{cmp_by, partial_cmp_by, eq_by}` | Tim Vermeulen | -0/+7 |
| 2022-08-09 | Rename integer log* methods to ilog* | Eric Holk | -3/+3 |
| 2022-05-31 | Add unicode fast path to `is_printable` | Nilstrieb | -0/+11 |
| 2022-05-05 | Auto merge of #96626 - thomcc:rand-bump, r=m-ou-se | bors | -2/+10 |
| 2022-05-02 | add benchmark | The 8472 | -0/+25 |
| 2022-05-02 | Avoid use of `rand::thread_rng` in stdlib benchmarks | Thom Chiovoloni | -2/+10 |