| Age | Commit message (Expand) | Author | Lines |
| 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-03 | Make lint missing-copy-implementations honor negative Copy impls | León Orell Valerian Liehr | -0/+15 |
| 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 |
| 2023-08-02 | Resolve visibility paths as modules not as types. | Camille GILLOT | -6/+26 |
| 2023-08-02 | Auto merge of #114368 - Nilstrieb:rollup-pgvm9cf, r=Nilstrieb | bors | -68/+30 |
| 2023-08-02 | Rollup merge of #114335 - RalfJung:ptr_comparisons, r=oli-obk | Nilstrieb | -68/+8 |
| 2023-08-02 | Rollup merge of #114166 - Enselic:libc-unavailable, r=Nilstrieb | Nilstrieb | -0/+22 |
| 2023-08-02 | Auto merge of #112431 - Urgau:cast_ref_to_mut_improvments, r=Nilstrieb | bors | -78/+131 |
| 2023-08-02 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -1173/+798 |
| 2023-08-02 | Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obk | bors | -4/+4 |
| 2023-08-02 | Fix #107113, avoid suggest for macro attributes | yukang | -1/+55 |
| 2023-08-02 | Rollup merge of #114322 - Urgau:fix-issue-110063, r=compiler-errors | Matthias Krüger | -0/+42 |
| 2023-08-02 | Rollup merge of #114301 - compiler-errors:dont-error-on-missing-region-outliv... | Matthias Krüger | -0/+35 |
| 2023-08-02 | Rollup merge of #114199 - compiler-errors:dont-select-unsize-infer, r=lcnr | Matthias Krüger | -1/+20 |
| 2023-08-02 | Rollup merge of #114178 - estebank:let-binding-macro, r=petrochenkov | Matthias Krüger | -3/+15 |
| 2023-08-01 | Don't select infer -> dyn Trait | Michael Goulet | -1/+20 |
| 2023-08-01 | Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3 | bors | -23/+1 |
| 2023-08-01 | Add more tests for useless_ptr_null_checks lint | Urgau | -17/+50 |
| 2023-08-01 | Rename incorrect_fn_null_checks to useless_ptr_null_checks | Urgau | -17/+17 |
| 2023-08-01 | Expand incorrect_fn_null_check lint with reference null checking | Urgau | -9/+94 |
| 2023-08-01 | Suppress unnecessary outlives | Michael Goulet | -18/+2 |
| 2023-08-01 | add more tests for argument removal with wacky spans | Lukas Markeffsky | -12/+48 |
| 2023-08-01 | don't remove args for function calls coming from macro expansions | Lukas Markeffsky | -12/+1 |
| 2023-08-01 | introduce `Span::find_ancestor_inside_same_ctxt` | Lukas Markeffsky | -4/+7 |
| 2023-08-01 | fix and extend ptr_comparison test | Ralf Jung | -68/+8 |
| 2023-08-01 | Auto merge of #114331 - matthiaskrgr:rollup-rnrmwcx, r=matthiaskrgr | bors | -0/+190 |
| 2023-08-01 | properly track why we checked whether a pointer is in-bounds | Ralf Jung | -4/+4 |
| 2023-08-01 | Rollup merge of #114288 - Urgau:fix-issue-109352, r=b-naber | Matthias Krüger | -0/+190 |
| 2023-08-01 | Suggests turbofish in patterns | Mu001999 | -49/+75 |