about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2021-12-04Use multipart suggestions.Camille GILLOT-2/+12
2021-12-04Rollup merge of #90519 - estebank:issue-84003, r=petrochenkovMatthias Krüger-0/+196
2021-12-03Auto merge of #90737 - eholk:intofuture, r=tmandrybors-0/+2
2021-12-03Modify `bounds_span` to ignore bounds coming from a `derive` macroEsteban Kuber-12/+12
2021-12-03Keep spans for generics in `#[derive(_)]` desugaringEsteban Kuber-0/+196
2021-12-02Update .stderr filesEric Holk-0/+2
2021-11-26Auto merge of #85102 - estebank:point-at-assignment, r=oli-obkbors-5/+8
2021-11-25On type mismatch caused by assignment, point at assigneeEsteban Küber-5/+8
2021-11-23Update test outputsMichael Goulet-3/+3
2021-11-20Move tests for missing trait bounds to their own directoryEsteban Kuber-100/+0
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-45/+0
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-16/+34
2021-11-20Rollup merge of #91021 - compiler-errors:print_future_output, r=estebankMatthias Krüger-14/+14
2021-11-20Rollup merge of #90575 - m-ou-se:compatible-variant-improvements, r=estebankMatthias Krüger-7/+9
2021-11-18Print output ty for opaque future tyMichael Goulet-14/+14
2021-11-19Rollup merge of #90989 - notriddle:notriddle/rustc-suggest-float-ending-in-do...Yuki Okushi-0/+17
2021-11-17Avoid suggesting literal formatting that turns into member accessMichael Howell-0/+17
2021-11-16Update test output.Mara Bos-3/+3
2021-11-16Update tests.Mara Bos-4/+6
2021-11-16Rollup merge of #86455 - tlyu:check-where-before-suggesting-unsized, r=estebankYuki Okushi-0/+26
2021-11-15check where clause before suggesting unsizedTaylor Yu-0/+26
2021-11-14Move some tests to more reasonable directoriesCaio-0/+291
2021-11-13Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrumbors-0/+3
2021-11-12Expose portable-simd as core::simdJubilee Young-0/+3
2021-11-06Rollup merge of #90627 - camelid:suggest-box-deref, r=davidtwcoMatthias Krüger-0/+36
2021-11-06Suggest dereference of `Box` when inner type is expectedNoah Lev-0/+36
2021-11-03fix messageTakayuki Maeda-1/+1
2021-11-03add a suggestion about undeclared `alloc` moduleTakayuki Maeda-0/+16
2021-10-26Reverting switching test to no_std and adjust output after rebase.Jakob Degen-30/+41
2021-10-26Fix line numbers in testJakob Degen-4/+4
2021-10-26Make `ui/suggestions/suggest-tryinto-edition-change.rs` no_std to avoid getti...Jakob Degen-41/+30
2021-10-26Adds hint if a trait fails to resolve and a newly added one in Edition 2021 i...Jakob Degen-8/+83
2021-10-26Add test checking that Edition 2021 is suggested for .try_into() and fix othe...Jakob Degen-0/+32
2021-10-25fix(rustc_typeck): report function argument errors on matching typeMichael Howell-2/+4
2021-10-24Auto merge of #89427 - estebank:collect-overlapping-impls, r=jackh726bors-2/+2
2021-10-24Always sort suggestions before emitting themEsteban Kuber-2/+2
2021-10-24Fix ICE when forgetting to `Box` a parameter to a `Self::func` callJakob Degen-0/+30
2021-10-20Rollup merge of #90025 - JohnTitor:revert-86011, r=estebankYuki Okushi-6/+6
2021-10-18Auto merge of #89229 - oli-obk:i_love_inferctxt, r=jackh726bors-37/+23
2021-10-19Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank"Yuki Okushi-6/+6
2021-10-17Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisaMatthias Krüger-1/+1
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-1/+1
2021-10-16Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkovbors-3/+3
2021-10-15simplify constrain_opaque_typesNiko Matsakis-37/+23
2021-10-15Bless testsCameron Steffen-3/+3
2021-10-15Rollup merge of #89870 - tmandry:box-pin, r=estebankMatthias Krüger-13/+7
2021-10-15Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebankMatthias Krüger-6/+6
2021-10-14Rollup merge of #89390 - tmandry:issue-72117, r=estebankMatthias Krüger-4/+40
2021-10-14Suggest Box::pin when Pin::new is used insteadTyler Mandry-13/+7
2021-10-13Auto merge of #89858 - matthiaskrgr:rollup-evsnr2e, r=matthiaskrgrbors-0/+60