about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/internal.rs
AgeCommit message (Expand)AuthorLines
2022-05-28Fix TyKind lint, make consts no longer fn, etcMichael Goulet-68/+123
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-1/+1
2022-02-19Adopt let else in more placesest31-4/+1
2022-02-12change to a struct variantEllen-1/+1
2022-02-01review + rebaselcnr-3/+4
2022-02-01rustfmt is broken, manually reduce line lengthlcnr-2/+7
2022-02-01add a rustc::query_stability lintlcnr-1/+53
2022-01-27Clarify the `usage-of-qualified-ty` error message.Nicholas Nethercote-1/+1
2022-01-09feat: pass_by_value lint attributeMahdi Dibaiee-32/+1
2021-11-07Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514bors-54/+45
2021-11-07more clippy fixesMatthias Krüger-54/+45
2021-11-07ast: Fix naming conventions in AST structuresVadim Petrochenkov-2/+1
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-55/+4
2021-10-21ignore `potential_query_instability` in rustdoclcnr-0/+15
2021-10-15add a `rustc::query_stability` lintlcnr-4/+40
2021-10-06Use get_diagnostic_nameCameron Steffen-15/+16
2021-10-02Make diangostic item names consistentCameron Steffen-2/+2
2021-07-13Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obkbors-42/+37
2021-07-10rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`Vadim Petrochenkov-15/+4
2021-07-09Fix default_hash_types to use resolved pathCameron Steffen-42/+37
2021-05-12Implement span quoting for proc-macrosAaron Hill-4/+15
2021-03-09Remove hir::Item::attrs.Camille GILLOT-1/+1
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-2/+2
2020-12-03Only deny doc_keyword in std and set it as "allow" by defaultGuillaume Gomez-1/+1
2020-12-03Add lint pass for doc keywordGuillaume Gomez-1/+45
2020-09-21add testBastian Kauschke-0/+6
2020-09-19extend `is_ty_or_ty_ctxt` to self typesBastian Kauschke-5/+21
2020-08-30mv compiler to compiler/mark-0/+247