summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval
AgeCommit message (Expand)AuthorLines
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
2021-05-30Emit a hard error when a panic occurs during const-evalAaron Hill-119/+52
2021-05-28const eval errors: display the current item instance if there are generics in...Rémy Rakic-2/+2
2021-05-27don't trim paths in collector PME messageRémy Rakic-2/+2
2021-05-25add test for issue 85155 and similarRémy Rakic-0/+56
2021-05-15get rid of a bunch of unnecessary NOTE in const testsRalf Jung-5/+2
2021-05-13Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obkbors-17/+0
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-19/+19
2021-05-12entirely remove rustc_args_required_const attributeRalf Jung-17/+0
2021-05-09more erroneous-const testsRalf Jung-3/+63
2021-05-09ensure failing promoteds in const/static bodies are handled correctlyRalf Jung-16/+38
2021-05-07bless 32bitRalf Jung-1/+1
2021-05-07fix null pointer error messagesRalf Jung-1/+1
2021-05-0632bit blessRalf Jung-1/+1
2021-05-06use CheckInAllocMsg::PointerArithmeticTest for ptr_offset errorRalf Jung-1/+1
2021-05-02Change 'NULL' to 'null'Brent Kerby-9/+9
2021-04-29re-bless on 32bitRalf Jung-7/+7
2021-04-29remove const_fn feature gate from const testsRalf Jung-41/+30
2021-04-18move 'trait bounds on const fn' to separate feature gateRalf Jung-1/+1
2021-04-02Auto merge of #76881 - hameerabbasi:issue-53325, r=oli-obkbors-100/+1263
2021-04-01Limit the problematic tests to x86_64.Hameer Abbasi-63/+2
2021-03-31Revert testsOli Scherer-11/+8
2021-03-31Add a new normalization query just for mir constantsOli Scherer-10/+13
2021-03-31Add 32bit.stderr files.Hameer Abbasi-0/+969
2021-03-31Rename stderr->64bit.stderr where needed.Hameer Abbasi-102/+115