| Age | Commit message (Expand) | Author | Lines |
| 2023-06-19 | Prevent ICE when calling parse_attribute without an attribute | Yacin Tmimi | -0/+5 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -57/+58 |
| 2023-06-19 | remove `derive_new` dependency | Deadbeef | -6/+34 |
| 2023-06-19 | bump deps to new versions that use syn 2.0 | Deadbeef | -3/+3 |
| 2023-06-19 | CI: merge `x86_64-msvc-cargo` and `x86_64-msvc-tools` jobs | Jakub Beránek | -9/+3 |
| 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 | Print what is being executed on CI | Jakub Beránek | -1/+2 |
| 2023-06-19 | CI: merge x86_64-gnu-llvm-14 and x86_64-gnu-llvm-14-stage1 CI jobs | Jakub Beránek | -76/+39 |
| 2023-06-19 | bless new tests | Ralf Jung | -2/+2 |
| 2023-06-19 | Merge commit 'cd3bf9fe51676b520c546460e6d8919b8c8ff99f' into sync-from-ra | Laurențiu Nicola | -1250/+3891 |
| 2023-06-18 | Fixes tests/ui/test-attrs/tests-listing-format-json.rs on Windows | ForrestOfBarnes | -1/+4 |
| 2023-06-18 | Treat TAIT equation as always ambiguous in coherence | Michael Goulet | -14/+25 |
| 2023-06-18 | Auto merge of #112774 - compiler-errors:rollup-z8oof6r, r=compiler-errors | bors | -12/+8 |
| 2023-06-18 | Rollup merge of #112753 - Zalathar:no-bless, r=clubby789 | Michael Goulet | -1/+2 |
| 2023-06-18 | Rollup merge of #112668 - Kobzol:ci-msvc-ps1, r=pietroalbini | Michael Goulet | -2/+5 |
| 2023-06-18 | Rollup merge of #112663 - klensy:dusk-and-dawn, r=pietroalbini | Michael Goulet | -9/+1 |
| 2023-06-18 | Auto merge of #112645 - Kobzol:ci-mingw-merge, r=pietroalbini | bors | -34/+10 |
| 2023-06-18 | Merge from rustc | Ralf Jung | -192/+154 |
| 2023-06-18 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-06-18 | Merge `mingw-1/2` CI jobs | Jakub Beránek | -34/+10 |
| 2023-06-18 | Test `x.ps1` in `msvc` CI job | Jakub Beránek | -2/+5 |
| 2023-06-18 | Rollup merge of #112722 - DrMeepster:patch-2, r=clubby789 | Matthias Krüger | -1/+1 |
| 2023-06-18 | Rollup merge of #112667 - compiler-errors:wf-goal-is-clause, r=lcnr | Matthias Krüger | -4/+4 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -1/+1 |
| 2023-06-18 | Don't try to auto-bless 32-bit `mir-opt` tests on ARM Mac hosts | Zalathar | -1/+2 |
| 2023-06-17 | Move ConstEvaluatable to Clause | Michael Goulet | -2/+2 |
| 2023-06-17 | Move WF goal to clause | Michael Goulet | -2/+2 |
| 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 | -11/+11 |
| 2023-06-17 | Merge from rustc | Ralf Jung | -89/+156 |
| 2023-06-17 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-06-17 | Rollup merge of #112719 - djkoloski:fuchsia_test_runner_remove_fvdl, r=tmandry | Matthias Krüger | -156/+100 |
| 2023-06-17 | Rollup merge of #112707 - GuillaumeGomez:back-in-history-fix, r=notriddle | Matthias Krüger | -19/+35 |
| 2023-06-17 | Auto merge of #112407 - tgross35:ci-docs-publish, r=Mark-Simulacrum | bors | -0/+61 |
| 2023-06-16 | Apply changes to fix python linting errors | Trevor Gross | -43/+53 |
| 2023-06-17 | Auto merge of #108860 - oli-obk:tait_alias, r=compiler-errors | bors | -76/+56 |
| 2023-06-16 | Fix edit fail | Tyler Mandry | -1/+0 |
| 2023-06-16 | Fix --rust-build flag in docs | Tyler Mandry | -1/+2 |
| 2023-06-16 | Replace fvdl with ffx, allow test without install | David Koloski | -156/+100 |
| 2023-06-16 | remove box_free and replace with drop impl | DrMeepster | -11/+11 |
| 2023-06-16 | add dry_run check | DrMeepster | -1/+1 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -76/+56 |
| 2023-06-16 | Fix invalid handling of "going back in history" when "Directly go to item in ... | Guillaume Gomez | -4/+21 |
| 2023-06-16 | Auto merge of #112294 - saethlin:inline-me-maybe, r=oli-obk | bors | -1/+1 |
| 2023-06-16 | Ignore the always part of #[inline(always)] in MIR inlining | Ben Kimock | -1/+1 |
| 2023-06-16 | Auto merge of #110688 - GuillaumeGomez:result-search-type, r=notriddle,jsha | bors | -11/+36 |
| 2023-06-16 | comment tweaks | Ralf Jung | -2/+4 |
| 2023-06-16 | Unify history interactions in search | Guillaume Gomez | -15/+14 |