summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval
AgeCommit message (Expand)AuthorLines
2022-02-12Update chalk testsMatthew Jasper-0/+18
2022-02-07Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obkbors-5/+5
2022-02-06Rollup merge of #91939 - GKFX:feature-91866, r=cjgillotMatthias Krüger-0/+6
2022-01-31Fix invalid special casing of the unreachable! macroLoïc BRANSTETT-5/+5
2022-01-29Document about some behaviors of `const_(de)allocate` and add some tests.woppopo-0/+33
2022-01-26`const_deallocate`: Don't deallocate memory allocated in an another const. Do...woppopo-4/+27
2022-01-25#91939: integer to char cast error, make more targetedGeorge Bateman-0/+6
2022-01-23Add `intrinsics::const_deallocate`woppopo-0/+127
2021-12-21Use panic() instead of panic!() in some places in core.Mara Bos-10/+10
2021-12-15miri: lift restriction on extern types being the only field in a structTomasz Miąsko-0/+58
2021-12-05add test and bless existing onesb-naber-1/+1
2021-11-28Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillotMatthias Krüger-0/+3
2021-11-20Rollup merge of #90999 - RalfJung:miri_simd, r=oli-obkMatthias Krüger-6/+16
2021-11-18CTFE SIMD: also test 1-element arrayRalf Jung-1/+10
2021-11-18fix CTFE/Miri simd_insert/extract on array-style repr(simd) typesRalf Jung-6/+7
2021-11-17Rollup merge of #90687 - jhpratt:const_panic, r=oli-obkMatthias Krüger-0/+46
2021-11-08Permit const assertions in stdlibJacob Pratt-0/+46
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-66/+21
2021-10-29Fix a format_args span to be expansionCameron Steffen-0/+3
2021-10-18add test for issue 84957cameron-0/+28
2021-10-04Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplettJubilee-108/+59
2021-10-04Stabilize `const_panic`Jacob Pratt-108/+59
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-3/+3
2021-09-15Allow `panic!("{}", computed_str)` in const fn.Gary Guo-37/+83
2021-09-01Fix drop handling for `if let` expressionsMatthew Jasper-2/+2
2021-08-27Fix more testsDeadbeef-1/+1
2021-08-27Introduce `~const`Deadbeef-11/+2
2021-08-19Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli...Erik Desjardins-8/+1
2021-08-15Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk"Erik Desjardins-1/+8
2021-08-14Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obkbors-8/+1
2021-08-13Fix testsDeadbeef-2/+4
2021-08-07Run RemoveZsts at mir-opt-level=1Erik Desjardins-8/+1
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-7/+6
2021-07-31add a testRalf Jung-0/+35
2021-07-28Add test for const panic in Rust 2021.Mara Bos-0/+94
2021-07-27Update testsJacob Pratt-52/+21
2021-07-15tweak pointer out-of-bounds error messageRalf Jung-4/+4
2021-07-14more precise message for the ptr access check on derefRalf Jung-2/+2
2021-07-14adjust testsRalf Jung-82/+72
2021-07-10remove duplicate testRalf Jung-15/+0
2021-07-10remove const_raw_ptr_to_usize_cast featureRalf Jung-34/+17
2021-07-09Use #[track_caller] in const panic diagnostics.Mara Bos-0/+38
2021-07-06Add s to non_fmt_panicRyan Levick-1/+1
2021-06-28Bless the test suite.Charles Lew-2/+2
2021-06-18bless youRalf Jung-160/+61
2021-06-17Rollup merge of #86340 - Smittyvb:ctfe-hard-error-message, r=RalfJungYuki Okushi-79/+48
2021-06-15Use better error message for hard errors in CTFESmitty-79/+48
2021-06-13update tests involving CTFE validationRémy Rakic-79/+79
2021-06-13Test invalid vtable size/alignment const UB errorsRémy Rakic-27/+129
2021-06-09detect incorrect vtable alignment during const eval instead of ICE-ingRémy Rakic-0/+48