summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2023-08-30Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-4/+0
2023-08-16Auto merge of #112500 - lukas-code:span-ctxt, r=petrochenkovbors-1/+0
2023-08-14Point at return type when it influences non-first `match` armEsteban Küber-0/+2
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-0/+4
2023-08-05Rename tests/ui/issues/issue-100605.rs to ../type/option-ref-advice.rsMartin Nordholts-54/+0
2023-08-04Improve spans for indexing expressionsNilstrieb-8/+8
2023-08-01introduce `Span::find_ancestor_inside_same_ctxt`Lukas Markeffsky-1/+0
2023-07-29Change default panic handler message format.Mara Bos-2/+4
2023-07-29Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e...bors-0/+2
2023-07-26Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errorsbors-12/+6
2023-07-25write-long-types-to-disk: update testsMahdi Dibaiee-28/+19
2023-07-24new unstable option: -Zwrite-long-types-to-diskMahdi Dibaiee-13/+16
2023-07-23make `noop_method_call` warn by defaultDeadbeef-0/+2
2023-07-21Double check that hidden types match the expected hidden typeOli Scherer-49/+0
2023-07-18moved note as unspanned note, moved note to the bottom of the msgnxya-35/+7
2023-07-18added links as a notenxya-7/+7
2023-07-18add links to query documentation for E0391nxya-7/+7
2023-07-18added links as a notenxya-7/+42
2023-07-18add links to query documentation for E0391nxya-7/+7
2023-07-13Rollup merge of #113353 - compiler-errors:select-better, r=lcnrMatthias Krüger-23/+0
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-17/+16
2023-07-08Auto merge of #113491 - matthiaskrgr:rollup-mueqz7h, r=matthiaskrgrbors-27/+27
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