about summary refs log tree commit diff
path: root/tests/ui/consts/required-consts
AgeCommit message (Expand)AuthorLines
2025-09-12ci: Increase `rust.debuginfo-level-tests` to `2` in `x86_64-gnu-debug` jobMartin Nordholts-8/+10
2025-08-06Add support for shortening `Instance` and use itEsteban Küber-8/+8
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-2/+2
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-31/+31
2025-06-02Use the informative error as the main const eval error messageOli Scherer-78/+78
2025-05-21Add some track_caller info to precondition panicsBen Kimock-6/+2
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-13/+17
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-58/+0
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+1
2025-02-28Shorten span of panic failures in const contextEsteban Küber-49/+41
2024-04-23properly fill a promoted's required_constsRalf Jung-1/+89
2024-03-21make sure we don't inline these generic fn as that could monomorphize themRalf Jung-6/+12
2024-03-20explicitly set opt-level=0Ralf Jung-94/+109
2024-03-20mentioned_items: record all callee and coerced closure types, whether they ar...Ralf Jung-2/+229
2024-03-20mentioned items: also handle closure-to-fn-ptr coercionsRalf Jung-0/+75
2024-03-20mentioned items: also handle vtablesRalf Jung-13/+32
2024-03-20fix comments in required-consts testsRalf Jung-34/+29
2024-03-20collector: recursively traverse 'mentioned' items to evaluate their constantsRalf Jung-25/+230
2024-03-14preserve span when evaluating mir::ConstOperandRalf Jung-0/+36
2024-03-13const-eval: organize and extend tests for required-constsRalf Jung-0/+476