about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-08-04Rollup merge of #114491 - sebastiantoh:add-context-to-issue-114423-test-names...Michael Goulet-6/+6
2023-08-04Rollup merge of #114490 - kernelmethod:error-reporting-typos, r=compiler-errorsMichael Goulet-1/+1
2023-08-04Rollup merge of #114287 - lcnr:overflow, r=compiler-errorsMichael Goulet-35/+185
2023-08-05Rename issue #114423 test files to include contextSebastian Toh-6/+6
2023-08-05Fix a typo in the error reporting for sealed traits.kernelmethod-1/+1
2023-08-04Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errorsbors-51/+301
2023-08-04Rollup merge of #114477 - estebank:arc-clone, r=compiler-errorsMatthias Krüger-1/+1
2023-08-04Rollup merge of #114472 - estebank:issue-76140, r=compiler-errorsMatthias Krüger-8/+8
2023-08-04Rollup merge of #114461 - sebastiantoh:issue-114423, r=estebankMatthias Krüger-0/+67
2023-08-04Rollup merge of #114450 - chenyukang:yukang-fix-114435, r=compiler-errorsMatthias Krüger-0/+52
2023-08-04Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31Matthias Krüger-54/+81
2023-08-04Rollup merge of #113945 - chenyukang:yukang-fix-113447-slice-2, r=cjgillotMatthias Krüger-0/+75
2023-08-04Account for `Rc` and `Arc` when suggesting to cloneEsteban Küber-1/+1
2023-08-05Fix ICE failed to get layout for ReferencesErroryukang-0/+52
2023-08-04Reword confusable idents lintEsteban Küber-8/+8
2023-08-04don't ICE on higher ranked hidden typesAli MJ Al-Nasrawy-0/+71
2023-08-04Fix unwrap on NoneSebastian Toh-0/+67
2023-08-04Improve spans for indexing expressionsNilstrieb-54/+81
2023-08-04Auto merge of #114036 - compiler-errors:upcast-to-fewer-assocs, r=lcnrbors-0/+96
2023-08-04Rollup merge of #114253 - fmease:compute-variances-for-lazy-ty-aliases, r=oli...Matthias Krüger-54/+134
2023-08-04Rollup merge of #114022 - oli-obk:tait_ice_alias_field_projection, r=cjgillotMatthias Krüger-0/+2
2023-08-04Rollup merge of #113999 - Centri3:macro-arm-expand, r=wesleywiserMatthias Krüger-0/+172
2023-08-04Rollup merge of #113534 - oli-obk:simd_shuffle_dehackify, r=workingjubileeMatthias Krüger-111/+101
2023-08-03Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obkbors-5/+6
2023-08-03Fix upcasting with normalization in old solver, add a testMichael Goulet-0/+20
2023-08-03Rework upcastingMichael Goulet-0/+76
2023-08-03Fix wrong span for trait selection failure error reportingyukang-0/+75
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-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