| Age | Commit message (Expand) | Author | Lines |
| 2023-07-14 | Rollup merge of #113698 - compiler-errors:rpitit-check, r=spastorino | Matthias Krüger | -10/+14 |
| 2023-07-14 | Rollup merge of #113692 - krasimirgg:llvm-17-no-opaque, r=nikic | Matthias Krüger | -0/+2 |
| 2023-07-14 | Rollup merge of #113688 - krasimirgg:llvm-17-small-string, r=nikic | Matthias Krüger | -0/+1 |
| 2023-07-14 | Rollup merge of #113685 - Kobzol:opt-dist-binary-sizes, r=Mark-Simulacrum | Matthias Krüger | -5/+45 |
| 2023-07-14 | Rollup merge of #113682 - lcnr:toml-file, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-07-14 | Rollup merge of #113681 - aDotInTheVoid:rdj-priv-supertrait, r=GuillaumeGomez | Matthias Krüger | -0/+15 |
| 2023-07-14 | Rollup merge of #113662 - pedroclobo:vec-deque-rotate, r=thomcc | Matthias Krüger | -25/+25 |
| 2023-07-14 | Rollup merge of #113599 - chenyukang:yukang-fix-use-maybe_body_owned_by, r=cj... | Matthias Krüger | -118/+280 |
| 2023-07-14 | Auto merge of #113591 - mdibaiee:genericargs-cleanup, r=oli-obk | bors | -4605/+4575 |
| 2023-07-14 | Make it clearer that we're just checking for an RPITIT | Michael Goulet | -10/+14 |
| 2023-07-14 | Print artifact sizes in `opt-dist` | Jakub Beránek | -5/+45 |
| 2023-07-14 | tests: adapt for removal of -opaque-pointers in LLVM 17 | Krasimir Georgiev | -0/+2 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -4605/+4575 |
| 2023-07-14 | llvm-wrapper: update for LLVM API change | Krasimir Georgiev | -0/+1 |
| 2023-07-14 | Auto merge of #112982 - lukas-code:bootstrap-alias-default-crates, r=albertla... | bors | -89/+118 |
| 2023-07-14 | Auto merge of #113328 - michaelwoerister:no_hashmap_in_typeck, r=cjgillot,lcnr | bors | -172/+212 |
| 2023-07-14 | fix docs for `rustc_smir` | Lukas Markeffsky | -3/+4 |
| 2023-07-14 | bootstrap: update defaults for `compiler` and `library` aliases | Lukas Markeffsky | -86/+114 |
| 2023-07-14 | also apply to nested modules of `solve` | lcnr | -1/+1 |
| 2023-07-14 | Introduce ExtentUnord trait for collections that can safely consume UnordItems. | Michael Woerister | -26/+39 |
| 2023-07-14 | Enable potential_query_instability lint in rustc_hir_typeck. | Michael Woerister | -148/+175 |
| 2023-07-14 | Auto merge of #113639 - ericmarkmartin:more-smir-types, r=oli-obk | bors | -3/+8 |
| 2023-07-14 | rustdoc-json: Add test for private supertrait. | Alona Enraght-Moony | -0/+15 |
| 2023-07-14 | Auto merge of #113609 - nnethercote:maybe_lint_level_root_bounded-cache, r=cj... | bors | -32/+71 |
| 2023-07-14 | Auto merge of #113519 - SparrowLii:parallel_typeck, r=cjgillot | bors | -29/+47 |
| 2023-07-14 | Auto merge of #113113 - Amanieu:box-vec-zst, r=Mark-Simulacrum | bors | -26/+115 |
| 2023-07-13 | add str, slice, and array to smir types | Eric Mark Martin | -3/+8 |
| 2023-07-14 | Auto merge of #113676 - matthiaskrgr:rollup-n01iiy8, r=matthiaskrgr | bors | -58/+150 |
| 2023-07-14 | fix the issue of shorthand in suggest_cloning | yukang | -46/+53 |
| 2023-07-14 | use maybe_body_owned_by for closure | yukang | -74/+229 |
| 2023-07-14 | Rollup merge of #113668 - kupiakos:patch-1, r=calebcartwright | Matthias Krüger | -1/+1 |
| 2023-07-14 | Rollup merge of #113640 - jyn514:nodejs-defaults, r=GuillaumeGomez | Matthias Krüger | -43/+39 |
| 2023-07-14 | Rollup merge of #113618 - tshepang:patch-1, r=jyn514 | Matthias Krüger | -2/+2 |
| 2023-07-14 | Rollup merge of #112729 - jieyouxu:unused-qualifications-suggestion, r=b-naber | Matthias Krüger | -1/+98 |
| 2023-07-14 | Rollup merge of #112525 - hermitcore:devel, r=m-ou-se | Matthias Krüger | -11/+10 |
| 2023-07-13 | Auto merge of #113673 - matthiaskrgr:rollup-zcume6k, r=matthiaskrgr | bors | -137/+310 |
| 2023-07-13 | Rollup merge of #113631 - lqd:fix-113597, r=petrochenkov | Matthias Krüger | -2/+17 |
| 2023-07-13 | Rollup merge of #113629 - spastorino:smir-types-3, r=oli-obk | Matthias Krüger | -13/+58 |
| 2023-07-13 | Rollup merge of #113623 - GuillaumeGomez:add-jump-to-doc, r=notriddle | Matthias Krüger | -37/+148 |
| 2023-07-13 | Rollup merge of #113570 - lcnr:inspect-format, r=BoxyUwU | Matthias Krüger | -57/+63 |
| 2023-07-13 | Rollup merge of #113558 - cuviper:rs100, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2023-07-13 | Rollup merge of #113536 - lcnr:proof-tree-select, r=BoxyUwU | Matthias Krüger | -28/+22 |
| 2023-07-13 | Correct `the` -> `there` typo in items.md | Alyssa Haroldsen | -1/+1 |
| 2023-07-13 | Auto merge of #113637 - Mark-Simulacrum:bootstrap-bump, r=ozkanonur | bors | -1442/+1804 |
| 2023-07-13 | Fix VecDeque's rotate_left and rotate_right panic tests | Pedro Lobo | -2/+2 |
| 2023-07-13 | Rename VecDeque's rotate_left and rotate_right parameters | Pedro Lobo | -23/+23 |
| 2023-07-13 | Auto merge of #113646 - matthiaskrgr:rollup-1q6tmow, r=matthiaskrgr | bors | -32/+227 |
| 2023-07-13 | Add Adt to SMIR | Santiago Pastorino | -5/+55 |
| 2023-07-13 | Eliminate ZST allocations in `Box` and `Vec` | Amanieu d'Antras | -26/+115 |
| 2023-07-13 | Ignore the let-else reformatting in git blame | Mark Rousskov | -0/+2 |