| .. |
|
cycle.f.Inline.diff
|
Ignore a test on wasm, because that changes landing pads
|
2021-01-25 09:34:33 +00:00 |
|
cycle.g.Inline.diff
|
Ignore a test on wasm, because that changes landing pads
|
2021-01-25 09:34:33 +00:00 |
|
cycle.main.Inline.diff
|
Ignore a test on wasm, because that changes landing pads
|
2021-01-25 09:34:33 +00:00 |
|
cycle.rs
|
Ignore a test on wasm, because that changes landing pads
|
2021-01-25 09:34:33 +00:00 |
|
inline-any-operand.rs
|
Remove unnecessary -Zunsound-mir-opts uses in tests
|
2020-09-27 19:29:15 -04:00 |
|
inline-async.rs
|
inliner: Avoid query cycles when optimizing generators
|
2020-09-02 00:00:00 +00:00 |
|
inline-closure-borrows-arg.rs
|
[mir-opt] Introduce a new flag to enable experimental/unsound mir opts
|
2020-09-27 19:21:01 -04:00 |
|
inline-closure-captures.rs
|
add crate name to mir dumps
|
2020-07-29 13:41:11 +02:00 |
|
inline-closure.rs
|
add crate name to mir dumps
|
2020-07-29 13:41:11 +02:00 |
|
inline-compatibility.rs
|
Never inline C variadic functions
|
2020-11-12 20:09:04 +01:00 |
|
inline-cycle-generic.rs
|
Prevent query cycles during inlining
|
2021-01-23 16:51:22 +00:00 |
|
inline-cycle.rs
|
inliner: Break inlining cycles
|
2020-11-09 00:00:00 +00:00 |
|
inline-diverging.rs
|
Support inlining diverging function calls
|
2020-11-09 00:00:00 +00:00 |
|
inline-generator.rs
|
Fix generator inlining by checking for rust-call abi and spread arg
|
2020-11-12 20:09:04 +01:00 |
|
inline-into-box-place.rs
|
compiletest: ignore-endian-big, fixes #74829, fixes #74885
|
2020-07-31 12:58:37 +01:00 |
|
inline-options.rs
|
Add flags customizing behaviour of MIR inlining
|
2020-11-10 00:00:00 +00:00 |
|
inline-retag.rs
|
add crate name to mir dumps
|
2020-07-29 13:41:11 +02:00 |
|
inline-shims.rs
|
inliner: Use substs_for_mir_body
|
2020-11-06 00:00:00 +00:00 |
|
inline-specialization.rs
|
add crate name to mir dumps
|
2020-07-29 13:41:11 +02:00 |
|
inline-trait-method.rs
|
add crate name to mir dumps
|
2020-07-29 13:41:11 +02:00 |
|
inline-trait-method_2.rs
|
Remove unnecessary -Zunsound-mir-opts uses in tests
|
2020-09-27 19:29:15 -04:00 |
|
inline_any_operand.bar.Inline.after.mir
|
Show the inline stack of MIR lints that only occur after inlining
|
2020-10-27 14:08:07 +00:00 |
|
inline_closure.foo.Inline.after.mir
|
Show the inline stack of MIR lints that only occur after inlining
|
2020-10-27 14:08:07 +00:00 |
|
inline_closure_borrows_arg.foo.Inline.after.mir
|
Remove disabled transformation from instcombine
|
2021-01-18 13:15:27 +01:00 |
|
inline_closure_captures.foo.Inline.after.mir
|
Show the inline stack of MIR lints that only occur after inlining
|
2020-10-27 14:08:07 +00:00 |
|
inline_compatibility.inlined_no_sanitize.Inline.diff
|
./x.py test --bless
|
2020-11-12 20:09:04 +01:00 |
|
inline_compatibility.inlined_target_feature.Inline.diff
|
./x.py test --bless
|
2020-11-12 20:09:04 +01:00 |
|
inline_compatibility.not_inlined_c_variadic.Inline.diff
|
./x.py test --bless
|
2020-11-12 20:09:04 +01:00 |
|
inline_compatibility.not_inlined_no_sanitize.Inline.diff
|
./x.py test --bless
|
2020-11-12 20:09:04 +01:00 |
|
inline_compatibility.not_inlined_target_feature.Inline.diff
|
./x.py test --bless
|
2020-11-12 20:09:04 +01:00 |
|
inline_cycle.one.Inline.diff
|
inliner: Break inlining cycles
|
2020-11-09 00:00:00 +00:00 |
|
inline_cycle.two.Inline.diff
|
inliner: Break inlining cycles
|
2020-11-09 00:00:00 +00:00 |
|
inline_cycle_generic.main.Inline.diff
|
Prevent query cycles during inlining
|
2021-01-23 16:51:22 +00:00 |
|
inline_diverging.f.Inline.diff
|
Support inlining diverging function calls
|
2020-11-09 00:00:00 +00:00 |
|
inline_diverging.g.Inline.diff
|
Reintroduce hir::ExprKind::If
|
2021-01-07 18:54:12 -03:00 |
|
inline_diverging.h.Inline.diff
|
Avoid leaking block expression values
|
2020-12-04 23:07:46 +00:00 |
|
inline_generator.main.Inline.diff
|
Reintroduce hir::ExprKind::If
|
2021-01-07 18:54:12 -03:00 |
|
inline_into_box_place.main.Inline.32bit.diff
|
Support inlining diverging function calls
|
2020-11-09 00:00:00 +00:00 |
|
inline_into_box_place.main.Inline.64bit.diff
|
Support inlining diverging function calls
|
2020-11-09 00:00:00 +00:00 |
|
inline_options.main.Inline.after.mir
|
Add flags customizing behaviour of MIR inlining
|
2020-11-10 00:00:00 +00:00 |
|
inline_retag.bar.Inline.after.mir
|
Show the inline stack of MIR lints that only occur after inlining
|
2020-10-27 14:08:07 +00:00 |
|
inline_shims.clone.Inline.diff
|
inliner: Use substs_for_mir_body
|
2020-11-06 00:00:00 +00:00 |
|
inline_shims.drop.Inline.diff
|
Limit storage duration of inlined always live locals
|
2020-11-15 00:00:00 +00:00 |
|
inline_specialization.main.Inline.diff
|
Show the inline stack of MIR lints that only occur after inlining
|
2020-10-27 14:08:07 +00:00 |
|
inline_trait_method.test.Inline.after.mir
|
Suppress "const" prefix of FnDef in MIR dump
|
2020-08-21 00:36:49 +00:00 |
|
inline_trait_method_2.test2.Inline.after.mir
|
Show the inline stack of MIR lints that only occur after inlining
|
2020-10-27 14:08:07 +00:00 |
|
issue-58867-inline-as-ref-as-mut.rs
|
add crate name to mir dumps
|
2020-07-29 13:41:11 +02:00 |
|
issue-76997-inline-scopes-parenting.rs
|
rustc_mir: properly map scope parent chains into the caller when inlining.
|
2020-10-21 04:43:56 +03:00 |
|
issue_58867_inline_as_ref_as_mut.a.Inline.after.mir
|
Show the inline stack of MIR lints that only occur after inlining
|
2020-10-27 14:08:07 +00:00 |
|
issue_58867_inline_as_ref_as_mut.b.Inline.after.mir
|
Show the inline stack of MIR lints that only occur after inlining
|
2020-10-27 14:08:07 +00:00 |
|
issue_58867_inline_as_ref_as_mut.c.Inline.after.mir
|
Show the inline stack of MIR lints that only occur after inlining
|
2020-10-27 14:08:07 +00:00 |
|
issue_58867_inline_as_ref_as_mut.d.Inline.after.mir
|
Show the inline stack of MIR lints that only occur after inlining
|
2020-10-27 14:08:07 +00:00 |
|
issue_76997_inline_scopes_parenting.main.Inline.after.mir
|
Show the inline stack of MIR lints that only occur after inlining
|
2020-10-27 14:08:07 +00:00 |