Files
rust/compiler/rustc_lint/src
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
..
2022-10-23 10:09:44 +02:00
2022-10-23 10:09:44 +02:00
2022-12-12 08:59:27 +11:00
2022-10-23 10:09:44 +02:00
2022-10-23 10:09:44 +02:00
2022-10-23 10:09:44 +02:00
2022-10-23 10:09:44 +02:00
2022-11-30 12:17:54 +00:00
2022-10-23 10:09:44 +02:00
2021-07-08 17:14:28 +02:00
2022-11-25 00:04:54 -03:00