about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/internal.rs
AgeCommit message (Expand)AuthorLines
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