| Age | Commit message (Expand) | Author | Lines |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -2/+2 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -8/+12 |
| 2024-06-17 | Rollup merge of #125258 - compiler-errors:static-if-no-lt, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -3/+15 |
| 2024-06-16 | boxed_slice_into_iter: tiny doc correction | Kalle Wachsmuth | -1/+1 |
| 2024-06-15 | Also simplify macro_rules doctest code | Urgau | -10/+6 |
| 2024-06-15 | Suggest standalone doctest for non-local impl defs | Urgau | -38/+52 |
| 2024-06-15 | Auto merge of #125722 - Urgau:non_local_defs-macro-to-change, r=estebank | bors | -3/+20 |
| 2024-06-14 | Use is_lang_item more aggressively | Michael Goulet | -10/+10 |
| 2024-06-14 | Resolve elided lifetimes in assoc const to static if no other lifetimes are i... | Michael Goulet | -3/+15 |
| 2024-06-12 | Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-06-12 | Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubilee | bors | -3/+5 |
| 2024-06-12 | Add a `fn main() {}` to a doctest to prevent the test from being wrapped in a... | Oli Scherer | -0/+2 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -3/+5 |
| 2024-06-11 | Rollup merge of #125659 - tbu-:pr_rm_isize, r=pnkfelix | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -2/+2 |
| 2024-06-11 | Rollup merge of #125913 - fmease:early-lints-spruce-up-some-diags, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -7/+14 |
| 2024-06-06 | Rollup merge of #126040 - Urgau:unreachable_pub-fields-less, r=petrochenkov | Jubilee | -6/+15 |
| 2024-06-06 | Don't warn on fields in the `unreachable_pub` lint | Urgau | -6/+15 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -3/+16 |
| 2024-06-05 | Make MISSING_UNSAFE_ON_EXTERN lint emit future compat info with suggestion to... | Santiago Pastorino | -3/+7 |
| 2024-06-04 | Rollup merge of #125596 - nnethercote:rental-hard-error, r=estebank | Guillaume Gomez | -14/+0 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -3/+3 |
| 2024-06-04 | Make extern blocks without unsafe warn in edition 2024 | Santiago Pastorino | -0/+9 |
| 2024-06-04 | Rollup merge of #125750 - compiler-errors:expect, r=lcnr | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-03 | Align Term methods with GenericArg methods | Michael Goulet | -1/+1 |
| 2024-06-03 | check_is_object_safe -> is_object_safe | Michael Goulet | -2/+2 |
| 2024-06-03 | Spruce up the diagnostics of some early lints | León Orell Valerian Liehr | -7/+14 |
| 2024-06-03 | Tweak `CheckLintNameResult::Tool`. | Nicholas Nethercote | -53/+46 |
| 2024-06-03 | Reduce some `pub` exposure. | Nicholas Nethercote | -2/+2 |
| 2024-06-03 | Fix up comments. | Nicholas Nethercote | -51/+69 |
| 2024-05-30 | Auto merge of #125711 - oli-obk:const_block_ice2, r=Nadrieril | bors | -5/+5 |
| 2024-05-29 | non_local_defs: move cargo update suggestion upper | Urgau | -3/+3 |
| 2024-05-29 | non_local_defs: indicate that the macro needs to change | Urgau | -0/+17 |
| 2024-05-29 | Change lint_dropping_copy_types to use UseLetUnderscoreIgnoreSuggestion as su... | surechen | -33/+8 |
| 2024-05-29 | Don't require `visit_body` to take a lifetime that must outlive the function ... | Oli Scherer | -5/+5 |
| 2024-05-29 | Let lint_forgetting_references give the suggestion if possible | surechen | -25/+38 |
| 2024-05-29 | Let lint_forgetting_copy_types give the suggestion if possible. | surechen | -2/+5 |
| 2024-05-29 | Let lint_dropping_references give the suggestion if possible. | surechen | -3/+30 |
| 2024-05-29 | Auto merge of #125433 - surechen:fix_125189, r=Urgau | bors | -5/+33 |
| 2024-05-28 | Remove usage of `isize` in example | Tobias Bucher | -1/+1 |
| 2024-05-28 | Convert `proc_macro_back_compat` lint to an unconditional error. | Nicholas Nethercote | -14/+0 |
| 2024-05-27 | non_local_defs: point the parent item when appropriate | Urgau | -18/+31 |
| 2024-05-27 | non_local_defs: point to Self and Trait to give more context | Urgau | -7/+89 |
| 2024-05-27 | non_local_defs: suggest removing leading ref/ptr to make the impl local | Urgau | -31/+66 |
| 2024-05-27 | non_local_defs: improve main without a trait note | Urgau | -1/+1 |
| 2024-05-27 | non_local_defs: be more precise about what needs to be moved | Urgau | -9/+43 |
| 2024-05-27 | non_local_defs: improve exception note for impl and macro_rules! | Urgau | -3/+1 |
| 2024-05-27 | non_local_defs: use labels to indicate what may need to be moved | Urgau | -3/+19 |
| 2024-05-27 | non_local_defs: use span of the impl def and not the impl block | Urgau | -1/+1 |
| 2024-05-27 | non_local_defs: improve some notes around trait, bounds, consts | Urgau | -15/+30 |