about summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2023-10-09Extend impl's def_span to include where clausesMichael Goulet-2/+2
2023-10-06Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiserbors-19/+27
2023-10-05Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er...Matthias Krüger-0/+5
2023-10-05Rollup merge of #116431 - estebank:issue-80476, r=compiler-errorsJubilee-8/+8
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+5
2023-10-04Point to where missing return type should goMichael Goulet-3/+3
2023-10-04Tweak wording of E0562Esteban Küber-8/+8
2023-10-04Reorder fullfillment errors to keep more interesting ones firstEsteban Küber-19/+27
2023-10-02Point out the actual mismatch errorMichael Goulet-0/+4
2023-10-02For a single impl candidate, try to unify it with error trait refMichael Goulet-3/+3
2023-09-26Add context to `let: Ty = loop { break };`Esteban Küber-1/+6
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