| Age | Commit message (Expand) | Author | Lines |
| 2024-09-20 | Address diagnostics regression for 'const_char_encode_utf8'; | Gabriel Bjørnager Jensen | -2/+12 |
| 2024-09-20 | Allow unused unsafe for vxworks in alligned_malloc to resolve build errors | B I Mohammed Abbas | -0/+1 |
| 2024-09-20 | [Clippy] Remove final std paths for diagnostic item | GnomedDev | -0/+1 |
| 2024-09-20 | Add `#[track_caller]` to allocating methods of `Vec` & `VecDeque` | Pavel Grigorenko | -0/+105 |
| 2024-09-19 | Rollup merge of #130554 - ShE3py:unsupported-exitcode, r=Noratrieb | Matthias Krüger | -7/+4 |
| 2024-09-19 | Rollup merge of #130553 - GnomedDev:remove-clippy-paths, r=compiler-errors | Matthias Krüger | -0/+46 |
| 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/+16 |
| 2024-09-19 | `pal::unsupported::process::ExitCode`: use an `u8` instead of a `bool` | Lieselotte | -7/+4 |
| 2024-09-19 | [Clippy] Swap `open_options` to use diagnostic items instead of paths | GnomedDev | -0/+2 |
| 2024-09-19 | [Clippy] Swap `iter_over_hash_type` to use diagnostic items instead of paths | GnomedDev | -0/+8 |
| 2024-09-19 | [Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ... | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `unnecessary_owned_empty_strings` to use diagnostic item instea... | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `manual_strip` to use diagnostic items instead of paths | GnomedDev | -0/+3 |
| 2024-09-19 | [Clippy] Swap `unnecessary_to_owned` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `instant_subtraction` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 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/+4 |
| 2024-09-19 | [Clippy] Swap `repeat_vec_with_capacity` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `VecArgs::hir` to use diagnostic items instead of paths | GnomedDev | -0/+3 |
| 2024-09-19 | [Clippy] Swap `single_char_add_str`/`format_push_string` to use diagnostic it... | GnomedDev | -0/+2 |
| 2024-09-19 | [Clippy] Swap `manual_main_separator_str` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `redundant_clone` 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 `option_as_ref_deref` to use diagnostic items instead of paths | GnomedDev | -0/+7 |
| 2024-09-19 | [Clippy] Swap `lines_filter_map_ok` to use a diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `map_entry` to use diagnostic items instead of paths | GnomedDev | -0/+4 |
| 2024-09-19 | Auto merge of #130547 - workingjubilee:rollup-tw30khz, r=workingjubilee | bors | -5/+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 | -3/+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/+9 |
| 2024-09-18 | Rollup merge of #130513 - shekhirin:fs-write-doc-comment, r=cuviper | Jubilee | -1/+1 |
| 2024-09-18 | Rollup merge of #130487 - cuviper:min-llvm-18, r=nikic | Jubilee | -3/+1 |
| 2024-09-18 | Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=Amanieu | Jubilee | -11/+312 |
| 2024-09-18 | Rollup merge of #129934 - ChrisDenton:remove-dir-all3, r=Amanieu | Jubilee | -3/+12 |
| 2024-09-18 | Rollup merge of #97524 - ibraheemdev:thread-raw, r=ibraheemdev | Jubilee | -0/+48 |
| 2024-09-18 | Revert "Add a hack to prevent proc_macro misopt in CI" | Josh Stone | -3/+1 |
| 2024-09-18 | library: Call it really_init_mut to avoid name collisions | Jubilee Young | -4/+4 |
| 2024-09-18 | library: Destabilize Lazy{Cell,Lock}::{force,deref}_mut | Jubilee Young | -28/+9 |
| 2024-09-18 | std_detect: Add sme-b16b16 as an explicit aarch64 target feature | Kajetan Puchalski | -7/+11 |
| 2024-09-18 | [Clippy] Swap `manual_retain` to use diagnostic items instead of paths | GnomedDev | -0/+9 |
| 2024-09-18 | Auto merge of #130497 - saethlin:alloc-zeroed-is-unstable, r=bjorn3 | bors | -1/+7 |
| 2024-09-18 | Clarify docs for std::fs::File::write | Alexey Shekhirin | -1/+1 |
| 2024-09-18 | Auto merge of #129491 - StackOverflowExcept1on:master, r=m-ou-se | bors | -8/+8 |
| 2024-09-18 | Use C string literal | Taiki Endo | -40/+39 |
| 2024-09-18 | std_detect: Fix link in mips.rs | Taiki Endo | -1/+1 |