about summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2023-07-08Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillotMatthias Krüger-27/+27
2023-07-08Eagerly resolve vars in predicate during coercion loopMichael Goulet-23/+0
2023-07-07Mark more hanging new-solver testsMichael Goulet-2/+3
2023-07-03update testslcnr-12/+1
2023-06-29Fix type privacy lints error messageBryanskiy-3/+5
2023-06-29Rollup merge of #112670 - petrochenkov:typriv, r=eholkMatthias Krüger-4/+5
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-27/+27
2023-06-27Rollup merge of #112454 - ferrocene:pa-compiletest-dynamic-linking, r=davidtwcoMatthias Krüger-1/+2
2023-06-26Auto merge of #112887 - WaffleLapkin:become_unuwuable_in_hir, r=compiler-erro...bors-8/+8
2023-06-26`hir`: Add `Become` expression kindMaybe Waffle-8/+8
2023-06-23Rollup merge of #112643 - compiler-errors:sized-obl-for-arg, r=wesleywiserMatthias Krüger-18/+2
2023-06-22Tweak privacy errors to account for reachable itemsEsteban Küber-2/+6
2023-06-20add support for needs-dynamic-linkingPietro Albini-1/+2
2023-06-15privacy: Feature gate new type privacy lintsVadim Petrochenkov-4/+5
2023-06-15Extend `unused_must_use` to cover block exprs许杰友 Jieyou Xu (Joe)-2/+2
2023-06-15Always register sized obligation for argumentMichael Goulet-18/+2
2023-06-13Move testMichael Goulet-52/+0
2023-06-13Erase regions even if normalization fails in writebackMichael Goulet-1/+31
2023-06-13Auto merge of #112549 - jieyouxu:fix-tests-for-unit-bindings, r=Nilstriebbors-10/+10
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-10/+10
2023-06-11Auto merge of #111801 - Bryanskiy:lints1, r=petrochenkovbors-2/+30
2023-06-12Private-in-public lints implementationBryanskiy-2/+30
2023-06-10Auto merge of #111818 - Urgau:uplift_cmp_nan, r=cjgillotbors-0/+1
2023-06-10Uplift improved version of `clippy::cmp_nan` to rustcUrgau-0/+1
2023-06-09Ignore tests that hang in new solverMichael Goulet-2/+3
2023-06-09Auto merge of #112450 - matthiaskrgr:rollup-fdbazkr, r=matthiaskrgrbors-1/+1
2023-06-09Rollup merge of #112323 - compiler-errors:dont-mention-set-fields, r=WaffleLa...Matthias Krüger-1/+1
2023-06-08Peel borrows before suggesting as_ref/as_derefMichael Goulet-2/+3
2023-06-08More robust as_ref/as_deref suggestionsMichael Goulet-8/+6
2023-06-05Don't mention already set fieldsMichael Goulet-1/+1
2023-06-05Resolve vars in result from scrape_region_constraintsMichael Goulet-2/+4
2023-06-03Auto merge of #111516 - compiler-errors:issue-111500, r=jackh726bors-2/+5
2023-05-29Rollup merge of #111558 - c410-f3r:t3st3ss, r=WaffleLapkinMatthias Krüger-349/+0
2023-05-28Auto merge of #111813 - scottmcm:pretty-mir, r=cjgillotbors-4/+2
2023-05-24Move testsCaio-349/+0
2023-05-21Tweak the post-order for multi-successor blocksScott McMurray-4/+2
2023-05-18Simplify suggestion when returning bare dyn traitMichael Goulet-4/+8
2023-05-13Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-deadbors-7/+6
2023-05-12Don't use can_eq in derive suggestion for missing methodMichael Goulet-2/+5
2023-05-12Note base types of coercionMichael Goulet-4/+4
2023-05-09tidy check to find misc files in ui tests, and clean up the resultsasquared31415-7/+6
2023-05-09Rollup merge of #111021 - c410-f3r:dqewdas, r=petrochenkovMatthias Krüger-560/+0
2023-05-09Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebankDylan DPC-5/+4
2023-05-09Rollup merge of #110504 - compiler-errors:tweak-borrow-sugg, r=cjgillotDylan DPC-25/+38
2023-05-08Move testsCaio-560/+0
2023-05-08Rollup merge of #111056 - JohnBobbo96:fix_box_suggestions, r=compiler-errorsDylan DPC-0/+46
2023-05-08Make suggest_deref_or_ref return a multipart suggestionMichael Goulet-8/+12
2023-05-08Tweak borrow suggestionMichael Goulet-17/+26
2023-05-07Fix suggestion for boxing an async closure body, andJohn Bobbo-0/+46
2023-05-05tweak "make mut" spans (No. 2)Ezra Shaw-1/+1