rust/compiler/rustc_lint
Nicholas Nethercote 4ff5a3655f Speed up the "builtin lints only" case.
This commit partly undoes #104863, which combined the builtin lints pass
with other lints. This caused a slowdown, because often there are no
other lints, and it's faster to do a pass with a single lint directly
than it is to do a combined pass with a `passes` vector containing a
single lint.
2022-12-12 08:59:27 +11:00
..
src Speed up the "builtin lints only" case. 2022-12-12 08:59:27 +11:00
Cargo.toml Update `unicode-rs` crates to Unicode 15 2022-09-17 01:55:56 +08:00