| Age | Commit message (Expand) | Author | Lines |
| 2023-08-03 | Only unpack tupled args in inliner if we expect args to be unpacked | Michael Goulet | -12/+89 |
| 2023-08-03 | Negative test for inlining `<Box<dyn Fn()> as Fn<()>>::call` | Michael Goulet | -0/+39 |
| 2023-08-03 | Don't be incomplete | Michael Goulet | -92/+128 |
| 2023-08-03 | Fix upcasting with normalization in old solver, add a test | Michael Goulet | -2/+32 |
| 2023-08-03 | short-circuit when proj def ids differ | Michael Goulet | -14/+20 |
| 2023-08-03 | Rework upcasting | Michael Goulet | -104/+297 |
| 2023-08-03 | Handle non-utf8 rpaths (fix FIXME) | Martin Nordholts | -32/+39 |
| 2023-08-03 | Auto merge of #114420 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-08-04 | enable suggest convert to slice for binary operation | yukang | -3/+5 |
| 2023-08-03 | Fix wrong span for trait selection failure error reporting | yukang | -0/+83 |
| 2023-08-03 | Rollup merge of #114415 - Kobzol:bootstrap-check-vendor-gcc, r=ozkanonur | Matthias Krüger | -0/+6 |
| 2023-08-03 | Rollup merge of #114408 - WaffleLapkin:waffle-on-vacation, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2023-08-03 | Rollup merge of #114403 - bvanjoi:fix-114392, r=estebank | Matthias Krüger | -1/+32 |
| 2023-08-03 | Rollup merge of #114395 - ttsugriy:hoist-lookup, r=lqd | Matthias Krüger | -1/+2 |
| 2023-08-03 | Rollup merge of #114372 - RalfJung:const-pointer-as-int, r=oli-obk | Matthias Krüger | -411/+547 |
| 2023-08-03 | Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebank | Matthias Krüger | -42/+125 |
| 2023-08-03 | Rollup merge of #114237 - bvanjoi:fix-114219, r=cjgillot | Matthias Krüger | -4/+32 |
| 2023-08-03 | Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillot | Matthias Krüger | -225/+484 |
| 2023-08-03 | strip librustc_driver.so even at stage 1 | Rémy Rakic | -4/+2 |
| 2023-08-03 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-03 | Skip checking of `rustc_codegen_gcc` with vendoring enabled | Jakub Beránek | -0/+6 |
| 2023-08-03 | inline helper methods into `with_new_goal` | lcnr | -115/+80 |
| 2023-08-03 | add tests | lcnr | -35/+185 |
| 2023-08-03 | rewrite stack dependent overflow handling | lcnr | -175/+282 |
| 2023-08-03 | Make test harness lint about unnnameable tests. | Camille GILLOT | -85/+65 |
| 2023-08-03 | bump parking_lot 0.11 to 0.12 | klensy | -4/+4 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -49/+209 |
| 2023-08-03 | Auto merge of #3009 - oli-obk:auto_actions, r=oli-obk | bors | -9/+16 |
| 2023-08-03 | handle overflow in the `EvalCtxt` separately | lcnr | -189/+156 |
| 2023-08-03 | add `ensure_sufficient_stack` to the new solver | lcnr | -18/+21 |
| 2023-08-03 | fix `make_ambiguous_response_no_constraints` | lcnr | -47/+41 |
| 2023-08-03 | avoid more `ty::Binder:dummy` | lcnr | -36/+29 |
| 2023-08-03 | Auto merge of #3010 - RalfJung:assign_overlapping, r=RalfJung | bors | -0/+9 |
| 2023-08-03 | add test checking that overlapping assignments work | Ralf Jung | -0/+9 |
| 2023-08-03 | builtin impl confirmation wuhu | lcnr | -23/+17 |
| 2023-08-03 | Auto merge of #113199 - b-naber:slice-pattern-type-inference, r=lcnr | bors | -105/+489 |
| 2023-08-03 | Avoid infinite recursion for auto-fmt and auto-clippy | Oli Scherer | -9/+16 |
| 2023-08-03 | Reduce arbitrary self type suggestions | r0cky | -32/+15 |
| 2023-08-03 | Auto merge of #112043 - jieyouxu:suggestion_macro_expansion_source_callsites,... | bors | -10/+314 |
| 2023-08-03 | Forbid old-style `simd_shuffleN` intrinsics | Oli Scherer | -380/+393 |
| 2023-08-03 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -1/+1 |
| 2023-08-03 | Also add label with original type for function pointers | Urgau | -13/+40 |
| 2023-08-03 | Avoid too many expected symbols and reduce `None`s | r0cky | -64/+58 |
| 2023-08-03 | Also lint on cast/cast_mut and ptr::from_mut/ptr::from_ref | Urgau | -36/+121 |
| 2023-08-03 | fix the span in the suggestion of remove question mark | bohan | -1/+32 |
| 2023-08-03 | Auto merge of #114396 - compiler-errors:hir-typeck-nits, r=oli-obk | bors | -68/+28 |
| 2023-08-03 | Implement Option::take_if | Michael Watzko | -0/+35 |
| 2023-08-03 | Auto merge of #3007 - rust-lang:rustup-2023-08-03, r=oli-obk | bors | -1120/+1270 |
| 2023-08-03 | Auto merge of #114400 - matthiaskrgr:rollup-1hkd1ay, r=matthiaskrgr | bors | -13/+14 |
| 2023-08-03 | Rollup merge of #114387 - eholk:eholk-on-vacation, r=compiler-errors | Matthias Krüger | -1/+0 |