index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
mir-opt
/
const_prop
Age
Commit message (
Expand
)
Author
Lines
2024-03-10
MIR printing: print the path of uneval'd const; refer to promoteds in a consi...
Ralf Jung
-19
/
+19
2024-02-22
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
许杰友 Jieyou Xu (Joe)
-54
/
+54
2024-02-09
Compute unsizing casts in GVN.
Camille GILLOT
-20
/
+22
2024-01-19
Remove feature(offset_of) from tests
George Bateman
-1
/
+1
2024-01-16
Simplify Len.
Camille GILLOT
-36
/
+48
2024-01-16
Simplify binary ops.
Camille GILLOT
-19
/
+25
2024-01-07
Avoid recording no-op replacements.
Camille GILLOT
-92
/
+46
2024-01-07
Do not re-simplify SSA locals.
Camille GILLOT
-12
/
+6
2023-12-24
Replace legacy ConstProp by GVN.
Camille GILLOT
-572
/
+675
2023-12-02
FileCheck while_let_loops.
Camille GILLOT
-1
/
+2
2023-12-02
FileCheck tuple_literal_propagation.
Camille GILLOT
-2
/
+3
2023-12-02
FileCheck return_place.
Camille GILLOT
-1
/
+2
2023-12-02
FileCheck switch_int.
Camille GILLOT
-1
/
+8
2023-12-02
FileCheck slice_len.
Camille GILLOT
-7
/
+22
2023-12-02
FileCheck scalar_literal_propagation.
Camille GILLOT
-1
/
+3
2023-12-02
FileCheck repeat.
Camille GILLOT
-1
/
+3
2023-12-02
FileCheck reify_fn_ptr.
Camille GILLOT
-1
/
+4
2023-12-02
FileCheck ref_deref.
Camille GILLOT
-8
/
+19
2023-12-02
FileCheck read_immutable_static.
Camille GILLOT
-1
/
+3
2023-12-02
FileCheck mutable_variable_unprop_assign.
Camille GILLOT
-2
/
+12
2023-12-02
FileCheck mutable_variable_aggregate_partial_read.
Camille GILLOT
-1
/
+7
2023-12-02
FileCheck mutable_variable_no_prop.
Camille GILLOT
-1
/
+8
2023-12-02
FileCheck mutable_variable_aggregate_mut_ref.
Camille GILLOT
-1
/
+8
2023-12-02
FileCheck mutable_variable_aggregate.
Camille GILLOT
-1
/
+6
2023-12-02
FileCheck mutable_variable.
Camille GILLOT
-1
/
+6
2023-12-02
FileCheck mult_by_zero.
Camille GILLOT
-3
/
+4
2023-12-02
FileCheck issue_67019.
Camille GILLOT
-2
/
+8
2023-12-02
FileCheck issue_66971.
Camille GILLOT
-6
/
+20
2023-12-02
FileCheck inherit_overflow.
Camille GILLOT
-3
/
+6
2023-12-02
FileCheck indirect.
Camille GILLOT
-1
/
+3
2023-12-02
FileCheck discriminant.
Camille GILLOT
-2
/
+13
2023-12-02
FileCheck and rename const_prop_fails_gracefully.
Camille GILLOT
-12
/
+18
2023-12-02
FileCheck checked_add.
Camille GILLOT
-1
/
+4
2023-12-02
FileCheck cast.
Camille GILLOT
-2
/
+5
2023-12-02
FileCheck boxes.
Camille GILLOT
-1
/
+5
2023-12-02
FileCheck boolean_identities.
Camille GILLOT
-8
/
+36
2023-12-02
FileCheck bad_op_unsafe_oob_for_slices.
Camille GILLOT
-1
/
+4
2023-12-02
FileCheck bad_op_mod_by_zero.
Camille GILLOT
-1
/
+8
2023-12-02
FileCheck bad_op_div_by_zero.
Camille GILLOT
-2
/
+8
2023-12-02
FileCheck array_index.
Camille GILLOT
-2
/
+4
2023-12-02
FileCheck aggregate.
Camille GILLOT
-174
/
+14
2023-12-02
FileCheck address_of_pair.
Camille GILLOT
-1
/
+14
2023-11-29
Rollup merge of #118426 - aDotInTheVoid:const-wat, r=compiler-errors,cjgillot
Matthias Krüger
-0
/
+46
2023-11-28
Rename and add another test
Alona Enraght-Moony
-2
/
+8
2023-11-28
ConstProp: Remove const when rvalue check fails.
Alona Enraght-Moony
-2
/
+1
2023-11-28
Precommit test for https://github.com/rust-lang/rust/issues/118328.
Alona Enraght-Moony
-0
/
+41
2023-11-24
add track_caller for arith ops
bohan
-2
/
+2
2023-11-05
Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillot
bors
-1
/
+1
2023-11-05
Auto merge of #117469 - cjgillot:filecheck-mir, r=Mark-Simulacrum
bors
-0
/
+117
2023-11-03
Feature gate enums in offset_of
George Bateman
-1
/
+1
[next]