rust/src/librustc_lint
Vadim Petrochenkov c9aff92e6d Support parentheses in patterns under feature gate
Improve recovery for trailing comma after `..`
2018-03-01 01:47:56 +03:00
..
bad_style.rs Rename ReprExtern to ReprC, and similarily rename a few other fields and locals that mentioned "extern repr" 2018-01-07 22:05:32 +01:00
builtin.rs Support parentheses in patterns under feature gate 2018-03-01 01:47:56 +03:00
Cargo.toml Try to fix a perf regression by updating log 2018-01-07 16:54:05 +01:00
lib.rs Add nonstandard_style alias for bad_style. 2018-02-20 13:28:51 -08:00
types.rs [improper_ctypes] Don't suggest raw pointers when encountering trait objects 2018-02-15 19:49:50 +01:00
unused.rs Add AutoBorrowMutability; its like hir::Mutability but w/ two-phase borrow info too. 2018-02-08 12:16:30 +01:00