summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/const_panic.stderr
AgeCommit message (Expand)AuthorLines
2022-01-31Fix invalid special casing of the unreachable! macroLoïc BRANSTETT-2/+2
2021-12-21Use panic() instead of panic!() in some places in core.Mara Bos-4/+4
2021-10-04Stabilize `const_panic`Jacob Pratt-24/+24
2021-09-15Allow `panic!("{}", computed_str)` in const fn.Gary Guo-11/+27
2021-06-15Use better error message for hard errors in CTFESmitty-40/+20
2021-05-30Emit a hard error when a panic occurs during const-evalAaron Hill-49/+29
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-10/+10
2021-02-03Allow/fix non_fmt_panic in tests.Mara Bos-20/+20
2021-02-03make const_err a future incompat lintRalf Jung-18/+38
2020-10-22Add test for const panic!(CONST).Mara Bos-17/+37
2020-10-18we can test std and core panic macros togetherRalf Jung-16/+66
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-3/+3
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-3/+3
2019-12-24Differentiate todo! and unimplemented!Andre Bogus-1/+1
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-1/+1
2019-03-23Swap const evaluation lint spans to point at problem in primary spanEsteban Küber-6/+6
2018-12-25Remove licensesMark Rousskov-6/+6
2018-10-25Report const eval error inside the queryOliver Schneider-18/+18
2018-08-22Reexpose stability hole in the presence of feature gatesOliver Schneider-0/+33