| Age | Commit message (Expand) | Author | Lines |
| 2024-05-23 | Allow const eval failures if the cause is a type layout issue | Oli Scherer | -0/+3 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_middle`. | Nicholas Nethercote | -6/+41 |
| 2024-05-23 | Auto merge of #125359 - RalfJung:interpret-overflowing-ops, r=oli-obk | bors | -12/+24 |
| 2024-05-23 | Remove `DelayDm` | León Orell Valerian Liehr | -1/+1 |
| 2024-05-23 | Remove `LintDiagnostic::msg` | León Orell Valerian Liehr | -33/+20 |
| 2024-05-22 | Auto merge of #125423 - fmease:rollup-ne4l9y4, r=fmease | bors | -1/+1 |
| 2024-05-22 | Rollup merge of #125399 - scottmcm:less-hir-in-cg_ssa, r=compiler-errors | León Orell Valerian Liehr | -1/+1 |
| 2024-05-22 | Auto merge of #125415 - fmease:rollup-n2bg7q5, r=fmease | bors | -0/+39 |
| 2024-05-22 | Rollup merge of #125259 - compiler-errors:fn-mut-as-a-treat, r=oli-obk | León Orell Valerian Liehr | -0/+39 |
| 2024-05-22 | Auto merge of #124686 - saethlin:rust-file-footer, r=fmease | bors | -20/+22 |
| 2024-05-22 | rustc: Use `tcx.used_crates(())` more | Vadim Petrochenkov | -11/+20 |
| 2024-05-22 | clarify comment | Ralf Jung | -0/+3 |
| 2024-05-22 | Stop using `to_hir_binop` in codegen | Scott McMurray | -1/+1 |
| 2024-05-22 | Auto merge of #125335 - compiler-errors:binder, r=lcnr | bors | -621/+76 |
| 2024-05-22 | Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespac... | bors | -0/+5 |
| 2024-05-21 | PR feedback | Ben Kimock | -2/+5 |
| 2024-05-21 | Add a footer in FileEncoder and check for it in MemDecoder | Ben Kimock | -20/+19 |
| 2024-05-21 | Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from... | Michael Goulet | -39/+16 |
| 2024-05-21 | Uplift binder | Michael Goulet | -582/+60 |
| 2024-05-21 | Rename buffer_lint_with_diagnostic to buffer_lint | Xiretza | -1/+1 |
| 2024-05-21 | Make early lints translatable | Xiretza | -14/+7 |
| 2024-05-21 | Port DeprecatedMacro to diag structs | Xiretza | -85/+103 |
| 2024-05-21 | Generate lint diagnostic message from BuiltinLintDiag | Xiretza | -2/+2 |
| 2024-05-21 | interpret: make overflowing binops just normal binops | Ralf Jung | -12/+21 |
| 2024-05-21 | Auto merge of #125358 - matthiaskrgr:rollup-mx841tg, r=matthiaskrgr | bors | -22/+22 |
| 2024-05-21 | Move `#[do_not_recommend]` to the `#[diagnostic]` namespace | Georg Semmler | -0/+5 |
| 2024-05-21 | Rollup merge of #124570 - nnethercote:misc-cleanups, r=michaelwoerister | Matthias Krüger | -22/+22 |
| 2024-05-21 | Auto merge of #124097 - compiler-errors:box-into-iter, r=WaffleLapkin | bors | -1/+6 |
| 2024-05-21 | Auto merge of #123812 - compiler-errors:additional-fixes, r=fmease | bors | -7/+11 |
| 2024-05-21 | Sort `rustc_middle` attributes. | Nicholas Nethercote | -19/+21 |
| 2024-05-21 | Remove unused features from `rustc_middle`. | Nicholas Nethercote | -3/+1 |
| 2024-05-21 | Auto merge of #125284 - compiler-errors:uplift-misc, r=lcnr | bors | -48/+42 |
| 2024-05-20 | Inline get_node_fn_decl into get_fn_decl, simplify/explain logic in report_re... | Michael Goulet | -1/+5 |
| 2024-05-20 | Rename confusing function name | Michael Goulet | -6/+6 |
| 2024-05-20 | Remove get_parent_fn_decl; it's redundant | Michael Goulet | -1/+1 |
| 2024-05-20 | Implement BOXED_SLICE_INTO_ITER | Michael Goulet | -1/+6 |
| 2024-05-20 | move global cache lookup into fn | lcnr | -16/+18 |
| 2024-05-20 | Uplift TermKind | Michael Goulet | -18/+25 |
| 2024-05-20 | Rework var resolution in InferCtxtLike, uplift EagerResolver | Michael Goulet | -0/+16 |
| 2024-05-20 | Uplift RegionVid | Michael Goulet | -30/+1 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -20/+40 |
| 2024-05-20 | Rollup merge of #125106 - Zalathar:expressions, r=davidtwco | Matthias Krüger | -2/+2 |
| 2024-05-20 | Rollup merge of #124917 - cardigan1008:issue-124819, r=pnkfelix | Matthias Krüger | -0/+1 |
| 2024-05-19 | Make search graph generic over interner | Michael Goulet | -1/+9 |
| 2024-05-19 | Auto merge of #125294 - matthiaskrgr:rollup-w42c829, r=matthiaskrgr | bors | -8/+4 |
| 2024-05-19 | make `Debug` impl for `Term` simpler | Waffle Lapkin | -8/+4 |
| 2024-05-19 | Add and use generics.is_empty() and generics.is_own_empty, rather than using ... | Santiago Pastorino | -1/+9 |
| 2024-05-19 | Auto merge of #125230 - compiler-errors:uplift-query-stuff, r=lcnr | bors | -712/+65 |
| 2024-05-18 | Uplift inspect into rustc_type_ir | Michael Goulet | -520/+22 |
| 2024-05-18 | Uplift GenericArgKind, CanonicalVarValues, QueryInput | Michael Goulet | -196/+47 |