.. |
check_consts
|
Give better const-checking error for async blocks
|
2020-10-01 10:11:58 -07:00 |
add_call_guards.rs
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
add_moves_for_packed_drops.rs
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
add_retag.rs
|
Change ty.kind to a method
|
2020-09-04 17:47:51 +02:00 |
check_const_item_mutation.rs
|
Fixme with link for re-enabling const mutation lint for Drop consts
|
2020-10-01 13:41:43 -07:00 |
check_packed_ref.rs
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
check_unsafety.rs
|
Change ty.kind to a method
|
2020-09-04 17:47:51 +02:00 |
cleanup_post_borrowck.rs
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
const_prop.rs
|
Enable const prop into operands at mir_opt_level=2
|
2020-09-23 19:03:10 +02:00 |
copy_prop.rs
|
[mir-opt] Introduce a new flag to enable experimental/unsound mir opts
|
2020-09-27 19:21:01 -04:00 |
deaggregator.rs
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
dest_prop.rs
|
Fix dest prop miscompilation around references
|
2020-09-22 20:19:00 +02:00 |
dump_mir.rs
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
early_otherwise_branch.rs
|
EarlyOtherwiseBranch::run_pass(): don't convert Place to Place (clippy::useless_conversion)
|
2020-09-24 13:38:07 +02:00 |
elaborate_drops.rs
|
Add pass names to some common dataflow analyses
|
2020-09-14 17:56:39 -07:00 |
generator.rs
|
Add pass names to some common dataflow analyses
|
2020-09-14 17:56:39 -07:00 |
inline.rs
|
Auto merge of #76123 - tmiasko:inline-args-storage, r=wesleywiser
|
2020-09-14 02:13:02 +00:00 |
instcombine.rs
|
Add optimization to avoid load of address
|
2020-09-21 22:08:27 +02:00 |
instrument_coverage.rs
|
use String::from instead of format!() macro to craft string clippy::useless_format
|
2020-09-10 13:22:51 +02:00 |
match_branches.rs
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
mod.rs
|
cleanup WithOptConstParam queries
|
2020-10-04 23:22:08 +02:00 |
multiple_return_terminators.rs
|
Implement multiple return terminators optimization
|
2020-10-01 10:06:37 +02:00 |
no_landing_pads.rs
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
nrvo.rs
|
Enable RenameReturnPlace MIR optimization on mir-opt-level >= 2
|
2020-10-04 00:00:00 +00:00 |
promote_consts.rs
|
Validate rustc_args_required_const
|
2020-09-30 11:59:44 +01:00 |
remove_noop_landing_pads.rs
|
Fix underflow when calculating the number of no-op jumps folded
|
2020-09-16 00:00:00 +00:00 |
remove_unneeded_drops.rs
|
Resolve https://github.com/rust-lang/rust/pull/76673#discussion_r494426303
|
2020-09-24 21:02:53 +02:00 |
required_consts.rs
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
rustc_peek.rs
|
Auto merge of #76044 - ecstatic-morse:dataflow-lattice, r=oli-obk
|
2020-09-07 21:29:43 +00:00 |
simplify_branches.rs
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
simplify_comparison_integral.rs
|
Fix #76432
|
2020-09-13 10:47:20 +02:00 |
simplify_try.rs
|
Disable the SimplifyArmIdentity mir-opt
|
2020-10-01 20:29:53 -04:00 |
simplify.rs
|
use matches!() macro for simple if let conditions
|
2020-09-18 20:28:35 +02:00 |
uninhabited_enum_branching.rs
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
unreachable_prop.rs
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
validate.rs
|
validate: skip debuginfo
|
2020-10-02 16:50:29 +02:00 |