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