| Age | Commit message (Expand) | Author | Lines |
| 2023-11-25 | Rollup merge of #118253 - dtolnay:issomeand, r=compiler-errors | León Orell Valerian Liehr | -19/+16 |
| 2023-11-25 | Auto merge of #118075 - tmiasko:validate-critical-call-edges, r=cjgillot | bors | -2/+25 |
| 2023-11-25 | Auto merge of #118203 - nnethercote:rustc_mir_dataflow, r=cjgillot | bors | -227/+132 |
| 2023-11-25 | Auto merge of #118261 - spastorino:fix-placeholder-replacer, r=compiler-errors | bors | -4/+18 |
| 2023-11-24 | Fix smir's `Ty::Ref` pretty printing | Celina G. Val | -2/+4 |
| 2023-11-25 | Auto merge of #118227 - Mark-Simulacrum:worker-local-outline, r=cjgillot | bors | -9/+12 |
| 2023-11-25 | coverage: Assert that bcb0 starts with bb0 and has no in-edges | Zalathar | -0/+13 |
| 2023-11-25 | coverage: Eliminate `BcbBranch` | Zalathar | -104/+69 |
| 2023-11-25 | coverage: Extract `CoverageGraph::bcb_has_multiple_in_edges` | Zalathar | -9/+16 |
| 2023-11-25 | coverage: Simplify building coverage expressions based on sums | Zalathar | -71/+54 |
| 2023-11-25 | coverage: Use `BcbCounter` to build coverage expressions | Zalathar | -19/+16 |
| 2023-11-25 | coverage: Push down creation of a visited node's counter | Zalathar | -6/+7 |
| 2023-11-25 | coverage: Push down and inline `bcb_needs_branch_counters` | Zalathar | -9/+10 |
| 2023-11-25 | coverage: Rename parameter `branching_bcb` to `from_bcb` | Zalathar | -9/+7 |
| 2023-11-24 | Separate Nan/Inf floats with _ | Michael Goulet | -2/+5 |
| 2023-11-25 | resolve: Avoid clones of `MacroData` | Vadim Petrochenkov | -55/+52 |
| 2023-11-24 | Reorder imports and remove re-export | Celina G. Val | -13/+20 |
| 2023-11-24 | Unify TraitRefs and PolyTraitRefs | Michael Goulet | -22/+6 |
| 2023-11-24 | AmbiguityCause should not eagerly format strings | Michael Goulet | -67/+54 |
| 2023-11-24 | Move the compiler interface defs to its own module | Celina G. Val | -163/+176 |
| 2023-11-24 | Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkin | bors | -3/+3 |
| 2023-11-24 | Break down `rustc_smir/mod.rs` file | Celina G. Val | -1986/+2021 |
| 2023-11-24 | We should call eq instead of sup as we're relating Ty directly and not Binder... | Santiago Pastorino | -4/+1 |
| 2023-11-24 | Make PlaceholderReplacer shallow_resolver when folding const and ty and recur... | Santiago Pastorino | -4/+18 |
| 2023-11-24 | Move EagerResolution to rustc_infer::infer::resolve | Santiago Pastorino | -80/+87 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -3/+3 |
| 2023-11-24 | Auto merge of #118248 - compiler-errors:rollup-tye3vgj, r=compiler-errors | bors | -83/+223 |
| 2023-11-24 | Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)` | David Tolnay | -19/+16 |
| 2023-11-24 | Rollup merge of #118246 - fee1-dead-contrib:rm-hack, r=compiler-errors | Michael Goulet | -6/+1 |
| 2023-11-24 | Rollup merge of #118245 - fee1-dead-contrib:span-tilde-const, r=compiler-errors | Michael Goulet | -13/+11 |
| 2023-11-24 | Rollup merge of #118243 - lcnr:commit-if-ok, r=compiler-errors | Michael Goulet | -9/+9 |
| 2023-11-24 | Rollup merge of #118215 - celinval:smir-def-paths, r=ouz-a | Michael Goulet | -53/+198 |
| 2023-11-24 | Rollup merge of #118210 - lcnr:intercrate-ambiguity-causes-uwu, r=compiler-er... | Michael Goulet | -2/+4 |
| 2023-11-24 | Auto merge of #117934 - Young-Flash:dev, r=petrochenkov | bors | -3/+12 |
| 2023-11-24 | Remove a hack for effects | Deadbeef | -6/+1 |
| 2023-11-24 | Add `Span` to `TraitBoundModifier` | Deadbeef | -13/+11 |
| 2023-11-24 | EvalCtxt::commit_if_ok don't inherit nested goals | lcnr | -9/+9 |
| 2023-11-24 | Auto merge of #118189 - compiler-errors:cache-flags-for-const, r=nnethercote | bors | -43/+92 |
| 2023-11-24 | Remove `ResultsCursor::get_with_analysis`. | Nicholas Nethercote | -6/+2 |
| 2023-11-24 | Remove unnecessary `mut`. | Nicholas Nethercote | -1/+1 |
| 2023-11-23 | Move WorkerLocal out of QueryArenas | Mark Rousskov | -4/+4 |
| 2023-11-23 | Enforce NonZeroUsize on thread count | Mark Rousskov | -5/+8 |
| 2023-11-23 | Fix assertion | bjorn3 | -13/+1 |
| 2023-11-23 | Exhaustively match CoroutineKind in fn_sig_for_fn_abi | bjorn3 | -60/+70 |
| 2023-11-23 | Improve documentation and fix the fixme comment | Celina G. Val | -8/+20 |
| 2023-11-23 | Fix fn_sig_for_fn_abi and the coroutine transform for generators | bjorn3 | -9/+128 |
| 2023-11-24 | Remove unused arguments from `on_all_children_bits`. | Nicholas Nethercote | -90/+42 |
| 2023-11-24 | Remove unused `EverInitializedPlaces::tcx` field. | Nicholas Nethercote | -5/+3 |
| 2023-11-24 | Remove unneeded derives from `MaybeLiveLocals`. | Nicholas Nethercote | -1/+0 |
| 2023-11-23 | Add an experimental feature gate for function delegation | Vadim Petrochenkov | -0/+3 |