summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2021-12-29Suggest while let x = y when encountering while x = yametisf-0/+54
2021-12-18Rollup merge of #91928 - fee1-dead:constification1, r=oli-obkMatthias Krüger-2/+2
2021-12-18Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726Matthias Krüger-4/+94
2021-12-17Bless ui testsDeadbeef-2/+2
2021-12-15Auto merge of #86986 - lcnr:simplify_type, r=nikomatsakis,oli-obkbors-3/+0
2021-12-15update testslcnr-3/+0
2021-12-14Stabilize `destructuring_assignment`Jacob Pratt-110/+13
2021-12-14Rollup merge of #91798 - bugadani:issue-91783, r=michaelwoeristerMatthias Krüger-0/+44
2021-12-12Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnrbors-4/+4
2021-12-12Avoid suggesting self in visibility specDániel Buga-0/+44
2021-12-11Auto merge of #91769 - estebank:type-trait-bound-span-2, r=oli-obkbors-1/+1
2021-12-11Tweak assoc type obligation spansEsteban Kuber-1/+1
2021-12-10bless testsEllen-4/+4
2021-12-10Tweak wordingEsteban Kuber-11/+11
2021-12-08Rollup merge of #91531 - notriddle:notriddle/issue-87647-expected-semicolon, ...Matthias Krüger-0/+28
2021-12-07Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-SimulacrumMatthias Krüger-0/+44
2021-12-06Recommend fix `count()` -> `len()` on slicesMichael Howell-0/+44
2021-12-06Expect extern fn with no body when parsingMichael Howell-0/+28
2021-12-04Bless tests.Camille GILLOT-2/+82
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