about summary refs log tree commit diff
path: root/src/test/run-pass-valgrind/cast-enum-with-dtor.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-34/+0
2022-10-13Fix testGary Guo-1/+1
2022-06-30Change enum->int casts to not go through MIR casts.Oli Scherer-1/+1
2022-06-02make cenum_impl_drop_cast deny-by-default and show up as future breakage diag...Ralf Jung-1/+1
2019-09-01Remove no-prefer-dynamic from valgrind testsMark Rousskov-2/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-1/+0
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-1/+1
2016-10-18Fix some pretty printing testsVadim Petrochenkov-2/+0
2016-08-24Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.Eduard Burtescu-3/+2
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-1/+4
2016-02-29test: Mark all rpass-valgrind as no-prefer-dynamicAlex Crichton-0/+2
2015-05-29add const_fn featuresNiko Matsakis-0/+1
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-1/+1
2015-05-19Address review commetsAriel Ben-Yehuda-0/+44