about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2020-03-16Rollup merge of #69995 - contrun:add-context-to-literal-overflow, r=ecstatic-...Dylan DPC-0/+1
2020-03-15Add more context to the literal overflow messageYI-0/+1
2020-03-14increase slack for stack size testRalf Jung-2/+2
2020-03-12update testsMark Mansi-22/+22
2020-03-12Rollup merge of #69722 - estebank:negative-impl-span-ast, r=CentrilMazdak Farrokhzad-18/+12
2020-03-11Fix cycle error when emitting suggestion for mismatched `fn` typeAaron Hill-0/+71
2020-03-11Rollup merge of #69760 - Centril:parse-expr-improve, r=estebankMazdak Farrokhzad-6/+6
2020-03-10unify/improve/simplify attribute parsingMazdak Farrokhzad-6/+6
2020-03-10fix test failure due to earlier emitted errorYI-1/+8
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-06Further tweak spans in ast validation errorsEsteban Küber-18/+12
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