rust/compiler/rustc_lint/src
bors fd853c00e2 Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr
Add hir::GenericArg::Infer

In order to extend inference to consts, make an Infer type on hir::GenericArg.
2021-07-27 16:24:45 +00:00
..
nonstandard_style
array_into_iter.rs Better suggestion for array_into_iter in for loop. 2021-06-26 12:14:22 +00:00
builtin.rs Introduce OwnerNode::Crate. 2021-07-25 12:22:47 +02:00
context.rs Display an extra note for trailing semicolon lint with trailing macro 2021-07-24 11:46:44 -05:00
early.rs Add additional missing lint handling logic 2021-07-17 23:03:58 -05:00
internal.rs Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obk 2021-07-13 15:06:10 +00:00
late.rs Add inferred args to typeck 2021-07-25 07:28:51 +00:00
levels.rs Merge the BTreeMap in hir::Crate. 2021-07-25 12:18:56 +02:00
lib.rs Warn on inert attributes used on bang macro invocation 2021-07-19 17:49:28 -05:00
methods.rs
non_ascii_idents.rs Stablize non_ascii_idents feature. 2021-04-08 02:52:00 +08:00
non_fmt_panic.rs rustc_span: Revert addition of proc_macro field to ExpnKind::Macro 2021-07-10 23:03:35 +03:00
nonstandard_style.rs Lint against non-camelCase trait alias names 2021-05-26 19:55:27 -04:00
noop_method_call.rs Warn in doc test 2021-03-03 11:23:33 +01:00
passes.rs Add inferred args to typeck 2021-07-25 07:28:51 +00:00
redundant_semicolon.rs
tests.rs Update to last upstream version 2021-07-08 17:14:28 +02:00
traits.rs feat(rustc_lint): add dyn_drop 2021-07-18 07:55:57 -07:00
types.rs Rollup merge of #85906 - LingMan:iter_find, r=matthewjasper 2021-06-08 13:26:28 +09:00
unused.rs Lint for unused borrows as part of UNUSED_MUST_USE 2021-06-18 15:09:40 +08:00