about summary refs log tree commit diff
path: root/tests/ui/const_prop
AgeCommit message (Collapse)AuthorLines
2023-11-28Rename and add another testAlona Enraght-Moony-0/+21
2023-11-27Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviperbors-1/+0
Update the minimum external LLVM to 16. With this change, we'll have stable support for LLVM 16 and 17. For reference, the previous increase to LLVM 15 was #114148 [Relevant zulip discussion](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/riscv.20forced-atomics)
2023-11-24Show number in error message even for one errorNilstrieb-3/+3
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-21Update the minimum external LLVM to 16.Dario Nieuwenhuis-1/+0
2023-09-19Don't resolve generic instances if they may be shadowed by dynMichael Goulet-0/+50
2023-08-06add test for issue #111353Ralf Jung-0/+7
2023-08-06add test for issue #96944Ralf Jung-0/+26
2023-07-26Add tests for #102403 and #113407Ralf Jung-0/+24
2023-04-28move some const-prop tests to appropriate folderRalf Jung-0/+81
2023-04-28interpret: fail more gracefully on uninit unsized localsRalf Jung-0/+9
2023-04-06Auto merge of #109792 - cjgillot:reachable-lint, r=oli-obkbors-0/+16
Only visit reachable blocks in ConstProp lint. Fixes https://github.com/rust-lang/rust/issues/78803 Fixes https://github.com/rust-lang/rust/issues/109731
2023-04-05Only visit reachable blocks in ConstProp lint.Camille GILLOT-0/+16
2023-04-05Add regression test for #86351Yuki Okushi-0/+22
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2023-01-11Move /src/test to /testsAlbert Larsan-0/+82