| Age | Commit message (Expand) | Author | Lines |
| 2023-07-14 | Auto merge of #112982 - lukas-code:bootstrap-alias-default-crates, r=albertla... | bors | -3/+4 |
| 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 | 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 | 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 | -0/+16 |
| 2023-07-13 | add str, slice, and array to smir types | Eric Mark Martin | -3/+8 |
| 2023-07-14 | Rollup merge of #112729 - jieyouxu:unused-qualifications-suggestion, r=b-naber | Matthias Krüger | -1/+19 |
| 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 #113570 - lcnr:inspect-format, r=BoxyUwU | Matthias Krüger | -57/+63 |
| 2023-07-13 | Rollup merge of #113536 - lcnr:proof-tree-select, r=BoxyUwU | Matthias Krüger | -28/+22 |
| 2023-07-13 | Auto merge of #113637 - Mark-Simulacrum:bootstrap-bump, r=ozkanonur | bors | -899/+1335 |
| 2023-07-13 | Add Adt to SMIR | Santiago Pastorino | -5/+55 |
| 2023-07-13 | Rollup merge of #113615 - krasimirgg:llvm-17-pgo, r=nikic | Matthias Krüger | -0/+4 |
| 2023-07-13 | Rollup merge of #113553 - spastorino:smir-types-2, r=oli-obk | Matthias Krüger | -5/+7 |
| 2023-07-13 | Rollup merge of #113353 - compiler-errors:select-better, r=lcnr | Matthias Krüger | -2/+145 |
| 2023-07-13 | typo | lcnr | -1/+1 |
| 2023-07-13 | refactor proof tree formatting | lcnr | -57/+63 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -891/+1327 |
| 2023-07-12 | Flip cfg's for bootstrap bump | Mark Rousskov | -4/+4 |
| 2023-07-12 | Replace version placeholder to 1.72 | Mark Rousskov | -4/+4 |
| 2023-07-13 | Add machine-applicable suggestion for `unused_qualifications` lint | 许杰友 Jieyou Xu (Joe) | -1/+19 |
| 2023-07-13 | Add a cache for `maybe_lint_level_root_bounded`. | Nicholas Nethercote | -10/+47 |
| 2023-07-12 | make MCP510 behavior explicitly opt-in | Rémy Rakic | -2/+17 |
| 2023-07-12 | DefIds are not only about CrateItem | Santiago Pastorino | -8/+3 |
| 2023-07-12 | Auto merge of #112945 - compiler-errors:tighten-span-of-adjustment-error, r=o... | bors | -32/+5 |
| 2023-07-12 | Auto merge of #113569 - RalfJung:miri, r=oli-obk | bors | -77/+201 |
| 2023-07-12 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -0/+4 |
| 2023-07-12 | Auto merge of #113573 - lcnr:typeck-results, r=compiler-errors | bors | -15/+8 |
| 2023-07-11 | Rollup merge of #113595 - cchiw:object_consts, r=workingjubilee | Jubilee | -4/+3 |
| 2023-07-11 | Rollup merge of #113567 - chenyukang:yukang-fix-113354-while-let, r=cjgillot | Jubilee | -38/+39 |
| 2023-07-12 | Move `maybe_lint_level_root_bounded`. | Nicholas Nethercote | -23/+24 |
| 2023-07-11 | Use constants from object crate | Charisee | -4/+3 |
| 2023-07-12 | Shorten some overlong comment lines. | Nicholas Nethercote | -6/+7 |
| 2023-07-11 | Auto merge of #112984 - BoxyUwU:debug_with_infcx, r=compiler-errors | bors | -95/+464 |
| 2023-07-11 | fix handling of alignment for dyn-sized places | Ralf Jung | -4/+6 |
| 2023-07-11 | update Operand::Move docs | Ralf Jung | -4/+10 |
| 2023-07-11 | miri: protect Move() function arguments during the call | Ralf Jung | -69/+185 |
| 2023-07-11 | Auto merge of #113577 - matthiaskrgr:rollup-vaa83ip, r=matthiaskrgr | bors | -61/+407 |
| 2023-07-11 | Make Placeholder, GeneratorWitness*, Infer and Error unreachable on SMIR rust... | Santiago Pastorino | -5/+7 |
| 2023-07-11 | Rollup merge of #113560 - fmease:assoc-tys-in-traits-depr-wc-loc, r=compiler-... | Matthias Krüger | -16/+17 |
| 2023-07-11 | Rollup merge of #113497 - xSetech:mips_32_abi, r=davidtwco | Matthias Krüger | -2/+10 |
| 2023-07-11 | Rollup merge of #113310 - jieyouxu:dont-suggest-impl-trait-in-paths, r=lcnr | Matthias Krüger | -2/+10 |
| 2023-07-11 | Rollup merge of #112717 - celinval:stable-mir-rvalue-1, r=oli-obk | Matthias Krüger | -41/+370 |
| 2023-07-11 | Auto merge of #113470 - compiler-errors:new-solver-structurally-resolve-pat, ... | bors | -5/+9 |
| 2023-07-11 | While let suggestion will work for closure | yukang | -38/+39 |
| 2023-07-11 | remove unnecessary `Rc` | lcnr | -15/+8 |