| Age | Commit message (Expand) | Author | Lines |
| 2024-09-23 | Rollup merge of #130713 - bjoernager:const-char-make-ascii, r=Noratrieb | Matthias Krüger | -4/+6 |
| 2024-09-23 | Rollup merge of #130659 - bjoernager:const-char-encode-utf16, r=dtolnay | Matthias Krüger | -25/+36 |
| 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 | -118/+126 |
| 2024-09-22 | Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'u8' as const; Rena... | Gabriel Bjørnager Jensen | -4/+6 |
| 2024-09-22 | Rollup merge of #130692 - RalfJung:result-flatten, r=Noratrieb | Guillaume Gomez | -2/+8 |
| 2024-09-22 | Rollup merge of #130658 - EqualMa:patch-1, r=scottmcm | Guillaume Gomez | -1/+1 |
| 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-22 | make unstable Result::flatten a const fn | Ralf Jung | -2/+8 |
| 2024-09-21 | Mark and implement 'char::encode_utf16' as const; Rewrite 'encode_utf16_raw'; | Gabriel Bjørnager Jensen | -25/+36 |
| 2024-09-21 | Fix docs of compare_bytes | EqualMa | -1/+1 |
| 2024-09-21 | ABI compatibility: mention Result guarantee | Ralf Jung | -0/+2 |
| 2024-09-20 | Auto merge of #130631 - GuillaumeGomez:rollup-jpgy1iv, r=GuillaumeGomez | bors | -2/+12 |
| 2024-09-20 | Rollup merge of #130611 - bjoernager:const-char-encode-utf8, r=dtolnay | Guillaume Gomez | -2/+12 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+2 |
| 2024-09-20 | Address diagnostics regression for 'const_char_encode_utf8'; | Gabriel Bjørnager Jensen | -2/+12 |
| 2024-09-19 | Rollup merge of #130553 - GnomedDev:remove-clippy-paths, r=compiler-errors | Matthias Krüger | -0/+10 |
| 2024-09-19 | Rollup merge of #128001 - Krappa322:master, r=scottmcm | Matthias Krüger | -26/+55 |
| 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-19 | [Clippy] Swap `waker_clone_wake` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `filter_map_bool_then` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `manual_while_let_some` to use diagnostic items instead of paths | GnomedDev | -0/+2 |
| 2024-09-19 | [Clippy] Swap `float_equality_without_abs` to use diagnostic items instead of... | GnomedDev | -0/+2 |
| 2024-09-19 | [Clippy] Swap `lines_filter_map_ok` to use a diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | Auto merge of #130547 - workingjubilee:rollup-tw30khz, r=workingjubilee | bors | -4/+5 |
| 2024-09-19 | Auto merge of #130511 - bjoernager:const-char-encode-utf8, r=dtolnay | bors | -18/+15 |
| 2024-09-18 | run `x.py fmt` | ultrabear | -1/+4 |
| 2024-09-18 | remove feature attributes as const_maybe_uninit_as_mut_ptr is stabilized | ultrabear | -2/+0 |
| 2024-09-18 | stabilize `const_maybe_uninit_as_mut_ptr` | ultrabear | -2/+2 |
| 2024-09-18 | Mark and implement 'char::encode_utf8' as const. | Gabriel Bjørnager Jensen | -18/+15 |
| 2024-09-18 | Rollup merge of #130522 - GnomedDev:clippy-manual-retain-paths, r=compiler-er... | Jubilee | -0/+5 |
| 2024-09-18 | Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=Amanieu | Jubilee | -5/+142 |
| 2024-09-18 | library: Call it really_init_mut to avoid name collisions | Jubilee Young | -2/+2 |
| 2024-09-18 | library: Destabilize Lazy{Cell,Lock}::{force,deref}_mut | Jubilee Young | -14/+5 |
| 2024-09-18 | [Clippy] Swap `manual_retain` to use diagnostic items instead of paths | GnomedDev | -0/+5 |
| 2024-09-18 | Auto merge of #129491 - StackOverflowExcept1on:master, r=m-ou-se | bors | -8/+8 |
| 2024-09-18 | Auto merge of #129845 - scottmcm:redo-layout, r=Noratrieb | bors | -56/+110 |
| 2024-09-17 | Take more advantage of the `isize::MAX` limit in `Layout` | Scott McMurray | -56/+110 |
| 2024-09-17 | Remove uneeded PartialOrd bound in cmp::Ord::clamp | Arthur Carcano | -1/+0 |
| 2024-09-17 | Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut` | Chayim Refael Friedman | -6/+152 |
| 2024-09-17 | Auto merge of #130145 - fee1-dead-contrib:repeatn, r=lcnr,workingjubilee | bors | -15/+69 |
| 2024-09-15 | Rollup merge of #127879 - kornelski:bad-pointer-printf, r=workingjubilee | Jubilee | -2/+10 |
| 2024-09-16 | Auto merge of #130220 - RalfJung:float-classify, r=workingjubilee | bors | -109/+31 |
| 2024-09-15 | Rollup merge of #130339 - CAD97:unwind-choice, r=dtolnay | Matthias Krüger | -0/+25 |
| 2024-09-15 | simplify abort_unwind | Christopher Durham | -7/+2 |
| 2024-09-15 | Rollup merge of #130118 - RalfJung:unwrap_unchecked, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2024-09-15 | Rollup merge of #129195 - RalfJung:const-mut-refs, r=fee1-dead | Matthias Krüger | -6/+6 |
| 2024-09-15 | also stabilize const_refs_to_cell | Ralf Jung | -2/+2 |