| Age | Commit message (Expand) | Author | Lines |
| 2023-08-06 | bless tests | Deadbeef | -240/+221 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -1/+1 |
| 2023-08-06 | add test for issue #111353 | Ralf Jung | -0/+7 |
| 2023-08-06 | add test for issue #96944 | Ralf Jung | -0/+26 |
| 2023-08-06 | don't replace opaque types under binders with infer vars | Ali MJ Al-Nasrawy | -30/+26 |
| 2023-08-06 | Rollup merge of #114503 - chenyukang:yukang-fix-114433-unused-qualifications,... | Matthias Krüger | -0/+10 |
| 2023-08-06 | Rollup merge of #114486 - Urgau:const-context-nan-suggestion-114471, r=compil... | Matthias Krüger | -5/+0 |
| 2023-08-05 | Avoid invalid NaN lint machine-applicable suggestion in const context | Urgau | -5/+0 |
| 2023-08-05 | Auto merge of #114143 - Enselic:rename-issue-100605, r=eholk | bors | -13/+15 |
| 2023-08-05 | Rename tests/ui/issues/issue-100605.rs to ../type/option-ref-advice.rs | Martin Nordholts | -13/+15 |
| 2023-08-05 | Auto merge of #114514 - matthiaskrgr:rollup-1rv4f3h, r=matthiaskrgr | bors | -0/+15 |
| 2023-08-05 | Rollup merge of #114248 - fmease:neg-copy-rules-out-missing-copy-impl, r=b-naber | Matthias Krüger | -0/+15 |
| 2023-08-05 | Auto merge of #109348 - cjgillot:issue-109146, r=petrochenkov | bors | -6/+26 |
| 2023-08-05 | Add suggestion to quote inlined format argument as string literal | Sebastian Toh | -0/+85 |
| 2023-08-05 | Remove invalid lint when there is a generic argument in prefix path | yukang | -0/+10 |
| 2023-08-05 | Auto merge of #113734 - cjgillot:no-crate-lint, r=petrochenkov | bors | -152/+146 |
| 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 | Add tests for #57994 | Esteban Küber | -0/+167 |
| 2023-08-04 | Update tests/ui/proc-macro/no-mangle-in-proc-macro-issue-111888.rs
| Felix S Klock II | -1/+1 |
| 2023-08-04 | Make MissingDoc a module lint. | Camille GILLOT | -42/+42 |
| 2023-08-04 | Make MissingDebugImplementation a module lint. | Camille GILLOT | -9/+9 |
| 2023-08-04 | Bless ui tests. | Camille GILLOT | -101/+95 |
| 2023-08-04 | Detect method not found on arbitrary self type with different mutability | Esteban Küber | -0/+40 |
| 2023-08-04 | regression test for issue 111888. | Felix S. Klock II | -0/+29 |
| 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 |