about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/builtin.rs
AgeCommit message (Expand)AuthorLines
2022-01-28Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-seMatthias Krüger-0/+3
2022-01-23rustc_lint: Remove some redundant fields from `EarlyContext`Vadim Petrochenkov-7/+7
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-1/+1
2022-01-20Rollup merge of #92704 - 5225225:std_mem_transmute_ref_t_mut_t, r=michaelwoer...Matthias Krüger-3/+3
2022-01-19Add links to the reference and rust by example for asm! docs and lintsAmanieu d'Antras-0/+3
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-6/+0
2022-01-16Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnrbors-3/+3
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-3/+2
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-1/+1
2022-01-15initial revertEllen-3/+3
2022-01-09Make message for &T -> &mut T transmute more accurate5225225-3/+3
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-1/+1
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-1/+1
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-4/+2
2021-12-03Use let_else in some more places in rustc_lintest31-35/+29
2021-11-30Emit a warning on generic parameters with doc commentsJoshua Nelson-0/+4
2021-11-28Take a LocalDefId in expect_*item.Camille GILLOT-1/+1
2021-11-12rustc_feature: Convert `BuiltinAttribute` from tuple to a structVadim Petrochenkov-6/+5
2021-11-07Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514bors-13/+8
2021-11-07more clippy fixesMatthias Krüger-13/+8
2021-11-07ast: Fix naming conventions in AST structuresVadim Petrochenkov-3/+3
2021-10-17Check implementing type for `#[doc(hidden)]`pierwill-0/+18
2021-10-06Use get_diagnostic_nameCameron Steffen-15/+13
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-3/+3
2021-10-02Make diangostic item names consistentCameron Steffen-1/+1
2021-09-30Do not pass hir::Crate to lints.Camille GILLOT-1/+1
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-2/+8
2021-09-20Adjust documentation for compatibility with 2021Mark Rousskov-1/+1
2021-09-02rustc_target: move `LayoutOf` to `ty::layout`.Eduard-Mihai Burtescu-2/+3
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-1/+1
2021-08-28Treat macros as HIR itemsinquisitivecrystal-18/+1
2021-08-26update `TypeFlags` to deal with missing ct substslcnr-1/+1
2021-08-26add `tcx` to `fn walk`lcnr-2/+2
2021-08-24Move `named_asm_labels` to a HIR lintasquared31415-2/+122
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-12/+11
2021-08-19introduce a Coerce predicateNiko Matsakis-0/+1
2021-08-13Auto merge of #86492 - hyd-dev:no-mangle-method, r=petrochenkovbors-22/+64
2021-08-12Adjust `#[no_mangle]`-related checks and lints for `impl` itemshyd-dev-22/+64
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-1/+1
2021-08-06Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si...bors-2/+0
2021-07-31rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tablesVadim Petrochenkov-21/+23
2021-07-25ignore comments in tidy-filelengthibraheemdev-2/+0
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-1/+1
2021-07-25Merge the BTreeMap in hir::Crate.Camille GILLOT-1/+1
2021-07-16Make GATs no longer incompleteJack Huey-1/+1
2021-07-08Improve handing of `missing_docs` for macrosinquisitivecrystal-2/+3
2021-07-08Remove `missing_docs` lint on private 2.0 macrosinquisitivecrystal-0/+5
2021-07-03Add a help message to `unused_doc_comments` lintYuki Okushi-2/+13
2021-07-01Rollup merge of #85520 - FabianWolff:issue-85475, r=jackh726Yuki Okushi-1/+1
2021-06-29Fix typo and improve documentation for E0632Fabian Wolff-1/+1