about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2020-05-06Rollup merge of #71727 - hbina:simplified_usage, r=Mark-SimulacrumDylan DPC-2/+2
2020-05-05Rollup merge of #71894 - mibac138:semicolon-not-always-helpful, r=estebankDylan DPC-3/+0
2020-05-05Suggest removing semicolon in last expression only if it's type is knownmibac138-3/+0
2020-05-05Rollup merge of #71902 - mibac138:const-feature-diag, r=varkorDylan DPC-0/+2
2020-05-05Rollup merge of #71711 - Mark-Simulacrum:deignore-tests, r=nikomatsakisDylan DPC-13/+0
2020-05-04Suggest to add missing feature when using gated const featuresmibac138-0/+2
2020-05-04Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obkbors-22/+4
2020-05-02When a projection is expected, suggest constraining or calling methodEsteban Küber-2/+4
2020-05-02On type mismatch involving associated type, suggest constraintEsteban Küber-20/+0
2020-05-02Replace convenient function `remove_prefix()` with `replace_prefix()`Donough Liu-2/+0
2020-05-02Suggestion for immutable reference -> mutable pointer should be emittedDonough Liu-2/+1
2020-05-02Suggest deref when coercing `ty::Ref` to `ty::RawPtr` with arbitraryDonough Liu-2/+224
2020-05-01SipHasher::new() is literally with SipHasher with both keys being 0Hanif Bin Ariffin-2/+2
2020-04-30Remove unsized enum testMark Rousskov-13/+0
2020-04-30Rollup merge of #71540 - ldm0:ref2ptr, r=oli-obkDylan DPC-0/+122
2020-04-30Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievinkDylan DPC-4/+13
2020-04-29Suggest deref when coercing `ty::Ref` to `ty::RawPtr`Donough Liu-0/+122
2020-04-28Bless test that no longer warnsDylan MacKenzie-1/+1
2020-04-28Add tests from #67088 and the issues mentioned in its descriptionDylan MacKenzie-16/+0
2020-04-27Rollup merge of #71419 - contrun:wrong-namespace-rustc-resolve, r=petrochenkovDylan DPC-0/+15
2020-04-27Rollup merge of #71409 - estebank:point-at-ret-question-mark-op, r=petrochenkovDylan DPC-0/+2
2020-04-26Point at the return type on `.into()` failure caused by `?`Esteban Küber-0/+2
2020-04-26use defkind.descr in wrong namespace resolve failureYI-3/+3
2020-04-26Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddybDylan DPC-2/+2
2020-04-25Rollup merge of #71330 - ecstatic-morse:const-qualif-lazy, r=oli-obkDylan DPC-27/+106
2020-04-25Rollup merge of #69456 - contrun:fix-misleading-compiler-error, r=estebankDylan DPC-0/+47
2020-04-24Remove redundant `descr`/`descriptive_variant` methods from HIR.Eduard-Mihai Burtescu-2/+2
2020-04-24Rollup merge of #71235 - estebank:lt-sugg-2, r=ecstatic-morseDylan DPC-3/+15
2020-04-24Rollup merge of #71426 - contrun:fix-e0751-explanation, r=estebankDylan DPC-3/+3
2020-04-23Cycle errors now occur during const-eval, not checkingDylan MacKenzie-27/+106
2020-04-23fix error code for E0751YI-3/+3
2020-04-22Rollup merge of #71256 - cuviper:must_use_replace, r=estebankDylan DPC-0/+1
2020-04-22Tweak wordingEsteban Küber-3/+3
2020-04-22Tweak `'static` suggestion codeEsteban Küber-3/+15
2020-04-22Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obkDylan DPC-10/+1
2020-04-22add message for resolution failure because wrong namespaceYI-0/+15
2020-04-20Ensure tail expression will have a `Ty` for E0746Esteban Küber-6/+3
2020-04-20Suggest `-> impl Trait` and `-> Box<dyn Trait>` on fn that doesn't returnEsteban Küber-6/+18
2020-04-19allow(unused_must_use) in issue-23611-enum-swap-in-drop.rsJosh Stone-1/+2
2020-04-18Add label to item source of bound obligationEsteban Küber-8/+8
2020-04-18Do not emit note for projected derived obligationsEsteban Küber-4/+0
2020-04-18Remove `AssocTypeBound` and propagate bound `Span`sEsteban Küber-12/+9
2020-04-18Maintain chain of derived obligationsEsteban Küber-0/+5
2020-04-18Detect mistyped associated consts in `Instance::resolve`.Eduard-Mihai Burtescu-10/+1
2020-04-17Fix unused results from mem::replaceJosh Stone-1/+1
2020-04-16ty: convert `ErrorHandled::Reported` to `ConstKind::Error`.Eduard-Mihai Burtescu-64/+11
2020-04-16rustc: fix check_attr() for methods, closures and foreign functionsMatthias Schiffer-4/+13
2020-04-14typeck: always expose repeat count `AnonConst`s' parent in `generics_of`.Eduard-Mihai Burtescu-5/+7
2020-04-14typeck: workaround WF hole in `to_const`.Eduard-Mihai Burtescu-1/+10
2020-04-14typeck: track any errors injected during writeback and taint tables appropria...Eduard-Mihai Burtescu-2/+54