| Age | Commit message (Expand) | Author | Lines |
| 2024-12-31 | char to_digit: avoid unnecessary casts to u64 | Marcondiro | -7/+11 |
| 2024-11-27 | update cfgs | Boxy | -5/+0 |
| 2024-11-27 | replace placeholder version | Boxy | -4/+4 |
| 2024-11-14 | Auto merge of #132709 - programmerjake:optimize-charto_digit, r=joshtriplett | bors | -13/+31 |
| 2024-11-12 | stabilize const_unicode_case_lookup | Ralf Jung | -4/+2 |
| 2024-11-06 | optimize char::to_digit and assert radix is at least 2 | Jacob Lifshay | -13/+31 |
| 2024-11-06 | Auto merge of #132500 - RalfJung:char-is-whitespace-const, r=jhpratt | bors | -2/+3 |
| 2024-11-05 | Auto merge of #132661 - matthiaskrgr:rollup-npytbl6, r=matthiaskrgr | bors | -1/+1 |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -1/+1 |
| 2024-11-04 | Stabilise 'const_char_encode_utf16'; | Gabriel Bjørnager Jensen | -2/+5 |
| 2024-11-03 | Auto merge of #132542 - RalfJung:const_panic, r=tgross35 | bors | -24/+19 |
| 2024-11-03 | add const_panic macro to make it easier to fall back to non-formatting panic ... | Ralf Jung | -24/+19 |
| 2024-11-03 | Auto merge of #132458 - RalfJung:rustc-const-unstable, r=Amanieu | bors | -1/+0 |
| 2024-11-02 | make char::is_whitespace unstably const | Ralf Jung | -2/+3 |
| 2024-11-02 | get rid of a whole bunch of unnecessary rustc_const_unstable attributes | Ralf Jung | -1/+0 |
| 2024-11-02 | fix some stability annotations | Lukas Markeffsky | -1/+1 |
| 2024-10-27 | Support `char::is_digit` in const contexts | ultrabear | -1/+2 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -1/+1 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -4/+0 |
| 2024-10-15 | replace placeholder version | Josh Stone | -3/+3 |
| 2024-10-14 | Stabilise 'const_make_ascii' | Gabriel Bjørnager Jensen | -2/+4 |
| 2024-10-10 | Stabilise 'const_char_encode_utf8'; | Gabriel Bjørnager Jensen | -2/+5 |
| 2024-10-01 | Rollup merge of #130773 - bjoernager:master, r=thomcc | Matthias Krüger | -2/+1 |
| 2024-09-28 | Update Unicode escapes; | Gabriel Bjørnager Jensen | -2/+1 |
| 2024-09-25 | Add 'must_use' attribute to 'char::len_utf8' and 'char::len_utf16'; | Gabriel Bjørnager Jensen | -0/+4 |
| 2024-09-23 | Rollup merge of #130713 - bjoernager:const-char-make-ascii, r=Noratrieb | Matthias Krüger | -2/+2 |
| 2024-09-23 | Rollup merge of #130659 - bjoernager:const-char-encode-utf16, r=dtolnay | Matthias Krüger | -25/+35 |
| 2024-09-22 | Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'u8' as const; Rena... | Gabriel Bjørnager Jensen | -2/+2 |
| 2024-09-22 | Auto merge of #130697 - bjoernager:const-char-make-ascii, r=dtolnay | bors | -2/+4 |
| 2024-09-22 | Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'char' as const; | Gabriel Bjørnager Jensen | -2/+4 |
| 2024-09-21 | Mark and implement 'char::encode_utf16' as const; Rewrite 'encode_utf16_raw'; | Gabriel Bjørnager Jensen | -25/+35 |
| 2024-09-20 | Address diagnostics regression for 'const_char_encode_utf8'; | Gabriel Bjørnager Jensen | -2/+12 |
| 2024-09-18 | Mark and implement 'char::encode_utf8' as const. | Gabriel Bjørnager Jensen | -18/+14 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2024-09-09 | Stabilize `char::MIN` | okaneco | -4/+1 |
| 2024-09-08 | add FIXME(const-hack) | Ralf Jung | -2/+2 |
| 2024-08-31 | Remove stray dot in `std::char::from_u32_unchecked` documentation | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -5/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -4/+2 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -4/+1 |
| 2024-07-28 | Update CURRENT_RUSTC_VERSION | Mark Rousskov | -2/+2 |
| 2024-07-19 | Use `#[rustfmt::skip]` on some `use` groups to prevent reordering. | Nicholas Nethercote | -0/+5 |
| 2024-07-17 | Avoid comments that describe multiple `use` items. | Nicholas Nethercote | -4/+2 |
| 2024-06-25 | Stabilize const unchecked conversion from u32 to char | David Tolnay | -2/+5 |
| 2024-05-09 | Improve escape methods. | Markus Reiter | -6/+1 |
| 2024-05-08 | Avoid panicking branch in `EscapeIterInner`. | Markus Reiter | -25/+31 |
| 2024-05-08 | Inline `EscapeDebug::size_hint`. | Markus Reiter | -0/+1 |
| 2024-04-20 | Add a lower bound check to `unicode-table-generator` output | Arpad Borsos | -1/+1 |
| 2024-03-29 | Auto merge of #122616 - Jules-Bertholet:casemappingiter-layout, r=Nilstrieb | bors | -128/+181 |
| 2024-03-25 | Import the 2021 prelude in the core crate | Daniel Paoliello | -1/+0 |