| Age | Commit message (Expand) | Author | Lines |
| 2024-01-23 | Auto merge of #120283 - fmease:rollup-rk0f6r5, r=fmease | bors | -126/+418 |
| 2024-01-23 | Rollup merge of #120261 - estebank:issue-102629, r=wesleywiser | León Orell Valerian Liehr | -17/+109 |
| 2024-01-23 | Rollup merge of #120259 - HTGAzureX1212:HTGAzureX1212/split-diagnostics-uncom... | León Orell Valerian Liehr | -3/+27 |
| 2024-01-23 | Rollup merge of #120183 - Zalathar:test-closure, r=compiler-errors | León Orell Valerian Liehr | -4/+18 |
| 2024-01-23 | Rollup merge of #120171 - cjgillot:jump-threading-assume-assert, r=tmiasko | León Orell Valerian Liehr | -15/+7 |
| 2024-01-23 | Rollup merge of #120139 - compiler-errors:fnonce-shim, r=BoxyUwU | León Orell Valerian Liehr | -18/+20 |
| 2024-01-23 | Rollup merge of #119766 - oli-obk:split_tait_and_atpit, r=compiler-errors | León Orell Valerian Liehr | -69/+237 |
| 2024-01-23 | Rollup merge of #120280 - tmiasko:is-enabled, r=compiler-errors | León Orell Valerian Liehr | -6/+2 |
| 2024-01-23 | Rollup merge of #120270 - compiler-errors:randos, r=lcnr | León Orell Valerian Liehr | -87/+53 |
| 2024-01-23 | Rollup merge of #120252 - lcnr:rename-astconv-ty, r=compiler-errors | León Orell Valerian Liehr | -23/+30 |
| 2024-01-23 | Rollup merge of #120188 - devnexen:update_bsd_compiler_base_specs, r=wesleywiser | León Orell Valerian Liehr | -0/+3 |
| 2024-01-23 | Rollup merge of #119805 - chenyukang:yukang-fix-119530, r=davidtwco | León Orell Valerian Liehr | -0/+4 |
| 2024-01-23 | Move condition enabling the pass to `is_enabled` | Tomasz Miąsko | -6/+2 |
| 2024-01-23 | Random type checker changes | Michael Goulet | -87/+53 |
| 2024-01-23 | Auto merge of #119044 - RalfJung:intern-without-types, r=oli-obk | bors | -497/+359 |
| 2024-01-23 | tidy | HTGAzureX1212. | -1/+1 |
| 2024-01-23 | address requested changes | HTGAzureX1212. | -7/+12 |
| 2024-01-23 | Auto merge of #116152 - cjgillot:unchunck, r=nnethercote | bors | -17/+24 |
| 2024-01-23 | Auto merge of #117958 - risc0:erik/target-triple, r=davidtwco,Mark-Simulacrum | bors | -0/+37 |
| 2024-01-23 | Suggest boxing both arms of if expr if that solves divergent arms involving `... | Esteban Küber | -16/+70 |
| 2024-01-23 | add list of characters to uncommon codepoints lint | HTGAzureX1212. | -3/+22 |
| 2024-01-23 | Auto merge of #120017 - nnethercote:lint-api, r=oli-obk | bors | -348/+326 |
| 2024-01-23 | Do not thread through Assert terminator. | Camille GILLOT | -15/+2 |
| 2024-01-22 | Add Assume custom MIR. | Camille GILLOT | -0/+5 |
| 2024-01-22 | Use a plain bitset for liveness analyses. | Camille GILLOT | -10/+17 |
| 2024-01-22 | Remove uses of HybridBitSet. | Camille GILLOT | -7/+7 |
| 2024-01-22 | `RawTy` to `LoweredTy` | lcnr | -23/+30 |
| 2024-01-22 | Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnr | Matthias Krüger | -6/+90 |
| 2024-01-22 | Rollup merge of #120216 - nnethercote:fix-trimmed_def_paths-assertion, r=comp... | Matthias Krüger | -2/+0 |
| 2024-01-22 | Rollup merge of #120159 - jyn514:track-verbose, r=wesleywiser | Matthias Krüger | -3/+4 |
| 2024-01-22 | Rollup merge of #120143 - compiler-errors:consolidate-instance-resolve-for-co... | Matthias Krüger | -58/+55 |
| 2024-01-22 | Rollup merge of #120104 - Nadrieril:never-pat-diverges, r=compiler-errors | Matthias Krüger | -6/+34 |
| 2024-01-23 | Rename `struct_lint_level` as `lint_level`. | Nicholas Nethercote | -20/+20 |
| 2024-01-23 | Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`. | Nicholas Nethercote | -118/+118 |
| 2024-01-23 | Rename `TyCtxt::emit_lint` as `TyCtxt::emit_node_lint`. | Nicholas Nethercote | -2/+2 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -51/+39 |
| 2024-01-23 | Rename `TyCtxt::struct_lint_node` as `TyCtxt::node_lint`. | Nicholas Nethercote | -4/+4 |
| 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 | -3/+3 |
| 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 | -9/+9 |
| 2024-01-23 | Rename `LintContext::struct_span_lint` as `LintContext::span_lint`. | Nicholas Nethercote | -3/+3 |
| 2024-01-22 | Suggest boxing if then expr if that solves divergent arms | Esteban Küber | -0/+32 |
| 2024-01-22 | Fix incorrect suggestion for boxing tail expression in blocks | Esteban Küber | -1/+7 |
| 2024-01-22 | Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgr | bors | -83/+163 |
| 2024-01-22 | rustc: implement support for `riscv32im_risc0_zkvm_elf` | Erik Kaneda | -0/+37 |
| 2024-01-22 | compiler: update freebsd and netbsd base specs. | David Carlier | -0/+3 |
| 2024-01-22 | Do not normalize closure signature when building FnOnce shim | Michael Goulet | -18/+20 |
| 2024-01-22 | Rollup merge of #120164 - trevyn:is_downgradable, r=compiler-errors | Matthias Krüger | -7/+9 |