summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/const_panic.rs
AgeCommit message (Expand)AuthorLines
2021-10-04Stabilize `const_panic`Jacob Pratt-1/+0
2021-09-15Allow `panic!("{}", computed_str)` in const fn.Gary Guo-1/+7
2021-07-06Add s to non_fmt_panicRyan Levick-1/+1
2021-06-15Use better error message for hard errors in CTFESmitty-10/+10
2021-05-30Emit a hard error when a panic occurs during const-evalAaron Hill-10/+0
2021-02-03Allow/fix non_fmt_panic in tests.Mara Bos-0/+1
2021-02-03make const_err a future incompat lintRalf Jung-0/+10
2020-10-22Add test for const panic!(CONST).Mara Bos-0/+8
2020-10-18we can test std and core panic macros togetherRalf Jung-3/+18
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-25Report const eval error inside the queryOliver Schneider-8/+7
2018-08-22Reexpose stability hole in the presence of feature gatesOliver Schneider-0/+22