rust/src/librustc_lint
Dylan DPC c06799e4c4
Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay
Migrate to numeric associated consts

The deprecation PR is #72885

cc #68490
cc rust-lang/rfcs#2700
2020-06-12 12:28:23 +02:00
..
nonstandard_style Separate librustc_lint module 2019-06-16 14:17:01 +03:00
array_into_iter.rs Track span of function in method calls, and use this in #[track_caller] 2020-06-10 17:30:11 -04:00
builtin.rs Track span of function in method calls, and use this in #[track_caller] 2020-06-10 17:30:11 -04:00
Cargo.toml Implement confusable_idents lint. 2020-05-03 02:30:50 +08:00
context.rs Clarify unused_doc_comments note on macro invocations 2020-04-21 21:16:50 -07:00
early.rs Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
internal.rs Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
late.rs Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
levels.rs properly handle feature gated lints 2020-06-05 13:52:34 -07:00
lib.rs rustc_lint: Remove unused_crate_dependencies from the unused group 2020-05-28 20:03:36 +03:00
non_ascii_idents.rs Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
nonstandard_style.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
passes.rs Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
redundant_semicolon.rs encode ; stmt w/o expr as StmtKind::Empty 2020-03-01 23:02:17 +01:00
types.rs Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay 2020-06-12 12:28:23 +02:00
unused.rs Track span of function in method calls, and use this in #[track_caller] 2020-06-10 17:30:11 -04:00