summary refs log tree commit diff
path: root/src/test/ui/error-codes
AgeCommit message (Expand)AuthorLines
2020-09-29Bless testsDylan MacKenzie-51/+13
2020-09-26`char` not charvarkor-4/+4
2020-09-26Make invalid integer operation messages consistentvarkor-3/+3
2020-09-17Auto merge of #76028 - aticu:improve_e0118, r=estebank,jyn514,GuillaumeGomezbors-2/+22
2020-09-11Provide suggestion for missing fields in patternsEsteban Küber-29/+29
2020-09-11Improve E0118 descriptionaticu-2/+22
2020-09-10Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obkbors-11/+73
2020-09-09Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasperTyler Mandry-2/+2
2020-09-07Add CONST_ITEM_MUTATION lintAaron Hill-11/+73
2020-09-03specialization_graph: avoid trimmed paths for OverlapErrorDan Aloni-8/+8
2020-09-02pretty: trim paths of unique symbolsDan Aloni-45/+45
2020-09-01Clarify message about unresolved useKornel-2/+2
2020-08-30Suggest `if let x = y` when encountering `if x = y`Esteban Küber-6/+6
2020-08-22Use smaller def span for functionsAaron Hill-7/+5
2020-08-16Auto merge of #75536 - estebank:e0255-suggestion, r=varkorbors-5/+8
2020-08-14Rollup merge of #75509 - estebank:coming-merrily-from-java-land, r=lcnrTyler Mandry-12/+32
2020-08-14Tweak output of E0225Esteban Küber-5/+8
2020-08-13Suggest adding `&self` when accessing `self` in static assoc `fn`Esteban Küber-12/+32
2020-08-11Suggest using `'static` in assoc consts and suggest when multiple lts are neededEsteban Küber-0/+9
2020-08-10Add missing primary labelEsteban Küber-1/+1
2020-08-10Tweak ordering of suggestionsEsteban Küber-4/+7
2020-07-27mv std libs to library/mark-3/+3
2020-07-23added a test case for reporting mismatched traitsAyrton-0/+30
2020-07-19disallow non-static lifetimes in const genericsGabriel Smith-0/+28
2020-07-14Rollup merge of #74228 - estebank:unsized-param, r=davidtwcoManish Goregaokar-5/+7
2020-07-14Rollup merge of #74211 - estebank:struct-pat-as-unit, r=petrochenkovManish Goregaokar-6/+9
2020-07-14Suggest borrowing in more unsized fn param casesEsteban Küber-1/+4
2020-07-14Remove `Sized` `on_unimplemented` noteEsteban Küber-2/+1
2020-07-14Suggest boxing or borrowing unsized fieldsEsteban Küber-2/+2
2020-07-14Suggest struct pat on incorrect unit or tuple patEsteban Küber-6/+9
2020-07-10Tweak wordingYuki Okushi-2/+2
2020-07-10Add a help to use `in_band_lifetimes` in nightlyYuki Okushi-0/+4
2020-07-06Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebankManish Goregaokar-3/+27
2020-07-02resolve: disallow label use through closure/asyncDavid Wood-0/+21
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-3/+27
2020-06-30Switch crate_extern_paths to a query, and tweak wording.Eric Huss-1/+1
2020-06-30Provide more information on duplicate lang item error.Eric Huss-1/+4
2020-06-26Show the values and computation that would overflow a const evaluation or pro...Oliver Scherer-3/+3
2020-06-23Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisaManish Goregaokar-7/+3
2020-06-20Refer just to the issue in the raw ptr cmp diagnostic instead of explaining e...Oliver Scherer-4/+2
2020-06-19Rollup merge of #72934 - christianpoveda:mut-borrows-in-consts, r=oli-obkManish Goregaokar-45/+24
2020-06-19Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasperManish Goregaokar-2/+12
2020-06-19add new error codeChristian Poveda-16/+16
2020-06-19update diagnostics for &mut in constantsChristian Poveda-44/+23
2020-06-19Add fuzzy pointer comparison intrinsicsOliver Scherer-2/+3
2020-06-19Remove the const_raw_ptr_comparison feature gate.Oliver Scherer-8/+5
2020-06-16bless allRalf Jung-2/+12
2020-06-15Tweak "non-primitive cast" errorEsteban Küber-7/+3
2020-06-02Improve E0433, so that it suggests missing importsPatryk Wychowaniec-4/+4
2020-05-30Rollup merge of #72540 - davidtwco:issue-67552-mono-collector-comparison, r=v...Ralf Jung-3/+4