| Age | Commit message (Expand) | Author | Lines |
| 2024-03-04 | Improve wording of static_mut_ref | Obei Sideg | -0/+1 |
| 2024-02-08 | [Beta 1.77] Fix bootstrapping from 1.76 | Eric Huss | -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-29 | Stop using `String` for error codes. | Nicholas Nethercote | -10/+10 |
| 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 | tidy | HTGAzureX1212. | -1/+1 |
| 2024-01-23 | address requested changes | HTGAzureX1212. | -7/+12 |
| 2024-01-23 | add list of characters to uncommon codepoints lint | HTGAzureX1212. | -3/+14 |
| 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 | -8/+28 |
| 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/+68 |
| 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/+68 |
| 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 | -14/+32 |
| 2024-01-12 | check rust lints when an unknown lint is detected | yukang | -14/+32 |
| 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 |
| 2024-01-06 | rustc_span: Optimize syntax context comparisons | Vadim Petrochenkov | -3/+6 |
| 2024-01-05 | Auto merge of #119192 - michaelwoerister:mcp533-push, r=cjgillot | bors | -10/+11 |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -80/+53 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -0/+1 |
| 2024-01-04 | Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives. | Michael Woerister | -10/+11 |