| 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 #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-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 | -54/+134 |
| 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 #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 | -111/+101 |
| 2023-08-03 | Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obk | bors | -5/+6 |
| 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 | -5/+6 |
| 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 | -111/+101 |
| 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 |
| 2023-08-03 | Also lint on cast/cast_mut and ptr::from_mut/ptr::from_ref | Urgau | -20/+85 |
| 2023-08-03 | fix the span in the suggestion of remove question mark | bohan | -0/+31 |
| 2023-08-03 | Handle inherent associated types fallout | León Orell Valerian Liehr | -54/+96 |
| 2023-08-02 | Add test for enum with fields | Catherine Flores | -31/+53 |
| 2023-08-03 | Compute variances for lazy type aliases | León Orell Valerian Liehr | -0/+38 |
| 2023-08-02 | Auto merge of #107254 - chenyukang:yukang/fix-107113-wrong-sugg-in-macro, r=e... | bors | -1/+55 |
| 2023-08-02 | Add separate feature gate for async fn track caller | Bryan Garza | -51/+301 |
| 2023-08-02 | const validation: point at where we found a pointer but expected an integer | Ralf Jung | -185/+260 |
| 2023-08-03 | Keep the suggestion for wrong arbitrary self types | Mu001999 | -26/+48 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -74/+357 |