about summary refs log tree commit diff
path: root/src/test/ui/error-codes
AgeCommit message (Expand)AuthorLines
2020-11-14Use true previous lint level when detecting overriden forbidsMark Rousskov-6/+6
2020-11-08Support repr(simd) on ADTs containing a single array fieldgnzlbg-1/+1
2020-11-06Fixing Spelling Typosankushduacodes-2/+2
2020-10-27Add unsized_locals to INCOMPLETE_FEATURES listSantiago Pastorino-1/+1
2020-10-27Add unsized_fn_params featureSantiago Pastorino-3/+3
2020-10-25Merge remote-tracking branch 'upstream/master' into box-allocTim Diekmann-24/+67
2020-10-23Auto merge of #77015 - davidtwco:check-attr-variant-closure-expr, r=lcnrbors-4/+4
2020-10-21Auto merge of #78077 - petrochenkov:qvis, r=davidtwcobors-1/+10
2020-10-20review commentsEsteban Küber-3/+3
2020-10-20Tweak "object unsafe" errorsEsteban Küber-15/+29
2020-10-19Calculate visibilities once in resolveVadim Petrochenkov-1/+10
2020-10-18Rollup merge of #78048 - blyxxyz:e0424-improve-self-placement, r=lcnrYuki Okushi-2/+19
2020-10-18Rollup merge of #78043 - willcrozi:e0210-error-note-fix, r=lcnrYuki Okushi-1/+1
2020-10-17Suggest correct place to add `self` parameter when inside closureJan Verbeek-2/+19
2020-10-17Fix grammar in note for orphan-rule error [E0210]Will Crozier-1/+1
2020-10-17Suggest minimal subset features in `incomplete_features` lintYuki Okushi-0/+3
2020-10-16Merge branch 'master' into box-allocTim Diekmann-42/+50
2020-10-16Rollup merge of #76119 - Amjad50:stabilizing-move_ref_pattern, r=nikomatsakisDylan DPC-33/+0
2020-10-15ensure arguments are included in count mismatch spanAndy Russell-9/+18
2020-10-08Fix typo in error codexd009642-1/+1
2020-10-08Implement the instruction_set attributexd009642-0/+32
2020-10-07Support custom allocators in `Box`Tim Diekmann-2/+2
2020-10-02Improve E0777 help messageGuillaume Gomez-1/+14
2020-10-01Create E0777 error code for "invalid literal in derive"Guillaume Gomez-0/+15
2020-09-29Bless testsDylan MacKenzie-51/+13
2020-09-28passes: `check_attr` on more targetsDavid Wood-4/+4
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-15Stabilize move_ref_patternAmjad Alsharafi-33/+0
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