| Age | Commit message (Expand) | Author | Lines |
| 2023-09-03 | Emit unused doc comment warnings for pat and expr fields | Gurinder Singh | -0/+14 |
| 2023-09-01 | Rollup merge of #115424 - notriddle:notriddle/issue-106413, r=oli-obk | Matthias Krüger | -1/+30 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -0/+5 |
| 2023-08-31 | Use terminology more sensibly | Michael Howell | -1/+1 |
| 2023-08-31 | diagnostics: avoid wrong `unused_parens` on `x as (T) < y` | Michael Howell | -1/+30 |
| 2023-08-30 | feat(rustc_lint): make `CheckLintName` respect lint level | Weihang Lo | -109/+97 |
| 2023-08-30 | refactor(rustc_lint): inline `check_lint_name_cmdline` | Weihang Lo | -70/+62 |
| 2023-08-29 | some more is_zst that should be is_1zst | Ralf Jung | -3/+3 |
| 2023-08-24 | Rollup merge of #115152 - weihanglo:lint-refactor, r=compiler-errors | Weihang Lo | -51/+77 |
| 2023-08-24 | Lint on invalid UnsafeCell::raw_get with invalid_reference_casting lint | Urgau | -5/+39 |
| 2023-08-24 | Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonur | bors | -1/+1 |
| 2023-08-24 | refactor: use references to reduce unnecessary clones | Weihang Lo | -28/+27 |
| 2023-08-24 | lint: translate `RenamedOrRemovedLint` | Weihang Lo | -34/+61 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-23 | Improve note for the invalid_reference_casting lint | Urgau | -0/+2 |
| 2023-08-23 | Rollup merge of #115100 - Urgau:invalid_ref_casting-ptr-writes, r=est31 | Dylan DPC | -17/+47 |
| 2023-08-22 | Rollup merge of #115011 - compiler-errors:warn-on-elided-assoc-ct-lt, r=cjgillot | Michael Goulet | -0/+8 |
| 2023-08-22 | Add support for ptr::write for the invalid_reference_casting lint | Urgau | -17/+47 |
| 2023-08-22 | unknown unstable lint command line | mojave2 | -10/+18 |
| 2023-08-20 | Warn on elided lifetimes in associated constants | Michael Goulet | -0/+8 |
| 2023-08-16 | Rollup merge of #114784 - Urgau:many-improve-invalid_reference_casting-lint, ... | Matthias Krüger | -18/+31 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -5/+5 |
| 2023-08-15 | Improve `invalid_reference_casting` lint | Urgau | -18/+31 |
| 2023-08-14 | match scrutinee need necessary parentheses for structs | yukang | -0/+18 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -5/+5 |
| 2023-08-13 | Auto merge of #114757 - Urgau:transmute-with-invalid_reference_casting, r=est31 | bors | -24/+48 |
| 2023-08-13 | Auto merge of #114723 - petrochenkov:noplugin2, r=davidtwco | bors | -3/+19 |
| 2023-08-12 | Also consider `transmute` with the `invalid_reference_casting` lint | Urgau | -24/+48 |
| 2023-08-11 | rustc: Move `features` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -3/+19 |
| 2023-08-10 | downgrade internal_features to warn | lcnr | -2/+2 |
| 2023-08-06 | Improve diagnostics and add tests for function calls | est31 | -23/+31 |
| 2023-08-06 | Rollup merge of #114486 - Urgau:const-context-nan-suggestion-114471, r=compil... | Matthias Krüger | -6/+10 |
| 2023-08-05 | Add FIXME as reminder to restore suggestion later | Michael Goulet | -0/+1 |
| 2023-08-05 | Avoid invalid NaN lint machine-applicable suggestion in const context | Urgau | -6/+9 |
| 2023-08-05 | Rollup merge of #114248 - fmease:neg-copy-rules-out-missing-copy-impl, r=b-naber | Matthias Krüger | -0/+23 |
| 2023-08-05 | Auto merge of #113734 - cjgillot:no-crate-lint, r=petrochenkov | bors | -512/+494 |
| 2023-08-05 | Add #[rustc_never_returns_null_ptr] | est31 | -1/+1 |
| 2023-08-04 | Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errors | bors | -7/+7 |
| 2023-08-04 | Rollup merge of #114472 - estebank:issue-76140, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -2/+2 |
| 2023-08-04 | Reword confusable idents lint | Esteban Küber | -1/+4 |
| 2023-08-04 | Fetch diagnostic item later. | Camille GILLOT | -2/+2 |
| 2023-08-04 | Make rustc internal lints per module. | Camille GILLOT | -7/+7 |
| 2023-08-04 | Make MissingDoc a module lint. | Camille GILLOT | -71/+38 |
| 2023-08-04 | Make MissingDebugImplementation a module lint. | Camille GILLOT | -22/+14 |
| 2023-08-04 | Simplify clashing_extern_declarations. | Camille GILLOT | -270/+263 |
| 2023-08-04 | Querify clashing_extern_declarations lint. | Camille GILLOT | -410/+440 |
| 2023-08-04 | Auto merge of #114414 - cjgillot:early-unnameable-test, r=petrochenkov | bors | -83/+1 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -2/+2 |
| 2023-08-03 | Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obk | bors | -16/+59 |