| Age | Commit message (Expand) | Author | Lines |
| 2023-11-25 | Rollup merge of #117651 - Zalathar:fold-sums, r=cjgillot | Michael Goulet | -205/+170 |
| 2023-11-25 | Auto merge of #118294 - GuillaumeGomez:rollup-ij2bzwt, r=GuillaumeGomez | bors | -485/+138 |
| 2023-11-25 | Rollup merge of #118272 - petrochenkov:macrodata, r=cjgillot | Guillaume Gomez | -55/+52 |
| 2023-11-25 | Rollup merge of #118199 - compiler-errors:qpath, r=lcnr | Guillaume Gomez | -71/+41 |
| 2023-11-25 | Rollup merge of #118017 - tamird:better-safety, r=cjgillot | Guillaume Gomez | -8/+10 |
| 2023-11-25 | Rollup merge of #117871 - klensy:unused-pub, r=cjgillot | Guillaume Gomez | -248/+5 |
| 2023-11-25 | Remove HirId from QPath::LangItem | Michael Goulet | -71/+41 |
| 2023-11-25 | Review comment | Michael Goulet | -20/+19 |
| 2023-11-25 | make sure we still eagerly emit errors | Michael Goulet | -2/+4 |
| 2023-11-25 | Remove mir::Const::from_anon_const | Michael Goulet | -103/+29 |
| 2023-11-25 | Auto merge of #118127 - RalfJung:unadjusted-abi, r=compiler-errors | bors | -6/+30 |
| 2023-11-25 | Auto merge of #118279 - bjorn3:sync_cg_clif-2023-11-25, r=bjorn3 | bors | -71/+452 |
| 2023-11-25 | Auto merge of #118277 - fmease:rollup-itucldm, r=fmease | bors | -2257/+2318 |
| 2023-11-25 | Merge commit '710c67909d034e1c663174a016ca82b95c2d6c12' into sync_cg_clif-202... | bjorn3 | -71/+452 |
| 2023-11-25 | Rollup merge of #118274 - celinval:smir-fix-pretty, r=ouz-a | León Orell Valerian Liehr | -2/+4 |
| 2023-11-25 | Rollup merge of #118271 - compiler-errors:float, r=RalfJung | León Orell Valerian Liehr | -2/+5 |
| 2023-11-25 | Rollup merge of #118266 - celinval:smir-break-files, r=compiler-errors | León Orell Valerian Liehr | -2150/+2205 |
| 2023-11-25 | Rollup merge of #118262 - spastorino:relate-iats-using-eq, r=compiler-errors | León Orell Valerian Liehr | -4/+1 |
| 2023-11-25 | Rollup merge of #118259 - spastorino:move-eager-resolver-to-infer, r=compiler... | León Orell Valerian Liehr | -80/+87 |
| 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 | 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 |