summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2020-03-08Rollup merge of #69422 - JohnTitor:remove-unwrap, r=XanewokMazdak Farrokhzad-5/+8
2020-03-07Rollup merge of #69727 - JohnTitor:sugg-unwrap, r=estebankMazdak Farrokhzad-0/+37
2020-03-07Rollup merge of #67741 - estebank:point-at-pat-def, r=CentrilMazdak Farrokhzad-2/+22
2020-03-06When encountering an Item in a pat context, point at the item defEsteban Küber-2/+22
2020-03-07Add a regression testYuki Okushi-0/+37
2020-03-06Auto merge of #69614 - estebank:ice-age, r=davidtwcobors-0/+41
2020-03-02Rollup merge of #69623 - Centril:fix-69396-tmp, r=petrochenkovDylan DPC-0/+70
2020-03-02stash API: remove panic to fix ICE.Mazdak Farrokhzad-0/+70
2020-03-01`delay_span_bug` when codegen cannot select obligationEsteban Küber-0/+41
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-29Auto merge of #69255 - estebank:e0599-details, r=varkorbors-24/+50
2020-02-28keep predicate order and tweak outputEsteban Küber-12/+16
2020-02-28Review comments: split requirement text to multiple lines for readabilityEsteban Küber-3/+6
2020-02-28Account for arbitrary self types in E0599Esteban Küber-4/+2
2020-02-28Tweak wordingEsteban Küber-3/+3
2020-02-28Mention the full path of the implementing traitEsteban Küber-3/+3
2020-02-28Point at closure definitionsEsteban Küber-2/+2
2020-02-28Show information of chain of bound obligationsEsteban Küber-3/+6
2020-02-28Track all predicates in errors, not just trait obligationsEsteban Küber-1/+11
2020-02-28Deduplicate information in E0599Esteban Küber-4/+1
2020-02-28On single local candidate, use span labelEsteban Küber-6/+9
2020-02-28Reduce vebosity of E0599Esteban Küber-2/+0
2020-02-28Add more context to E0599 errorsEsteban Küber-16/+26
2020-02-28Rollup merge of #69452 - Centril:typeck-pat, r=estebankMazdak Farrokhzad-1/+16
2020-02-28Rollup merge of #69384 - petrochenkov:nounnorm, r=CentrilMazdak Farrokhzad-6/+9
2020-02-28Rollup merge of #69340 - Centril:self-ctor-normalize, r=nikomatsakisMazdak Farrokhzad-0/+160
2020-02-26Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasperbors-6/+6
2020-02-26instantiate_value_path: .impl_self_ty -> .type_ofMazdak Farrokhzad-0/+160
2020-02-25check_pat_ref: use pattern_causeMazdak Farrokhzad-0/+2
2020-02-25check_pat_tuple: use pattern_causeMazdak Farrokhzad-0/+4
2020-02-25check_pat_path: use pattern_causeMazdak Farrokhzad-1/+10
2020-02-24Cherry-pick the LLVM fix for #69225Josh Stone-0/+33
2020-02-25Tweak testsYuki Okushi-5/+6
2020-02-24parser: `token` -> `normalized_token`, `nonnormalized_token` -> `token`Vadim Petrochenkov-6/+9
2020-02-24Remove use of `unwrap()` from save-analysisYuki Okushi-5/+7
2020-02-24parse: use `parse_item_common` in `parse_assoc_item_`.Mazdak Farrokhzad-10/+33
2020-02-22update some testsMark Mansi-6/+6
2020-02-20Revert "Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-ca...Dylan MacKenzie-2/+1
2020-02-20Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obkMazdak Farrokhzad-478/+486
2020-02-20Rollup merge of #68877 - estebank:point-at-params, r=petrochenkovMazdak Farrokhzad-21/+29
2020-02-19Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-case, r=pe...Dylan DPC-1/+2
2020-02-19avoid excessive number of revisionsRalf Jung-151/+1
2020-02-18Add `#[rustc_args_required_const]` to `simd_shuffle` testsDylan MacKenzie-1/+2
2020-02-19Auto merge of #69241 - shahn:checked_add_revert, r=Mark-Simulacrum,lqdbors-0/+31
2020-02-18Revert "Remove `checked_add` in `Layout::repeat`"Sebastian Hahn-0/+31
2020-02-18better lint namesRalf Jung-9/+9
2020-02-18Rollup merge of #69217 - LeSeulArtichaut:remove-lint-impl-op, r=estebankMazdak Farrokhzad-17/+0
2020-02-18Rollup merge of #69211 - petrochenkov:prevtok, r=CentrilMazdak Farrokhzad-6/+6
2020-02-18Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkovMazdak Farrokhzad-3/+3
2020-02-17parser: Do not call `bump` recursivelyVadim Petrochenkov-6/+6