| Age | Commit message (Expand) | Author | Lines |
| 2023-08-04 | Rollup merge of #114491 - sebastiantoh:add-context-to-issue-114423-test-names... | Michael Goulet | -6/+6 |
| 2023-08-04 | Rollup merge of #114490 - kernelmethod:error-reporting-typos, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-08-04 | Rollup merge of #114475 - GuillaumeGomez:migrate-gui-test-color-27, r=notriddle | Michael Goulet | -6/+6 |
| 2023-08-04 | Rollup merge of #114287 - lcnr:overflow, r=compiler-errors | Michael Goulet | -35/+185 |
| 2023-08-05 | Rename issue #114423 test files to include context | Sebastian Toh | -6/+6 |
| 2023-08-05 | Fix a typo in the error reporting for sealed traits. | kernelmethod | -1/+1 |
| 2023-08-04 | Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errors | bors | -51/+301 |
| 2023-08-04 | Rollup merge of #114477 - estebank:arc-clone, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-08-04 | Rollup merge of #114472 - estebank:issue-76140, r=compiler-errors | Matthias Krüger | -8/+8 |
| 2023-08-04 | Rollup merge of #114461 - sebastiantoh:issue-114423, r=estebank | Matthias Krüger | -0/+67 |
| 2023-08-04 | Rollup merge of #114450 - chenyukang:yukang-fix-114435, r=compiler-errors | Matthias Krüger | -0/+52 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -54/+81 |
| 2023-08-04 | Rollup merge of #113945 - chenyukang:yukang-fix-113447-slice-2, r=cjgillot | Matthias Krüger | -0/+75 |
| 2023-08-04 | Account for `Rc` and `Arc` when suggesting to clone | Esteban Küber | -1/+1 |
| 2023-08-04 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -6/+6 |
| 2023-08-05 | Fix ICE failed to get layout for ReferencesError | yukang | -0/+52 |
| 2023-08-04 | Reword confusable idents lint | Esteban Küber | -8/+8 |
| 2023-08-04 | don't ICE on higher ranked hidden types | Ali MJ Al-Nasrawy | -0/+71 |
| 2023-08-04 | Fix unwrap on None | Sebastian Toh | -0/+67 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -54/+81 |
| 2023-08-04 | Auto merge of #114036 - compiler-errors:upcast-to-fewer-assocs, r=lcnr | bors | -0/+96 |
| 2023-08-04 | Rollup merge of #114253 - fmease:compute-variances-for-lazy-ty-aliases, r=oli... | Matthias Krüger | -72/+155 |
| 2023-08-04 | Rollup merge of #114022 - oli-obk:tait_ice_alias_field_projection, r=cjgillot | Matthias Krüger | -0/+2 |
| 2023-08-04 | Rollup merge of #114404 - GuillaumeGomez:migrate-gui-test-color-26, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-08-04 | Rollup merge of #114348 - GuillaumeGomez:migrate-gui-test-color-25, r=notriddle | Matthias Krüger | -43/+30 |
| 2023-08-04 | Rollup merge of #113999 - Centri3:macro-arm-expand, r=wesleywiser | Matthias Krüger | -0/+172 |
| 2023-08-04 | Rollup merge of #113534 - oli-obk:simd_shuffle_dehackify, r=workingjubilee | Matthias Krüger | -114/+104 |
| 2023-08-04 | Auto merge of #110833 - compiler-errors:rustc-call-inliner-ice, r=cjgillot | bors | -154/+240 |
| 2023-08-03 | Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obk | bors | -6/+10 |
| 2023-08-03 | bless | Michael Goulet | -0/+79 |
| 2023-08-03 | Explicitly don't inline user-written rust-call fns | Michael Goulet | -200/+94 |
| 2023-08-03 | Only unpack tupled args in inliner if we expect args to be unpacked | Michael Goulet | -6/+80 |
| 2023-08-03 | Negative test for inlining `<Box<dyn Fn()> as Fn<()>>::call` | Michael Goulet | -0/+39 |
| 2023-08-03 | Fix upcasting with normalization in old solver, add a test | Michael Goulet | -0/+20 |
| 2023-08-03 | Rework upcasting | Michael Goulet | -0/+76 |
| 2023-08-03 | Fix wrong span for trait selection failure error reporting | yukang | -0/+75 |
| 2023-08-03 | Rollup merge of #114403 - bvanjoi:fix-114392, r=estebank | Matthias Krüger | -0/+31 |
| 2023-08-03 | Rollup merge of #114372 - RalfJung:const-pointer-as-int, r=oli-obk | Matthias Krüger | -185/+260 |
| 2023-08-03 | Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebank | Matthias Krüger | -13/+56 |
| 2023-08-03 | Rollup merge of #114237 - bvanjoi:fix-114219, r=cjgillot | Matthias Krüger | -0/+12 |
| 2023-08-03 | Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillot | Matthias Krüger | -97/+302 |
| 2023-08-03 | add tests | lcnr | -35/+185 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -6/+10 |
| 2023-08-03 | Auto merge of #113199 - b-naber:slice-pattern-type-inference, r=lcnr | bors | -40/+320 |
| 2023-08-03 | Reduce arbitrary self type suggestions | r0cky | -17/+12 |
| 2023-08-03 | Auto merge of #112043 - jieyouxu:suggestion_macro_expansion_source_callsites,... | bors | -0/+293 |
| 2023-08-03 | Forbid old-style `simd_shuffleN` intrinsics | Oli Scherer | -114/+104 |
| 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 | -11/+33 |
| 2023-08-03 | Avoid too many expected symbols and reduce `None`s | r0cky | -6/+6 |