about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/match-test-ptr-null.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-12/+0
2021-07-10remove const_raw_ptr_to_usize_cast featureRalf Jung-1/+1
2020-11-12fix tests and formattingVishnunarayan K I-1/+0
2020-06-28Update testsDylan MacKenzie-1/+0
2020-04-16ty: convert `ErrorHandled::Reported` to `ConstKind::Error`.Eduard-Mihai Burtescu-1/+1
2020-03-23Evaluate repeat expression lengths as late as possibleOliver Scherer-1/+1
2019-11-13Bless less verbose error messagesDylan MacKenzie-2/+1
The MIR const-checker errors for if/match/loop are now delay span bugs, so nothing will be emitted unless the HIR checker misses something.
2019-11-13Bless const tests with improved diagnosticsDylan MacKenzie-0/+1
2019-08-02add is_any_ptr type test; this also helps pacify tidyRalf Jung-1/+0
2019-08-02improve error when CTFE does ptr-int-cast; update testsRalf Jung-3/+2
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-0/+1
2019-04-11Reword tracking issue noteEsteban Küber-1/+1
2019-04-10Tweak unstable diagnostic outputEsteban Küber-1/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-25Report const eval error inside the queryOliver Schneider-1/+2
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+22