| Age | Commit message (Expand) | Author | Lines |
| 2024-12-24 | chore: fix typos | oliveredget | -2/+2 |
| 2024-12-21 | Less unwrap() in documentation | Kornel | -2/+3 |
| 2024-11-27 | update cfgs | Boxy | -2/+2 |
| 2024-11-27 | replace placeholder version | Boxy | -2/+2 |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -0/+2 |
| 2024-11-14 | docs: Fix missing colon in methods for primitive types | Shun Sakai | -1/+1 |
| 2024-11-11 | Tag relevant functions with #[rustc_as_ptr] attribute | gavincrawford | -0/+2 |
| 2024-11-05 | Add new unstable feature `const_eq_ignore_ascii_case` | okaneco | -1/+2 |
| 2024-11-05 | Rollup merge of #132571 - RalfJung:const_eval_select_macro, r=oli-obk | Matthias Krüger | -10/+7 |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -10/+7 |
| 2024-11-04 | Improve example of `impl Pattern for &[char]` | Eduardo Sánchez Muñoz | -2/+2 |
| 2024-11-03 | remove const-support for align_offset | Ralf Jung | -7/+20 |
| 2024-11-03 | Auto merge of #132458 - RalfJung:rustc-const-unstable, r=Amanieu | bors | -2/+0 |
| 2024-11-02 | get rid of a whole bunch of unnecessary rustc_const_unstable attributes | Ralf Jung | -2/+0 |
| 2024-11-02 | Rollup merge of #132398 - krtab:add_doc_link, r=Noratrieb | Matthias Krüger | -5/+9 |
| 2024-11-01 | remove some unnecessary rustc_allow_const_fn_unstable | Ralf Jung | -1/+0 |
| 2024-10-31 | Add intra-doc link in str::xxx_char_boundary | Arthur Carcano | -3/+5 |
| 2024-10-30 | Add intra-doc link in str::xxx_prefix | Arthur Carcano | -2/+4 |
| 2024-10-29 | Rollup merge of #131520 - zachs18:const-str-split, r=Noratrieb | Jubilee | -12/+36 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -2/+2 |
| 2024-10-24 | provide default impl for as_utf8_pattern | Laiho | -11/+3 |
| 2024-10-23 | const fn str::split_at* | Zachary S | -6/+29 |
| 2024-10-23 | const fn str::is_char_boundary | Zachary S | -6/+7 |
| 2024-10-17 | Auto merge of #130223 - LaihoE:faster_str_replace, r=thomcc | bors | -0/+33 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -5/+0 |
| 2024-10-15 | replace placeholder version | Josh Stone | -6/+3 |
| 2024-10-14 | Stabilise 'const_make_ascii' | Gabriel Bjørnager Jensen | -2/+4 |
| 2024-10-02 | library: Stabilize `const_str_as_mut` | Jubilee Young | -2/+5 |
| 2024-10-02 | library: Stabilize `const_str_from_utf8_unchecked_mut` | Jubilee Young | -1/+4 |
| 2024-09-25 | Utf8Chunks: add link to Utf8Chunk | Ralf Jung | -0/+4 |
| 2024-09-24 | Mark and implement 'make_ascii_uppercase' and 'make_ascii_lowercase' in '[u8]... | Gabriel Bjørnager Jensen | -2/+4 |
| 2024-09-23 | Add fast path for ascii to ascii in str::replace | Laiho | -0/+33 |
| 2024-09-23 | Rollup merge of #129550 - kornelski:boxasstr, r=joshtriplett,dtolnay | Matthias Krüger | -0/+11 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -3/+3 |
| 2024-09-19 | Add str.as_str() for easy dereferencing of Box<str> | Kornel | -0/+11 |
| 2024-09-19 | [Clippy] Swap `manual_strip` to use diagnostic items instead of paths | GnomedDev | -0/+3 |
| 2024-09-18 | [Clippy] Swap `manual_retain` to use diagnostic items instead of paths | GnomedDev | -0/+1 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -9/+3 |
| 2024-09-08 | remove const_slice_index annotations, it never had a feature gate anyway | Ralf Jung | -6/+0 |
| 2024-09-08 | add FIXME(const-hack) | Ralf Jung | -3/+3 |
| 2024-09-08 | Remove needless returns detected by clippy in libraries | Eduardo Sánchez Muñoz | -2/+2 |
| 2024-09-07 | Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgr | bors | -2/+4 |
| 2024-09-07 | str: make as_mut_ptr and as_bytes_mut unstably const | Ralf Jung | -2/+4 |
| 2024-09-03 | replace placeholder version | Boxy | -1/+1 |
| 2024-08-23 | Rollup merge of #129276 - eduardosm:stabilize-char_indices_offset, r=Amanieu | Guillaume Gomez | -2/+13 |
| 2024-08-21 | Fix stability attribute of `impl !Error for &str` | Tobias Bucher | -1/+1 |
| 2024-08-19 | Stabilize feature `char_indices_offset` | Eduardo Sánchez Muñoz | -2/+13 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -77/+43 |
| 2024-07-26 | Fix doc nits | John Arundel | -34/+36 |
| 2024-07-24 | Rollup merge of #127481 - a1phyr:pattern_gat, r=Amanieu | Matthias Krüger | -146/+151 |