| Age | Commit message (Expand) | Author | Lines |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -1/+2 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -5/+4 |
| 2024-02-05 | get rid of nontrivial_structural_match lint and custom_eq const qualif | Ralf Jung | -0/+5 |
| 2024-02-05 | Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillot | Matthias Krüger | -0/+4 |
| 2024-02-05 | Rollup merge of #119600 - aDotInTheVoid:comment-fix, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-01-31 | Auto merge of #120346 - petrochenkov:ownodes, r=oli-obk | bors | -1/+1 |
| 2024-01-30 | hir: Remove `hir::Map::{owner,expect_owner}` | Vadim Petrochenkov | -1/+1 |
| 2024-01-30 | add missing potential_query_instability for keys and values in hashmap | yukang | -6/+9 |
| 2024-01-30 | limit the names_possiblilities to less than 3 | Yukang | -1/+1 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -10/+10 |
| 2024-01-28 | Suggest name value cfg when only value is used for check-cfg | yukang | -10/+40 |
| 2024-01-26 | remove illegal_floating_point_literal_pattern lint | Ralf Jung | -0/+4 |
| 2024-01-26 | Rollup merge of #120360 - compiler-errors:afit-sized-lol, r=lcnr | Matthias Krüger | -1/+12 |
| 2024-01-25 | Remove unused features | clubby789 | -3/+0 |
| 2024-01-25 | Don't fire OPAQUE_HIDDEN_INFERRED_BOUND on sized return of AFIT | Michael Goulet | -1/+12 |
| 2024-01-23 | address requested changes | HTGAzureX1212. | -6/+8 |
| 2024-01-23 | add list of characters to uncommon codepoints lint | HTGAzureX1212. | -2/+13 |
| 2024-01-23 | Auto merge of #120017 - nnethercote:lint-api, r=oli-obk | bors | -165/+155 |
| 2024-01-22 | Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnr | Matthias Krüger | -3/+12 |
| 2024-01-23 | Rename `struct_lint_level` as `lint_level`. | Nicholas Nethercote | -10/+10 |
| 2024-01-23 | Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`. | Nicholas Nethercote | -3/+3 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-23 | Rename `TyCtxt::struct_lint_node` as `TyCtxt::node_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-23 | Rename `LintLevelsBuilder::emit_spanned_lint` as `LintLevelsBuilder::emit_spa... | Nicholas Nethercote | -7/+7 |
| 2024-01-23 | Rename `LintLevelsBuilder::struct_lint` as `LintLevelsBuilder::opt_span_lint`. | Nicholas Nethercote | -2/+2 |
| 2024-01-23 | Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`. | Nicholas Nethercote | -128/+112 |
| 2024-01-23 | Rename `LintContext::lookup_with_diagnostics` as `LintContext::span_lint_with... | Nicholas Nethercote | -3/+9 |
| 2024-01-23 | Rename `LintContext::lookup` as `LintContext::opt_span_lint`. | Nicholas Nethercote | -8/+8 |
| 2024-01-23 | Rename `LintContext::struct_span_lint` as `LintContext::span_lint`. | Nicholas Nethercote | -2/+2 |
| 2024-01-22 | Rollup merge of #118639 - fmease:deny-features-in-stable-rustc-crates, r=Waff... | Matthias Krüger | -7/+27 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -3/+12 |
| 2024-01-22 | Auto merge of #120080 - cuviper:128-align-packed, r=nikic | bors | -5/+5 |
| 2024-01-22 | Rollup merge of #119710 - Nilstrieb:let-_-=-oops, r=TaKO8Ki | Matthias Krüger | -37/+65 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -5/+5 |
| 2024-01-18 | Rollup merge of #119967 - ShE3py:patkind-err, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2024-01-17 | Auto merge of #119930 - Urgau:check-cfg-empty-values-means-empty, r=petrochenkov | bors | -0/+11 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -1/+1 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -9/+6 |
| 2024-01-13 | Add way to express no-values with check-cfg | Urgau | -0/+11 |
| 2024-01-13 | Auto merge of #118924 - Urgau:check-cfg-exclude-well-known-from-diag, r=petro... | bors | -2/+10 |
| 2024-01-12 | Improve `let_underscore_lock` | Nilstrieb | -37/+65 |
| 2024-01-12 | Auto merge of #117321 - chenyukang:yukang-fix-117142, r=petrochenkov | bors | -12/+22 |
| 2024-01-12 | Exclude well known names from showing a suggestion in check-cfg | Urgau | -2/+10 |
| 2024-01-12 | Rollup merge of #119819 - chenyukang:yukang-fix-118183-lint, r=davidtwco | Guillaume Gomez | -12/+24 |
| 2024-01-12 | check rust lints when an unknown lint is detected | yukang | -12/+24 |
| 2024-01-10 | Simplify some redundant names | Michael Goulet | -2/+1 |
| 2024-01-09 | Rollup merge of #118649 - compiler-errors:coherence-ambig, r=lcnr | Matthias Krüger | -0/+5 |
| 2024-01-09 | Rollup merge of #119704 - chenyukang:yukang-fix-let_underscore, r=Nilstrieb | Matthias Krüger | -1/+8 |
| 2024-01-08 | Make inductive cycles in coherence ambiguous always | Michael Goulet | -0/+5 |
| 2024-01-08 | Fix 2 variable binding issues in let_underscore | yukang | -1/+8 |