| Age | Commit message (Expand) | Author | Lines |
| 2024-06-12 | Rollup merge of #126362 - artemagvanian:patch-1, r=celinval | Jubilee | -1/+1 |
| 2024-06-12 | Rollup merge of #126358 - jswrenn:fix-125811, r=compiler-errors | Jubilee | -25/+55 |
| 2024-06-12 | Rollup merge of #126356 - epage:check-cfg, r=Urgau | Jubilee | -0/+4 |
| 2024-06-12 | Rollup merge of #126353 - compiler-errors:move-match, r=lcnr | Jubilee | -7/+5 |
| 2024-06-12 | Rollup merge of #126328 - RalfJung:is_none_or, r=workingjubilee | Jubilee | -9/+11 |
| 2024-06-12 | Rollup merge of #126303 - sancho20021:patch-1, r=compiler-errors | Jubilee | -0/+14 |
| 2024-06-12 | Rollup merge of #126142 - compiler-errors:trait-ref-split, r=jackh726 | Jubilee | -106/+104 |
| 2024-06-12 | Rollup merge of #125688 - compiler-errors:alias-reporting, r=lcnr | Jubilee | -7/+33 |
| 2024-06-13 | safe transmute: support `Variants::Single` enums | Jack Wrenn | -25/+55 |
| 2024-06-12 | Rebase fallout | Michael Goulet | -7/+8 |
| 2024-06-13 | Add urls to rust lang reference | Aleksandr Pak | -0/+14 |
| 2024-06-12 | Stop passing traitref/traitpredicate by ref | Michael Goulet | -37/+32 |
| 2024-06-12 | Stop passing both trait pred and trait ref | Michael Goulet | -16/+18 |
| 2024-06-12 | Harmonize use of leaf and root obligation in trait error reporting | Michael Goulet | -53/+53 |
| 2024-06-12 | Auto merge of #125069 - amandasystems:scc-refactor, r=nikomatsakis | bors | -337/+670 |
| 2024-06-12 | Make `try_from_target_usize` method public | Artem Agvanian | -1/+1 |
| 2024-06-12 | Also passthrough for projection clauses | Michael Goulet | -1/+3 |
| 2024-06-12 | better error message for normalizes-to ambiguities | Michael Goulet | -0/+16 |
| 2024-06-12 | Walk into alias-eq nested goals even if normalization fails | Michael Goulet | -7/+15 |
| 2024-06-12 | Auto merge of #126345 - compiler-errors:rollup-lue8u92, r=compiler-errors | bors | -59/+79 |
| 2024-06-12 | docs(rustc): Link unexpected_cfgs to the Cargo.toml docs | Ed Page | -0/+4 |
| 2024-06-12 | Move MatchAgainstFreshVars to old solver | Michael Goulet | -7/+5 |
| 2024-06-12 | Rollup merge of #126340 - fee1-dead-contrib:fix-predicates_of-comments, r=com... | Michael Goulet | -5/+4 |
| 2024-06-12 | Rollup merge of #126324 - zmodem:loongarch, r=nikic | Michael Goulet | -4/+12 |
| 2024-06-12 | Rollup merge of #126317 - oli-obk:recursive_rpit4, r=compiler-errors | Michael Goulet | -48/+51 |
| 2024-06-12 | Rollup merge of #126276 - mu001999-contrib:dead/enhance, r=fee1-dead | Michael Goulet | -2/+2 |
| 2024-06-12 | Rollup merge of #126019 - tbu-:pr_unsafe_env_fixme, r=fee1-dead | Michael Goulet | -0/+8 |
| 2024-06-12 | Rollup merge of #125869 - alexcrichton:add-p1-to-wasi-targets, r=wesleywiser | Michael Goulet | -0/+2 |
| 2024-06-12 | Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -9/+9 |
| 2024-06-12 | Fix outdated predacates_of.rs comments | Deadbeef | -5/+4 |
| 2024-06-12 | Auto merge of #126332 - GuillaumeGomez:rollup-bu1q4pz, r=GuillaumeGomez | bors | -775/+272 |
| 2024-06-12 | Add TODO comment to unsafe env modification | Tobias Bucher | -0/+8 |
| 2024-06-12 | Detect pub structs never constructed even though they impl pub trait with ass... | r0cky | -2/+2 |
| 2024-06-12 | Avoid a Ty::new_misc_error when an ErrorGuaranteed is available | Oli Scherer | -5/+5 |
| 2024-06-12 | use is_none_or in some places in the compiler | Ralf Jung | -9/+11 |
| 2024-06-12 | Address code review comments on the comments | Amanda Stjerna | -30/+33 |
| 2024-06-12 | Move `RegionTracker` to `region_infer` | Amanda Stjerna | -95/+93 |
| 2024-06-12 | Revise documentation after @lqd's comments | Amanda Stjerna | -9/+5 |
| 2024-06-12 | Resurrect some comments, remove a `pub` | Amanda Stjerna | -1/+42 |
| 2024-06-12 | Roll back a few `#[instrument]` | Amanda Stjerna | -15/+12 |
| 2024-06-12 | Remove a few unnecessary constructions | Amanda Stjerna | -4/+7 |
| 2024-06-12 | Slightly faster version of `find_state` | Amanda Stjerna | -24/+27 |
| 2024-06-12 | Docstring for for `Annotation` | Amanda Stjerna | -2/+12 |
| 2024-06-12 | Formatting, weird because I just did that | Amanda Stjerna | -4/+5 |
| 2024-06-12 | Simplify path compression logic | Amanda Stjerna | -20/+14 |
| 2024-06-12 | Documentation fixes | Amanda Stjerna | -8/+7 |
| 2024-06-12 | Extend SCC construction to enable extra functionality | Amanda Stjerna | -342/+630 |
| 2024-06-12 | Rollup merge of #126295 - linyihai:uninitalized-in-match-arm, r=pnkfelix | Guillaume Gomez | -4/+17 |
| 2024-06-12 | Rollup merge of #126294 - Zalathar:spans-refiner, r=oli-obk | Guillaume Gomez | -203/+36 |
| 2024-06-12 | Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obk | Guillaume Gomez | -116/+129 |