summary refs log tree commit diff
path: root/src/librustc_lint/array_into_iter.rs
AgeCommit message (Expand)AuthorLines
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-2/+2
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-02-11Invert control in struct_lint_level.jumbatm-3/+4
2020-01-11move rustc::lint::{context, passes} to rustc_lint.Mazdak Farrokhzad-1/+1
2020-01-11lints: promote levels.rs to lint.rs & extract passes.rsMazdak Farrokhzad-1/+2
2020-01-11prepare moving HardwiredLints to rustc_sessionMazdak Farrokhzad-2/+1
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-1/+1
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-8/+4
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+2
2019-12-26Fallout in other crates.Camille GILLOT-1/+1
2019-12-25Auto merge of #67524 - LukasKalbertodt:improve-into-iter-lint, r=matthewjasperbors-6/+18
2019-12-24Generalize `array_into_iter` lint to also lint for boxed arraysLukas Kalbertodt-6/+18
2019-12-22Format the worldMark Rousskov-9/+5
2019-11-06Add future incompatibility lint for `array.into_iter()`Lukas Kalbertodt-0/+91