about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-02-29Auto merge of #69255 - estebank:e0599-details, r=varkorbors-108/+328
2020-02-28Ignore output for some platforms with diverging test outputEsteban Küber-6/+18
2020-02-28Do not suggest implementing traits if present in predicatesEsteban Küber-9/+2
2020-02-28Reword messageEsteban Küber-2/+2
2020-02-28Reduce verbosity when suggesting restricting type paramsEsteban Küber-12/+0
2020-02-28keep predicate order and tweak outputEsteban Küber-74/+118
2020-02-28Review comments: split requirement text to multiple lines for readabilityEsteban Küber-16/+32
2020-02-28Account for arbitrary self types in E0599Esteban Küber-17/+9
2020-02-28Suggest constraining type parametersEsteban Küber-0/+75
2020-02-28Tweak wordingEsteban Küber-24/+24
2020-02-28Mention the full path of the implementing traitEsteban Küber-24/+24
2020-02-28Point at closure definitionsEsteban Küber-5/+8
2020-02-28Show information of chain of bound obligationsEsteban Küber-15/+39
2020-02-28Track all predicates in errors, not just trait obligationsEsteban Küber-11/+39
2020-02-28Deduplicate information in E0599Esteban Küber-30/+10
2020-02-28On single local candidate, use span labelEsteban Küber-49/+72
2020-02-28Reduce vebosity of E0599Esteban Küber-50/+8
2020-02-28Add more context to E0599 errorsEsteban Küber-42/+126
2020-02-28Auto merge of #69555 - Centril:rollup-e53lxz4, r=Centrilbors-88/+463
2020-02-28Rollup merge of #69539 - Centril:fix-69401, r=petrochenkovMazdak Farrokhzad-0/+15
2020-02-28Rollup merge of #69522 - Centril:fix-69341, r=petrochenkovMazdak Farrokhzad-0/+36
2020-02-28Rollup merge of #69452 - Centril:typeck-pat, r=estebankMazdak Farrokhzad-67/+222
2020-02-28Rollup merge of #69384 - petrochenkov:nounnorm, r=CentrilMazdak Farrokhzad-21/+30
2020-02-28Rollup merge of #69340 - Centril:self-ctor-normalize, r=nikomatsakisMazdak Farrokhzad-0/+160
2020-02-28Auto merge of #69148 - estebank:cold-as-ice, r=oli-obkbors-303/+168
2020-02-28late resolve, visit_fn: bail early if there's no body.Mazdak Farrokhzad-0/+15
2020-02-28Auto merge of #68505 - skinny121:canonicalize-const-eval-inputs, r=nikomatsakisbors-0/+23
2020-02-28Auto merge of #69534 - Dylan-DPC:rollup-fwa2lip, r=Dylan-DPCbors-2/+29
2020-02-28Rollup merge of #69379 - jumbatm:llvm-sigsegv, r=pnkfelixDylan DPC-2/+29
2020-02-27Account for associated items when denying `_`Esteban Küber-65/+144
2020-02-27Account for bounds when denying `_` in type parametersEsteban Küber-11/+58
2020-02-27Revert "Backport only: avoid ICE on bad placeholder type"Esteban Küber-328/+67
2020-02-27Auto merge of #69513 - tmiasko:revert-checked-unused, r=petrochenkovbors-57/+0
2020-02-27error_derive_forbidden_on_non_adt: be more gracefulMazdak Farrokhzad-0/+36
2020-02-27Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakisbors-47/+94
2020-02-27Auto merge of #69507 - JohnTitor:rollup-jqf1gmw, r=JohnTitorbors-67/+328
2020-02-27Rollup merge of #69324 - estebank:ice-break-backport-bad-placeholder-type, r=...Yuki Okushi-67/+328
2020-02-27Auto merge of #67332 - matthewjasper:drop-in-place-cgus, r=michaelwoeristerbors-33/+23
2020-02-27Revert "Mark attributes consumed by `check_mod_attrs` as normal"Tomasz Miąsko-57/+0
2020-02-26Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasperbors-77/+77
2020-02-26Update codegen-units testsMatthew Jasper-33/+23
2020-02-26instantiate_value_path: .impl_self_ty -> .type_ofMazdak Farrokhzad-0/+160
2020-02-26Rollup merge of #69209 - Mark-Simulacrum:strip-unsafe, r=dtolnayDylan DPC-12/+8
2020-02-26Auto merge of #61812 - jonas-schievink:assoc-ty-defaults, r=nikomatsakisbors-118/+1917
2020-02-26Auto merge of #69474 - Dylan-DPC:rollup-ciotplu, r=Dylan-DPCbors-0/+94
2020-02-26Rollup merge of #69423 - petrochenkov:nont, r=CentrilDylan DPC-0/+14
2020-02-26Rollup merge of #69412 - tmiasko:checked-unused, r=petrochenkovDylan DPC-0/+57
2020-02-26Rollup merge of #67637 - Mark-Simulacrum:primitive-mod, r=dtolnayDylan DPC-0/+23
2020-02-25check_pat_ref: use pattern_causeMazdak Farrokhzad-6/+21
2020-02-25check_pat_tuple: use pattern_causeMazdak Farrokhzad-2/+17