| Age | Commit message (Expand) | Author | Lines |
| 2023-08-15 | Auto merge of #114864 - matthiaskrgr:rollup-uw47qco, r=matthiaskrgr | bors | -116/+262 |
| 2023-08-15 | Rollup merge of #114853 - GuillaumeGomez:migrate-gui-test-color-33, r=notriddle | Matthias Krüger | -3/+3 |
| 2023-08-15 | Rollup merge of #114837 - RalfJung:error_in_core, r=cuviper | Matthias Krüger | -0/+10 |
| 2023-08-15 | Rollup merge of #114826 - xzmeng:fix-typos, r=JohnTitor | Matthias Krüger | -7/+7 |
| 2023-08-15 | Rollup merge of #114819 - estebank:issue-78124, r=compiler-errors | Matthias Krüger | -73/+157 |
| 2023-08-15 | Rollup merge of #114668 - compiler-errors:match-fn-def, r=petrochenkov | Matthias Krüger | -1/+36 |
| 2023-08-15 | Rollup merge of #114644 - compiler-errors:lt-err, r=wesleywiser | Matthias Krüger | -28/+36 |
| 2023-08-15 | Rollup merge of #114619 - g0djan:godjan/fix_#114608, r=m-ou-se | Matthias Krüger | -3/+3 |
| 2023-08-15 | Rollup merge of #114588 - ijackson:exit-status-default-2, r=m-ou-se | Matthias Krüger | -1/+10 |
| 2023-08-15 | Auto merge of #114852 - GuillaumeGomez:rollup-vjagxjr, r=GuillaumeGomez | bors | -228/+574 |
| 2023-08-15 | Document Default for ExitStatus | Ian Jackson | -1/+10 |
| 2023-08-15 | Auto merge of #112387 - clarfonthey:non-panicking-ceil-char-boundary, r=m-ou-se | bors | -9/+5 |
| 2023-08-15 | Fix typo. | Mara Bos | -1/+1 |
| 2023-08-15 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -3/+3 |
| 2023-08-15 | Rollup merge of #114831 - compiler-errors:next-solver-projection-subst-compat... | Guillaume Gomez | -8/+31 |
| 2023-08-15 | Rollup merge of #114830 - compiler-errors:ui-test-annotations, r=petrochenkov | Guillaume Gomez | -17/+17 |
| 2023-08-15 | Rollup merge of #114829 - compiler-errors:next-solver-only-unsize-to-dyn-once... | Guillaume Gomez | -54/+94 |
| 2023-08-15 | Rollup merge of #114828 - compiler-errors:next-solver-probe-upcasting, r=lcnr | Guillaume Gomez | -13/+27 |
| 2023-08-15 | Rollup merge of #114827 - compiler-errors:next-solver-dyn-safe-candidates, r=... | Guillaume Gomez | -0/+7 |
| 2023-08-15 | Rollup merge of #114825 - cuviper:gimli-0.28, r=compiler-errors | Guillaume Gomez | -0/+9 |
| 2023-08-15 | Rollup merge of #114820 - ehuss:unknown-lint-mod-warning, r=compiler-errors | Guillaume Gomez | -0/+36 |
| 2023-08-15 | Rollup merge of #114800 - RalfJung:transparent, r=cuviper | Guillaume Gomez | -18/+26 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -100/+324 |
| 2023-08-15 | Rollup merge of #114711 - lqd:linker-inference, r=petrochenkov | Guillaume Gomez | -18/+3 |
| 2023-08-15 | Auto merge of #114467 - Amanieu:asm-unstable-features, r=davidtwco | bors | -5/+6 |
| 2023-08-15 | Auto merge of #114717 - loongarch-rs:rust-lld, r=b-naber | bors | -2/+4 |
| 2023-08-15 | Auto merge of #114023 - compiler-errors:coinductive-cycle-lint, r=lcnr | bors | -54/+252 |
| 2023-08-15 | add missing feature(error_in_core) | Ralf Jung | -0/+10 |
| 2023-08-15 | Deny FnDef in patterns | Michael Goulet | -1/+36 |
| 2023-08-15 | more nits | Michael Goulet | -49/+65 |
| 2023-08-15 | Reuse the selection context, compute failing obligations first in ambig mode | Michael Goulet | -88/+80 |
| 2023-08-15 | nits | Michael Goulet | -5/+8 |
| 2023-08-15 | Implement lint against coinductive impl overlap | Michael Goulet | -6/+183 |
| 2023-08-15 | more span info | Michael Goulet | -14/+24 |
| 2023-08-15 | Auto merge of #113679 - chenyukang:yukang-fix-lint-113459, r=cjgillot | bors | -0/+68 |
| 2023-08-15 | Auto merge of #114803 - bjorn3:less_session_mutable_state, r=fee1-dead | bors | -106/+50 |
| 2023-08-15 | Check projection arguments before substitution | Michael Goulet | -8/+31 |
| 2023-08-15 | Clean up some bad ui testing annotations | Michael Goulet | -17/+17 |
| 2023-08-15 | Separate consider_unsize_to_dyn_candidate from other unsize candidates | Michael Goulet | -54/+94 |
| 2023-08-15 | Probe when assembling upcast candidates so they don't step on eachother's toes | Michael Goulet | -13/+27 |
| 2023-08-15 | Only consider object candidates for object-safe dyn types | Michael Goulet | -0/+7 |
| 2023-08-15 | Fix typos in rustc doc platform x86_64h-apple-darwin | Meng Xiangzhuo | -2/+2 |
| 2023-08-15 | Fix typos in rustc doc platform loongarch-linux | Meng Xiangzhuo | -1/+1 |
| 2023-08-15 | Fix typos in rustc doc codegen-options | Meng Xiangzhuo | -1/+1 |
| 2023-08-15 | Fix typos in rustc doc platform aarch64-unknown-teeos | Meng Xiangzhuo | -1/+1 |
| 2023-08-14 | Add a regression test for #113238 | Josh Stone | -0/+9 |
| 2023-08-15 | Fix typos in rustc doc platform netbsd | Meng Xiangzhuo | -1/+1 |
| 2023-08-15 | Fix typos in unstable-book | Meng Xiangzhuo | -1/+1 |
| 2023-08-14 | Auto merge of #114824 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-08-14 | Update cargo | Weihang Lo | -0/+0 |