about summary refs log tree commit diff
path: root/src/test/mir-opt/const_prop/slice_len.main.ConstProp.64bit.diff
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-50/+0
2022-12-25Make tests unit.Camille GILLOT-1/+1
2022-12-19Disable `NormalizeArrayLen`Jakob Degen-5/+2
2022-09-13rebaseb-naber-1/+1
2022-07-28bless mir opt testsNilstrieb-38/+38
2022-02-22change `mir::Constant` in mir dumpslcnr-4/+1
2022-01-21Override rustc version in ui and mir-opt tests to get stable hashesThe 8472-1/+1
Building a dozen separate regexps for each test in compiletest consumes significant amounts of CPU cycles. Using `RUSTC_FORCE_INCR_COMP_ARTIFACT_HEADER` stabilizes hashes calcuated for the individual tests so no test-dependent normalization is needed. Hashes for the standard library still change so some normalizations are still needed.
2022-01-15initial revertEllen-1/+1
2021-12-13Include rustc version in `rustc_span::StableCrateId`pierwill-1/+1
Normalize symbol hashes in compiletest. Remove DefId sorting
2021-10-06run remaining testsAlexander-2/+5
2021-08-26update mir diffslcnr-1/+1
2021-07-06Revert "Revert "Update mir opt tests""bjorn3-1/+1
This reverts commit 8d5fb5bf7d5c63dcfaea381e00ded67c21fab3a3.
2021-06-07Revert "Update mir opt tests"bjorn3-1/+1
This reverts commit e0e0cfa6492292d0b905b07a4ed727f4e1aefc80.
2021-05-30Update mir opt testsbjorn3-1/+1
2021-03-31Make unevaluated DefId rendering deterministicOli Scherer-1/+1
2021-03-23Auto merge of #83177 - erikdesjardins:zstassign, r=oli-obkbors-1/+1
Remove assignments to ZST places instead of marking ZST return place as unused partially reverts #83118 requested by `@tmiasko` in https://github.com/rust-lang/rust/pull/83118#issuecomment-799692574 r? `@oli-obk`
2021-03-20bless mir-opt testslcnr-2/+2
2021-03-15bless testsErik Desjardins-1/+1
2020-09-26Bless mir-opt 32-bit testsvarkor-2/+2
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-2/+2
2020-09-17Rename 64 bit mir files to be more tool friendlyNixon Enraght-Moony-0/+53
See #75746