1
Fork 0
rust/compiler/rustc_passes/src
Nilstrieb 21a870515b Fix clippy::needless_borrow in the compiler
`x clippy compiler -Aclippy::all -Wclippy::needless_borrow --fix`.

Then I had to remove a few unnecessary parens and muts that were exposed
now.
2023-11-21 20:13:40 +01:00
..
liveness Match unmatched backticks in compiler/ that are part of rustdoc 2023-03-03 08:39:00 +01:00
abi_test.rs Don't store lazyness in DefKind 2023-09-26 02:53:59 +00:00
check_attr.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
check_const.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
dead.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
debugger_visualizer.rs Don't sort output of debugger_visualizer query because it already is in deterministic order. 2023-05-17 16:02:22 +02:00
diagnostic_items.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
entry.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
errors.rs Remove support for compiler plugins. 2023-11-04 08:50:46 +11:00
hir_id_validator.rs inline format!() args from rustc_codegen_llvm to the end (4) 2023-07-25 23:20:28 +02:00
hir_stats.rs Add gen blocks to ast and do some broken ast lowering 2023-10-27 13:05:48 +00:00
lang_items.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
layout_test.rs Reorder fullfillment errors to keep more interesting ones first 2023-10-04 02:04:14 +00:00
lib.rs Bump cfg(bootstrap)s 2023-11-15 19:41:28 -05:00
lib_features.rs Store feature stability un-split 2023-11-20 19:11:26 +00:00
liveness.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
loops.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
naked_functions.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
reachable.rs Automatically enable cross-crate inlining for small functions 2023-10-17 19:53:51 -04:00
stability.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
upvars.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
weak_lang_items.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00