about summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2023-09-25Use verbose suggestion for `break` without valueEsteban Küber-4/+6
2023-09-22Rollup merge of #116062 - eduardosm:start-fn-diag, r=WaffleLapkinMatthias Krüger-2/+2
2023-09-22Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obkbors-11/+11
2023-09-22Change `start` to `#[start]` in some diagnosisEduardo Sánchez Muñoz-2/+2
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-11/+11
2023-09-19rustc_hir_analysis: add a helper to check function the signature mismatchesEduardo Sánchez Muñoz-2/+2
2023-09-19Rollup merge of #115869 - ferrocene:pa-fix-tests-cargo-remap, r=compiler-errorsMatthias Krüger-3/+0
2023-09-15avoid blessing cargo deps's source code in ui testsPietro Albini-3/+0
2023-09-14don't point at const usage site for resolution-time errorsRalf Jung-7/+1
2023-09-14move required_consts check to general post-mono-check functionRalf Jung-9/+40
2023-09-11Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errorsMatthias Krüger-15/+15
2023-09-10Point out if a local trait has no implementationsMichael Goulet-0/+34
2023-09-10Generalize E0401León Orell Valerian Liehr-15/+15
2023-09-01Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkovbors-32/+6
2023-08-30Test and note unsafe ctor to fn ptr coercionMichael Goulet-1/+0
2023-08-29Auto merge of #112775 - c410-f3r:t3st3ss, r=petrochenkovbors-371/+0
2023-08-28Move testsCaio-371/+0
2023-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-4/+0
2023-08-26Remove unnecessary `select_obligations_where_possible` and redundant errorsEsteban Küber-8/+1
2023-08-26More accurately point at argumentsEsteban Küber-4/+6
2023-08-26On let binding type point to type parameter that introduced unmet boundEsteban Küber-1/+8
2023-08-26Point at appropriate type parameter in more trait bound errorsEsteban Küber-4/+2
2023-08-25Handle Self in paths tooMichael Goulet-2/+2
2023-08-25Auto merge of #115193 - weihanglo:rollup-6s3mz06, r=weihanglobors-399/+0
2023-08-25Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkinbors-2/+2
2023-08-24Move issue 29181, 2804, 17431, 66768Olanti-399/+0
2023-08-20Clarify that `Rust` is default reprCatherine Flores-2/+2
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-02Replace old private-in-public diagnostic with type privacy lintsBryanskiy-32/+6
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-29Allow explicit `#[repr(Rust)]`Catherine Flores-2/+2
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