| Age | Commit message (Expand) | Author | Lines |
| 2024-03-07 | Add some weird test cases to the non_local_definitions lint tests | Urgau | -14/+56 |
| 2024-03-07 | Rollup merge of #122107 - Urgau:non_local_def-allow, r=WaffleLapkin | Matthias Krüger | -51/+56 |
| 2024-03-06 | Temporarily make allow-by-default the non_local_definitions lint | Urgau | -51/+56 |
| 2024-03-06 | Rollup merge of #122038 - Alexendoo:unused-qualifications, r=petrochenkov | Matthias Krüger | -1/+19 |
| 2024-03-05 | Rollup merge of #121961 - surechen:add_test_20240304, r=petrochenkov | Matthias Krüger | -0/+124 |
| 2024-03-05 | Fix linting paths with qself in `unused_qualifications` | Alex Macleod | -1/+19 |
| 2024-03-05 | add test for #71450 | surechen | -0/+110 |
| 2024-03-04 | add test for #78894 | surechen | -0/+14 |
| 2024-03-03 | Rollup merge of #121749 - jieyouxu:issue-45127-fix, r=petrochenkov | Matthias Krüger | -14/+126 |
| 2024-03-03 | Rollup merge of #121528 - Alexendoo:unused_qualifications, r=petrochenkov | Matthias Krüger | -7/+127 |
| 2024-03-03 | Consider middle segments of paths in `unused_qualifications` | Alex Macleod | -7/+127 |
| 2024-03-03 | Only run lint tests on x86_64-unknown-linux-gnu | 许杰友 Jieyou Xu (Joe) | -13/+17 |
| 2024-03-03 | Ignore cdylib test for i686-unknown-linux-musl | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-03-02 | Ignore wasm in dylib/proc-macro crate type tests | 许杰友 Jieyou Xu (Joe) | -4/+6 |
| 2024-03-01 | If suggestion would leave an empty line, delete it | clubby789 | -1/+56 |
| 2024-02-28 | Don't lint snake-case on executable crate name | Gil Shoshan | -14/+119 |
| 2024-02-26 | Rollup merge of #121628 - gurry:121534-ice-asymm-binop, r=oli-obk | Matthias Krüger | -0/+21 |
| 2024-02-26 | Do not const pop unions | Gurinder Singh | -0/+21 |
| 2024-02-26 | Rollup merge of #120840 - HTGAzureX1212:HTGAzureX1212/unicode-identifier-type... | Guillaume Gomez | -7/+13 |
| 2024-02-26 | separate messages for individual categories | HTGAzureX1212. | -7/+13 |
| 2024-02-26 | Auto merge of #121461 - reitermarkus:generic-nonzero-tests, r=dtolnay | bors | -185/+182 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+1051 |
| 2024-02-25 | Don't use `unwrap()` in `ArrayIntoIter` lint when typeck fails | Gurinder Singh | -0/+20 |
| 2024-02-25 | Use generic `NonZero` in tests. | Markus Reiter | -185/+182 |
| 2024-02-24 | promotion: don't promote int::MIN / -1 | Ralf Jung | -720/+177 |
| 2024-02-23 | Rollup merge of #121510 - RalfJung:lint-overflowing-ops, r=oli-obk | Matthias Krüger | -676/+1191 |
| 2024-02-23 | lint-overflowing-ops: unify cases and remove redundancy | Ralf Jung | -676/+1191 |
| 2024-02-23 | Rollup merge of #121471 - estebank:lint-clone, r=TaKO8Ki | Matthias Krüger | -77/+62 |
| 2024-02-22 | When encountering `<&T as Clone>::clone(x)` because `T: Clone`, suggest `#[de... | Esteban Küber | -77/+62 |
| 2024-02-22 | remove exception | James Dietz | -8/+8 |
| 2024-02-21 | consolidate tests | James Dietz | -510/+1169 |
| 2024-02-21 | Rollup merge of #121338 - jieyouxu:ambiguous_wide_pointer_comparisons_suggest... | Dylan DPC | -0/+44 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -6/+5 |
| 2024-05-23 | Rollup merge of #122382 - mu001999:dead_code/enhance, r=petrochenkov | León Orell Valerian Liehr | -0/+48 |
| 2024-05-23 | Rollup merge of #125416 - compiler-errors:param-env-missing-copy, r=lcnr | Matthias Krüger | -0/+21 |
| 2024-05-23 | Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil... | Matthias Krüger | -1/+83 |
| 2024-05-23 | Detect unused structs which implement private traits | r0cky | -0/+48 |
| 2024-05-22 | Use correct param-env in MissingCopyImplementations | Michael Goulet | -0/+21 |
| 2024-05-21 | Auto merge of #124417 - Xiretza:translate-early-lints, r=fmease | bors | -4/+4 |
| 2024-05-21 | Make early lints translatable | Xiretza | -4/+4 |
| 2024-05-20 | Move 100 entries from tests/ui into subdirs | Jubilee Young | -0/+30 |
| 2024-05-20 | Handle a few more simple tests | Ben Kimock | -13/+13 |
| 2024-05-18 | Auto merge of #125105 - nnethercote:rustc_resolve-cleanups, r=estebank | bors | -18/+18 |
| 2024-05-17 | Rollup merge of #123694 - Xiretza:expand-diagnostics, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-05-15 | Fix article in test | Zachary S | -4/+4 |
| 2024-05-15 | Add tests for 'Also apply `warn(for_loops_over_fallibles)` to &T and &mut T, ... | Zachary S | -1/+83 |
| 2024-05-11 | Add test of unused_parens lint involving macro calls | David Tolnay | -19/+117 |
| 2024-05-10 | Handle Deref expressions in invalid_reference_casting | Ben Kimock | -0/+7 |
| 2024-05-10 | Remove `ordinalize`. | Nicholas Nethercote | -18/+18 |
| 2024-05-08 | Handle field projections like slice indexing in invalid_reference_casting | Ben Kimock | -0/+6 |