| Age | Commit message (Expand) | Author | Lines |
| 2023-06-15 | Rollup merge of #112529 - jieyouxu:block-expr-unused-must-use, r=oli-obk | Guillaume Gomez | -25/+124 |
| 2023-06-15 | Rollup merge of #112517 - fee1-dead-contrib:sus-op-no-borrow, r=compiler-errors | Guillaume Gomez | -39/+47 |
| 2023-06-15 | Rollup merge of #112403 - nbdd0121:eh_frame, r=Nilstrieb | Guillaume Gomez | -1/+6 |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -53/+74 |
| 2023-06-15 | Auto merge of #112671 - bjorn3:sync_cg_clif-2023-06-15, r=bjorn3 | bors | -595/+2514 |
| 2023-06-15 | privacy: Rename some variables for clarity | Vadim Petrochenkov | -10/+10 |
| 2023-06-15 | privacy: Do not mark items reachable farther than their nominal visibility | Vadim Petrochenkov | -26/+29 |
| 2023-06-15 | privacy: Remove `(Non)ShallowEffectiveVis` | Vadim Petrochenkov | -84/+61 |
| 2023-06-15 | privacy: Feature gate new type privacy lints | Vadim Petrochenkov | -2/+11 |
| 2023-06-15 | Merge commit '8830dccd1d4c74f1f69b0d3bd982a3f1fcde5807' into sync_cg_clif-202... | bjorn3 | -595/+2514 |
| 2023-06-15 | Fix comment for ptr alignment checks in codegen | Nilstrieb | -1/+1 |
| 2023-06-15 | Add an `ensure_sufficient_stack` to `LateContextAndPass::visit_expr` | Scott McMurray | -4/+7 |
| 2023-06-15 | Make assumption functions in new solver take clause | Michael Goulet | -26/+98 |
| 2023-06-15 | Rollup merge of #112634 - mj10021:issue-112438-fix, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2023-06-15 | Rollup merge of #112486 - jieyouxu:issue-112472, r=oli-obk | Matthias Krüger | -36/+95 |
| 2023-06-15 | Rollup merge of #111212 - nicklimmm:issue-107896-fix, r=pnkfelix | Matthias Krüger | -4/+63 |
| 2023-06-15 | Remap dylib paths into the sysroot to be relative to the sysroot | danakj | -16/+22 |
| 2023-06-15 | normalize closure output before relation | Ali MJ Al-Nasrawy | -15/+1 |
| 2023-06-15 | Don't capture &[T; N] when contents isn't read | clubby789 | -1/+1 |
| 2023-06-15 | Fix suggestion for E0404 not dealing with multiple generics | 许杰友 Jieyou Xu (Joe) | -36/+95 |
| 2023-06-15 | change `std::marker::Sized` to just `Sized` | Lukas Markeffsky | -5/+2 |
| 2023-06-15 | tweak suggestion for argument-position `impl ?Sized` | Lukas Markeffsky | -12/+29 |
| 2023-06-15 | Extend `unused_must_use` to cover block exprs | 许杰友 Jieyou Xu (Joe) | -25/+124 |
| 2023-06-15 | Merge CGUs in a nicer way. | Nicholas Nethercote | -3/+1 |
| 2023-06-15 | Always register sized obligation for argument | Michael Goulet | -4/+1 |
| 2023-06-15 | Handle interpolated literal errors | Michael Goulet | -6/+3 |
| 2023-06-15 | Make `partition` more consistent. | Nicholas Nethercote | -14/+17 |
| 2023-06-15 | Fix bug in `mark_code_coverage_dead_code_cgus`. | Nicholas Nethercote | -13/+8 |
| 2023-06-15 | Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieu | bors | -32/+24 |
| 2023-06-15 | Move dead CGU marking code out of `partition`. | Nicholas Nethercote | -27/+28 |
| 2023-06-14 | remove unused postorder CFG cache | Rémy Rakic | -9/+0 |
| 2023-06-14 | make `traversal::postorder` traverse RPO cache backwards | Rémy Rakic | -4/+36 |
| 2023-06-14 | add InlineConst check | James Dietz | -1/+4 |
| 2023-06-14 | Auto merge of #112625 - matthiaskrgr:rollup-jcobj3g, r=matthiaskrgr | bors | -308/+354 |
| 2023-06-14 | make `traversal::reverse_postorder` use RPO cache | Rémy Rakic | -29/+6 |
| 2023-06-14 | make reorder BB pass use cached RPO | Rémy Rakic | -1/+1 |
| 2023-06-14 | make const-prop use cached RPO | Rémy Rakic | -2/+2 |
| 2023-06-14 | add RPO to BB CFG cache | Rémy Rakic | -0/+12 |
| 2023-06-14 | inline explicit rpo access in promote consts | Rémy Rakic | -5/+2 |
| 2023-06-14 | Rollup merge of #112612 - sginnett:issue-105150, r=compiler-errors | Matthias Krüger | -7/+12 |
| 2023-06-14 | Rollup merge of #112611 - compiler-errors:unconstrained-lt-in-rpitit, r=oli-obk | Matthias Krüger | -23/+53 |
| 2023-06-14 | Rollup merge of #112506 - compiler-errors:const-infer-ice, r=b-naber | Matthias Krüger | -13/+30 |
| 2023-06-14 | Rollup merge of #112605 - compiler-errors:negative-docs, r=spastorino | Matthias Krüger | -83/+85 |
| 2023-06-14 | Rollup merge of #112600 - celinval:stable-mir-rvalue, r=oli-obk | Matthias Krüger | -194/+203 |
| 2023-06-14 | Rollup merge of #112109 - Alexendoo:unsupported-split-debuginfo, r=b-naber | Matthias Krüger | -3/+1 |
| 2023-06-14 | Rollup merge of #112584 - loongarch-rs:remove-env, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-06-14 | Move the comment on fixing paths to where it belongs | danakj | -3/+2 |
| 2023-06-14 | Avoid absolute sysroot paths in the MSVC linker command line | danakj | -2/+27 |
| 2023-06-14 | make mir dataflow graphviz dumps opt-in | Rémy Rakic | -7/+7 |
| 2023-06-14 | Auto merge of #112400 - WaffleLapkin:vtable_stats, r=compiler-errors | bors | -5/+160 |