| Age | Commit message (Expand) | Author | Lines |
| 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-18 | Begin experimental support for pin reborrowing | Eric Holk | -0/+2 |
| 2024-09-18 | [Clippy] Swap `manual_retain` to use diagnostic items instead of paths | GnomedDev | -0/+9 |
| 2024-09-13 | Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxu | bors | -0/+1 |
| 2024-09-12 | Re-enable `ConstArgKind::Path` lowering by default | Noah Lev | -1/+0 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -1/+1 |
| 2024-09-11 | Use `doc(hidden)` instead of `allow(missing_docs)` in the test harness | Olivier Goffart | -1/+0 |
| 2024-09-11 | rescope temp lifetime in let-chain into IfElse | Ding Xiang Fei | -0/+1 |
| 2024-09-10 | Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov | bors | -0/+1 |
| 2024-09-09 | Rollup merge of #130146 - folkertdev:bootstrap-naked-asm, r=Amanieu | Jubilee | -0/+1 |
| 2024-09-09 | Allow `missing_docs` lint on the generated test harness | Urgau | -0/+1 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-09-09 | bootstrap `naked_asm!` for `compiler-builtins` | Folkert de Vries | -0/+1 |
| 2024-09-07 | Rollup merge of #129899 - veera-sivarajan:fix-97793-pr-final, r=chenyukang | Michael Goulet | -1/+41 |
| 2024-09-06 | Add Suggestions for Misspelled Keywords | Veera | -1/+41 |
| 2024-09-05 | Rollup merge of #128919 - Nadrieril:lint-query-leaks, r=cjgillot | Matthias Krüger | -0/+1 |
| 2024-09-05 | Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat... | Matthias Krüger | -0/+1 |
| 2024-09-03 | Add an internal lint that warns when accessing untracked data | Nadrieril | -0/+1 |
| 2024-09-03 | Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau | bors | -2/+3 |
| 2024-09-03 | Add `warn(unreachable_pub)` to `rustc_span`. | Nicholas Nethercote | -2/+3 |
| 2024-09-02 | Rollup merge of #129877 - Sajjon:sajjon_fix_typos_batch_2, r=fee1-dead | Matthias Krüger | -3/+3 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -3/+3 |
| 2024-09-01 | Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" | Jakub Beránek | -1/+0 |
| 2024-08-29 | Rollup merge of #123940 - kornelski:remove-derived-debug, r=Urgau | Guillaume Gomez | -0/+5 |
| 2024-08-28 | Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat... | Jubilee | -1/+0 |
| 2024-08-28 | Rollup merge of #129343 - estebank:time-version, r=jieyouxu | Jubilee | -0/+1 |
| 2024-08-28 | Rollup merge of #128192 - mrkajetanp:feature-detect, r=Amanieu | Jubilee | -0/+1 |
| 2024-08-28 | Emit specific message for `time<0.3.35` inference failure | Esteban Küber | -0/+1 |
| 2024-08-28 | fmt-debug option | Kornel | -0/+5 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -0/+1 |
| 2024-08-27 | Arbitrary self types v2: pointers feature gate. | Adrian Taylor | -0/+1 |
| 2024-08-27 | compiler: Remove feature(new_uninit) | Jubilee Young | -1/+0 |
| 2024-08-27 | rustc_target: Add various aarch64 features | Kajetan Puchalski | -0/+1 |
| 2024-08-25 | Rollup merge of #129487 - GrigorenkoPV:repr_transparent_external_private_fiel... | Matthias Krüger | -0/+1 |
| 2024-08-25 | Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgr | bors | -0/+1 |
| 2024-08-24 | Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillot | Trevor Gross | -0/+1 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -0/+1 |