about summary refs log tree commit diff
path: root/src/test/ui/error-codes
AgeCommit message (Expand)AuthorLines
2021-09-28Improve help for recursion limit errorsRoss MacArthur-2/+2
2021-09-29Suggest similarly named assoc items in trait implsHirochika Matsumoto-1/+4
2021-09-25Fix incorrect disambiguation suggestion for associated itemsFabian Wolff-4/+4
2021-09-25Use larger span for adjustments on method callsAaron Hill-10/+10
2021-09-19Rollup merge of #88855 - calebzulawski:feature/simd_shuffle, r=nagisaYuki Okushi-17/+0
2021-09-16Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisabors-1/+3
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-1/+3
2021-09-15Move object safety suggestions to the end of the errorEsteban Kuber-1/+1
2021-09-13Auto merge of #87915 - estebank:fancy-spans, r=oli-obkbors-6/+7
2021-09-11Allow simd_shuffle to accept vectors of any lengthCaleb Zulawski-17/+0
2021-09-07A bit of cleanup to astconvjackh726-1/+1
2021-08-30`feature(const_param_types)` -> `feature(adt_const_params)`lcnr-5/+5
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-19/+7
2021-08-26Rollup merge of #88123 - camelid:tup-pat-precise-spans, r=estebankManish Goregaokar-13/+13
2021-08-25Adjust spansNoah Lev-6/+6
2021-08-23Detect incorrect number of lang item genericsasquared31415-3/+3
2021-08-22Rollup merge of #87166 - de-vri-es:show-discriminant-before-overflow, r=jackh726Guillaume Gomez-2/+23
2021-08-21Make E0023 spans even more preciseNoah Lev-23/+13
2021-08-20Change example and tests for E0161.Anton Golov-56/+26
2021-08-18Use more accurate spans when proposing adding lifetime to itemEsteban Kuber-1/+1
2021-08-17Make spans for tuple patterns in E0023 more preciseNoah Lev-10/+20
2021-08-16Use note to point at bound introducing requirementEsteban Küber-12/+22
2021-08-15Fix ui tests for llvm_asm! deprecationAmanieu d'Antras-7/+12
2021-08-12Use smaller spans for some structured suggestionsEsteban Kuber-6/+7
2021-08-11Modify structured suggestion outputEsteban Küber-54/+55
2021-08-09Use smaller spans when suggesting method call disambiguationEsteban Kuber-2/+2
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-3/+3
2021-07-28Show discriminant before overflow in diagnostic.Maarten de Vries-2/+23
2021-07-27Permit deriving default on enums with `#[default]`Jacob Pratt-19/+0
2021-07-20Support HIR wf checking for function signaturesAaron Hill-2/+2
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-5/+10
2021-07-14bless mir-opt, codegen, and remaining ui testsRalf Jung-10/+4
2021-07-02Improve error reporting for modifications behind `&` referencesFabian Wolff-2/+2
2021-06-22Updated tests to reflect specified types in E0121Deadbeef-2/+2
2021-06-21Rollup merge of #83739 - JohnTitor:issue-75889, r=estebankYuki Okushi-2/+1
2021-06-10Auto merge of #82639 - jyn514:stable-options, r=Mark-Simulacrumbors-31/+3
2021-06-10Account for bad placeholder errors on consts/statics with trait objectsYuki Okushi-2/+1
2021-06-06Don't pass -Z unstable-options by default for UI testsJoshua Nelson-31/+3
2021-06-05Remove `_` from E0121 diagnostic suggestionsDeadbeef-1/+1
2021-05-31Auto merge of #85597 - 0yoyoyo:fix-issue-71563-remove-redundant-args, r=petro...bors-5/+115
2021-05-30Fix span of redundant generic arguments0yoyoyo-5/+115
2021-05-28Auto merge of #84968 - FabianWolff:master, r=estebankbors-1/+6
2021-05-13Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisbors-1/+15
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-2/+2
2021-05-11Test `-Zthir-unsafeck` for unsafe function callsLeSeulArtichaut-1/+15
2021-05-11improve diagnosts for GATsb-naber-6/+6
2021-05-06E0583: Include secondary path in error messageDeadbeef-1/+1
2021-05-06Fix incorrect suggestions for E0605Fabian Wolff-1/+6
2021-05-03Rollup merge of #84784 - JulianKnodt:suggest_const, r=lcnrDylan DPC-0/+1
2021-05-01Closure capture borrow diagnostics for disjoint capturesChris Pardy-1/+1