rust/src/librustc_lint
2020-03-25 16:45:12 -07:00
..
nonstandard_style Separate librustc_lint module 2019-06-16 14:17:01 +03:00
array_into_iter.rs Invert control in struct_lint_level. 2020-02-11 19:47:40 +10:00
builtin.rs Rename def_span to guess_head_span 2020-03-25 16:45:12 -07:00
Cargo.toml Move rustc_infer::traits to new crate rustc_trait_selection. 2020-03-14 14:15:50 +01:00
context.rs {rustc::hir::map -> rustc_hir}::definitions 2020-03-21 22:20:24 +01:00
early.rs fix pre-expansion linting infra 2020-03-18 15:08:25 +01:00
internal.rs rustc: use LocalDefId instead of DefIndex in HirId. 2020-03-19 11:16:08 +02:00
late.rs Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
levels.rs Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
lib.rs encode ; stmt w/o expr as StmtKind::Empty 2020-03-01 23:02:17 +01:00
non_ascii_idents.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
nonstandard_style.rs More Method->Fn renaming 2020-03-15 19:15:55 -05:00
passes.rs ast: Mac/Macro -> MacCall 2020-03-12 22:26:52 +03:00
redundant_semicolon.rs encode ; stmt w/o expr as StmtKind::Empty 2020-03-01 23:02:17 +01:00
types.rs remove redundant import (clippy::single_component_path_imports) 2020-03-20 20:23:03 +01:00
unused.rs remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00