summary refs log tree commit diff
path: root/src/test/ui/error-codes
AgeCommit message (Expand)AuthorLines
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-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
2021-05-01Add help message for unused type paramkadmin-0/+1
2021-04-19fix suggestion for unsized function parameterslcnr-2/+2
2021-04-16Remove #[main] attribute.Charles Lew-20/+0
2021-04-08Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwcoDylan DPC-4/+20
2021-04-06Point at `impl` and type defs introducing requirements on E0277Esteban Küber-4/+20
2021-04-06Remove trailing `:` from E0119 messageEsteban Küber-9/+9
2021-04-06Auto merge of #81234 - repnop:fn-alignment, r=lcnrbors-10/+3
2021-04-05Allow specifying alignment for functionsWesley Norris-10/+3
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-6/+4
2021-03-24resolve late lifetimes by itemJack Huey-11/+11
2021-03-23Some refactoringvarkor-2/+2
2021-02-25Rollup merge of #82220 - henryboisdequin:fixes-80853, r=varkorDylan DPC-1/+1