about summary refs log tree commit diff
path: root/src/test/ui/traits/negative-impls
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-650/+0
2022-12-27Trim more paths in obligation typesEsteban Küber-4/+4
2022-11-10Don't print full paths in overlap errorsMichael Goulet-2/+2
2022-11-04Fix ICE when negative impl is collected during eager monoGary Guo-0/+12
2022-10-01bless ui testsMaybe Waffle-5/+5
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-21Adjust messages, address some nitsMichael Goulet-1/+1
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-3/+3
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-1/+1
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-2/+2
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-2/+2
2022-02-14Properly check regions on negative overlap checkSantiago Pastorino-4/+6
2022-02-11Fix typo: explicitely->explicitlyKagami Sascha Rosylight-8/+8
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-3/+3
2021-11-13Fix handling of substitutions and binders when deciding whether to suggest re...Jakob Degen-9/+3
2021-10-25fix(rustc_typeck): report function argument errors on matching typeMichael Howell-2/+2
2021-10-20Only assemble_candidates_from_impls for polarity NegativeSantiago Pastorino-12/+3
2021-09-27better suggestionsTakayuki Maeda-6/+8
2021-09-26fix the relevant testsTakayuki Maeda-4/+8
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-12/+22
2021-09-16Refactor `FulfillmentError` to track less dataEsteban Kuber-2/+2
2021-08-16Use note to point at bound introducing requirementEsteban Küber-18/+30
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-3/+5
2021-04-08Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwcoDylan DPC-2/+10
2021-04-06Point at `impl` and type defs introducing requirements on E0277Esteban Küber-2/+10
2021-04-06Remove trailing `:` from E0119 messageEsteban Küber-1/+1
2021-03-29Suggest box/pin/arc ing receiver on method callsEsteban Küber-8/+0
2020-12-16Take into account negative impls in "trait item not found" suggestionsLeSeulArtichaut-0/+113
2020-10-17Suggest minimal subset features in `incomplete_features` lintYuki Okushi-0/+5
2020-09-03specialization_graph: avoid trimmed paths for OverlapErrorDan Aloni-4/+4
2020-09-02pretty: trim paths of unique symbolsDan Aloni-18/+18
2020-06-16warn against 'specialization' featureRalf Jung-9/+57
2020-04-26Use Cell::take in a couple placesThinkChaos-2/+2
2020-04-24Rollup merge of #71235 - estebank:lt-sugg-2, r=ecstatic-morseDylan DPC-1/+1
2020-04-23fix error code for E0751YI-15/+15
2020-04-22Sort `MultiSpan`s on creationEsteban Küber-1/+1
2020-04-08Small tweaks to required bound spanEsteban Küber-6/+6
2020-04-08Use `PredicateObligation`s instead of `Predicate`sEsteban Küber-1/+1
2020-03-26add test for negative specializes negativeNiko Matsakis-0/+13
2020-03-26move stderr file tooNiko Matsakis-0/+12
2020-03-26give the negative-impls-builtin test a more sensible nameNiko Matsakis-0/+0
2020-03-26comment the `typeck-negative-impls-builtin` testNiko Matsakis-0/+3
2020-03-26move feature-gate-negative-impls test to traits/negative-implsNiko Matsakis-0/+3
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-12/+12
2020-03-26make a custom error for overlap with negative implsNiko Matsakis-47/+43
2020-03-26permit negative impls for non-auto traitsNiko Matsakis-0/+428