summary refs log tree commit diff
path: root/src/test/ui/error-codes
AgeCommit message (Expand)AuthorLines
2020-12-19also const-check FakeReadRalf Jung-1/+30
2020-12-06suggestions from camelid reviewEthan Brierley-5/+1
2020-12-06smarter E0390Ethan Brierley-1/+1
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-1/+1
2020-12-03Auto merge of #79620 - JohnTitor:label-name-sugg, r=davidtwcobors-1/+1
2020-12-02Tweak diagnostics on shadowing lifetimes/labelsYuki Okushi-1/+1
2020-12-02Auto merge of #78864 - Mark-Simulacrum:warn-on-forbids, r=pnkfelixbors-6/+6
2020-11-29Auto merge of #78863 - KodrAus:feat/simd-array, r=oli-obkbors-1/+1
2020-11-22Drop support for cloudabi targetsLzu Tao-4/+2
2020-11-18Remove redundant notes in E0275Esteban Küber-126/+1
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