| Age | Commit message (Expand) | Author | Lines |
| 2023-06-24 | Update cargo | Weihang Lo | -0/+0 |
| 2023-06-23 | Rollup merge of #112962 - GuillaumeGomez:fix-rustdoc-gui-tester, r=ozkanonur | Matthias Krüger | -11/+18 |
| 2023-06-23 | Make `try_run` return a `Result<(), ()>` instead of a boolean | Guillaume Gomez | -10/+14 |
| 2023-06-23 | Fix rustdoc-gui tester | Guillaume Gomez | -3/+6 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -8/+8 |
| 2023-06-21 | Update cargo | Weihang Lo | -0/+0 |
| 2023-06-21 | Auto merge of #112877 - Nilstrieb:rollup-5g5hegl, r=Nilstrieb | bors | -37/+40 |
| 2023-06-21 | Rollup merge of #112790 - WaffleLapkin:syntactically, r=Nilstrieb | Nilstrieb | -0/+3 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -37/+37 |
| 2023-06-21 | Auto merge of #106450 - albertlarsan68:fix-arc-ptr-eq, r=Amanieu | bors | -28/+8 |
| 2023-06-20 | Update cargo | Weihang Lo | -3/+0 |
| 2023-06-20 | Auto merge of #112821 - calebcartwright:rustfmt-sync, r=calebcartwright | bors | -366/+1622 |
| 2023-06-19 | Merge commit '3f7c366fc0464e01ddcaefbd70647cb3da4202be' into rustfmt-sync | Caleb Cartwright | -366/+1622 |
| 2023-06-19 | Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-Simulacrum | Michael Goulet | -14/+22 |
| 2023-06-19 | Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber | Michael Goulet | -1/+1 |
| 2023-06-19 | Rollup merge of #112780 - compiler-errors:tait-is-ambig, r=lcnr | Matthias Krüger | -14/+25 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -37/+37 |
| 2023-06-19 | Support `ast::ExprKind::Become` in clippy | Maybe Waffle | -0/+1 |
| 2023-06-19 | Implement `become` expression formatting in rustfmt | Maybe Waffle | -0/+2 |
| 2023-06-19 | Merge commit 'cd3bf9fe51676b520c546460e6d8919b8c8ff99f' into sync-from-ra | Laurențiu Nicola | -1250/+3891 |
| 2023-06-18 | Treat TAIT equation as always ambiguous in coherence | Michael Goulet | -14/+25 |
| 2023-06-18 | Rollup merge of #112663 - klensy:dusk-and-dawn, r=pietroalbini | Michael Goulet | -5/+1 |
| 2023-06-18 | Rollup merge of #112667 - compiler-errors:wf-goal-is-clause, r=lcnr | Matthias Krüger | -2/+2 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -1/+1 |
| 2023-06-17 | Move ConstEvaluatable to Clause | Michael Goulet | -1/+1 |
| 2023-06-17 | Move WF goal to clause | Michael Goulet | -1/+1 |
| 2023-06-17 | Auto merge of #112746 - matthiaskrgr:rollup-se59bfd, r=matthiaskrgr | bors | -1/+3 |
| 2023-06-17 | Rollup merge of #112435 - antoyo:allow-overwrite-sysroot, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2023-06-17 | Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk | bors | -3/+3 |
| 2023-06-16 | Apply changes to fix python linting errors | Trevor Gross | -14/+22 |
| 2023-06-17 | Auto merge of #108860 - oli-obk:tait_alias, r=compiler-errors | bors | -76/+51 |
| 2023-06-16 | remove box_free and replace with drop impl | DrMeepster | -3/+3 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -76/+51 |
| 2023-06-16 | Ignore the always part of #[inline(always)] in MIR inlining | Ben Kimock | -1/+1 |
| 2023-06-16 | Auto merge of #112346 - saethlin:no-comment, r=oli-obk | bors | -1/+0 |
| 2023-06-15 | Auto merge of #112681 - GuillaumeGomez:rollup-rwn4086, r=GuillaumeGomez | bors | -35/+37 |
| 2023-06-15 | Rollup merge of #112529 - jieyouxu:block-expr-unused-must-use, r=oli-obk | Guillaume Gomez | -35/+37 |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -1/+0 |
| 2023-06-15 | Auto merge of #112671 - bjorn3:sync_cg_clif-2023-06-15, r=bjorn3 | bors | -3/+12 |
| 2023-06-15 | Update tidy allowed deps list | bjorn3 | -3/+12 |
| 2023-06-15 | cleanup more azure leftovers | klensy | -5/+1 |
| 2023-06-15 | Rollup merge of #112562 - klensy:rd-gui-test-win, r=GuillaumeGomez | Matthias Krüger | -5/+11 |
| 2023-06-15 | Extend `unused_must_use` to cover block exprs | 许杰友 Jieyou Xu (Joe) | -35/+37 |
| 2023-06-15 | Auto merge of #112601 - weihanglo:update-cargo, r=weihanglo | bors | -1/+4 |
| 2023-06-15 | Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieu | bors | -3/+4 |
| 2023-06-14 | Auto merge of #112625 - matthiaskrgr:rollup-jcobj3g, r=matthiaskrgr | bors | -2/+2 |
| 2023-06-14 | Update cargo | Weihang Lo | -1/+4 |
| 2023-06-14 | Rollup merge of #112613 - GuillaumeGomez:fix-gui-test-windows, r=notriddle | Matthias Krüger | -2/+2 |
| 2023-06-14 | Auto merge of #112418 - ferrocene:pa-mir-opt-panic, r=ozkanonur,saethlin | bors | -20/+68 |
| 2023-06-14 | Transform backslash into slashes in DOC_FOLDER variable for browser-ui-test | Guillaume Gomez | -2/+2 |