about summary refs log tree commit diff
path: root/tests/mir-opt/dataflow-const-prop/default_boxed_slice.rs
AgeCommit message (Expand)AuthorLines
2024-06-26Use `-Zdump-mir-exclude-alloc-bytes` in some mir-opt testsJosh Stone-1/+1
2024-04-20mir-opt tests: rename unit-test -> test-mir-passRalf Jung-1/+1
2024-03-22Enable more mir-opt tests in debug buildsBen Kimock-1/+0
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2024-02-09Const-prop pointers.Camille GILLOT-4/+1
2024-01-20update misuse of check-labelsfzhu93-2/+2
2024-01-14add FIXME for default_boxed_slice.rssfzhu93-3/+6
2024-01-11resolve code reviewssfzhu93-4/+1
2024-01-07Add FileCheck for checked.rs and default_boxed_slice.rs.sfzhu93-1/+12
2023-12-24Replace legacy ConstProp by GVN.Camille GILLOT-2/+2
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-0/+1
2023-09-20Ignore debug-assertions in test.Camille GILLOT-0/+1
2023-09-20Do not create a DerefLen place for `Box<[T]>`.Camille GILLOT-0/+16