| Age | Commit message (Expand) | Author | Lines |
| 2023-12-10 | remove redundant imports | surechen | -3/+0 |
| 2023-11-27 | benchmarks for Chars::advance_by | The 8472 | -0/+19 |
| 2023-07-23 | fix | Deadbeef | -0/+1 |
| 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 |
| 2022-04-15 | Make some `usize`-typed masks definition agnostic to the size of `usize` | Eduardo Sánchez Muñoz | -1/+1 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -2/+2 |
| 2022-02-21 | Stop manually SIMDing in swap_nonoverlapping | Scott McMurray | -4/+39 |
| 2022-02-05 | Respond to review feedback, and improve implementation somewhat | Thom Chiovoloni | -8/+19 |
| 2022-02-05 | Fix zh::SMALL string in core::str benchmarks | Thom Chiovoloni | -1/+1 |
| 2022-02-05 | Optimize `core::str::Chars::count` | Thom Chiovoloni | -26/+187 |
| 2021-10-12 | Auto merge of #88788 - falk-hueffner:speedup-int-log10-branchless, r=joshtrip... | bors | -0/+60 |
| 2021-09-11 | benchmark for str.chars().count() | The8472 | -0/+34 |
| 2021-09-09 | Cosmetic fixes. | Falk Hüffner | -2/+0 |
| 2021-09-06 | Add benchmark for integer log10. | Falk Hüffner | -0/+62 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-04-25 | move core::hint::black_box under its own feature gate | Ralf Jung | -4/+4 |
| 2021-03-18 | add bench | The8472 | -0/+13 |
| 2021-03-17 | Auto merge of #81358 - mcastorina:to-upper-lower-speed, r=joshtriplett | bors | -0/+30 |
| 2021-03-05 | Auto merge of #74024 - Folyd:master, r=m-ou-se | bors | -6/+38 |
| 2021-02-26 | Add two more benchmarks for strictly ASCII and non ASCII cases | Miccah Castorina | -2/+22 |
| 2021-02-26 | Add to_lowercase and to_uppercase char benchmarks | Miccah Castorina | -0/+10 |
| 2021-02-08 | Unify way to flip 6th bit. (Same assembly generated) | Giles Cope | -2/+4 |
| 2021-02-06 | Slight perf improvement on char::to_ascii_lowercase | Giles Cope | -0/+10 |
| 2021-01-30 | Improve slice.binary_search_by()'s best-case performance to O(1) | Folyd | -6/+38 |
| 2021-01-08 | Add more benchmarks | kadmin | -1/+23 |
| 2020-10-18 | Remove redundant 'static from library crates | est31 | -3/+3 |
| 2020-09-28 | Use more efficient scheme for display u128/i128 | kadmin | -0/+29 |
| 2020-09-02 | flt2dec: properly handle uninitialized memory | Ralf Jung | -32/+66 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+1552 |