about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-08-03Rollup merge of #114403 - bvanjoi:fix-114392, r=estebankMatthias Krüger-0/+31
2023-08-03Rollup merge of #114372 - RalfJung:const-pointer-as-int, r=oli-obkMatthias Krüger-185/+260
2023-08-03Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebankMatthias Krüger-13/+56
2023-08-03Rollup merge of #114237 - bvanjoi:fix-114219, r=cjgillotMatthias Krüger-0/+12
2023-08-03Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillotMatthias Krüger-97/+302
2023-08-03add testslcnr-35/+185
2023-08-03Add `internal_features` lintNilstrieb-5/+6
2023-08-03Auto merge of #113199 - b-naber:slice-pattern-type-inference, r=lcnrbors-40/+320
2023-08-03Reduce arbitrary self type suggestionsr0cky-17/+12
2023-08-03Auto merge of #112043 - jieyouxu:suggestion_macro_expansion_source_callsites,...bors-0/+293
2023-08-03Forbid old-style `simd_shuffleN` intrinsicsOli Scherer-111/+101
2023-08-03Also add label with original type for function pointersUrgau-11/+33
2023-08-03Avoid too many expected symbols and reduce `None`sr0cky-6/+6
2023-08-03Also lint on cast/cast_mut and ptr::from_mut/ptr::from_refUrgau-20/+85
2023-08-03fix the span in the suggestion of remove question markbohan-0/+31
2023-08-03Handle inherent associated types falloutLeón Orell Valerian Liehr-54/+96
2023-08-02Add test for enum with fieldsCatherine Flores-31/+53
2023-08-03Compute variances for lazy type aliasesLeón Orell Valerian Liehr-0/+38
2023-08-03Make lint missing-copy-implementations honor negative Copy implsLeón Orell Valerian Liehr-0/+15
2023-08-02Auto merge of #107254 - chenyukang:yukang/fix-107113-wrong-sugg-in-macro, r=e...bors-1/+55
2023-08-02Add separate feature gate for async fn track callerBryan Garza-51/+301
2023-08-02const validation: point at where we found a pointer but expected an integerRalf Jung-185/+260
2023-08-03Keep the suggestion for wrong arbitrary self typesMu001999-26/+48
2023-08-02Remove constness from `TraitPredicate`Deadbeef-74/+357
2023-08-02Resolve visibility paths as modules not as types.Camille GILLOT-6/+26
2023-08-02Auto merge of #114368 - Nilstrieb:rollup-pgvm9cf, r=Nilstriebbors-68/+30
2023-08-02Rollup merge of #114335 - RalfJung:ptr_comparisons, r=oli-obkNilstrieb-68/+8
2023-08-02Rollup merge of #114166 - Enselic:libc-unavailable, r=NilstriebNilstrieb-0/+22
2023-08-02Auto merge of #112431 - Urgau:cast_ref_to_mut_improvments, r=Nilstriebbors-78/+131
2023-08-02Replace old private-in-public diagnostic with type privacy lintsBryanskiy-1173/+798
2023-08-02Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obkbors-4/+4
2023-08-02Fix #107113, avoid suggest for macro attributesyukang-1/+55
2023-08-02Rollup merge of #114322 - Urgau:fix-issue-110063, r=compiler-errorsMatthias Krüger-0/+42
2023-08-02Rollup merge of #114301 - compiler-errors:dont-error-on-missing-region-outliv...Matthias Krüger-0/+35
2023-08-02Rollup merge of #114199 - compiler-errors:dont-select-unsize-infer, r=lcnrMatthias Krüger-1/+20
2023-08-02Rollup merge of #114178 - estebank:let-binding-macro, r=petrochenkovMatthias Krüger-3/+15
2023-08-01Don't select infer -> dyn TraitMichael Goulet-1/+20
2023-08-01Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3bors-23/+1
2023-08-01Add more tests for useless_ptr_null_checks lintUrgau-17/+50
2023-08-01Rename incorrect_fn_null_checks to useless_ptr_null_checksUrgau-17/+17
2023-08-01Expand incorrect_fn_null_check lint with reference null checkingUrgau-9/+94
2023-08-01Suppress unnecessary outlivesMichael Goulet-18/+2
2023-08-01add more tests for argument removal with wacky spansLukas Markeffsky-12/+48
2023-08-01don't remove args for function calls coming from macro expansionsLukas Markeffsky-12/+1
2023-08-01introduce `Span::find_ancestor_inside_same_ctxt`Lukas Markeffsky-4/+7
2023-08-01fix and extend ptr_comparison testRalf Jung-68/+8
2023-08-01Auto merge of #114331 - matthiaskrgr:rollup-rnrmwcx, r=matthiaskrgrbors-0/+190
2023-08-01properly track why we checked whether a pointer is in-boundsRalf Jung-4/+4
2023-08-01Rollup merge of #114288 - Urgau:fix-issue-109352, r=b-naberMatthias Krüger-0/+190
2023-08-01Suggests turbofish in patternsMu001999-49/+75