about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/raw-bytes.32bit.stderr
AgeCommit message (Collapse)AuthorLines
2025-09-03don't uppercase error messagesSasha Pourcelot-50/+50
a more general version of https://github.com/rust-lang/rust/pull/146080. after a bit of hacking in [`fluent.rs`](https://github.com/rust-lang/rust/blob/master/compiler/rustc_fluent_macro/src/fluent.rs), i discovered that i'm not the only one that is bad at following guidelines :sweat_smile:. this pr lowercases the first letter of all the error messages in the codebase. (i did not change things that are traditionally uppercased such as _MIR_, _ABI_ or _C_) i think it's reasonable to run a `@bors try` so all the test suite is checked, as i cannot run some of the tests on my machine. i double checked (and replaced manually) all the old error messages, but better be safe than sorry. in the future i will try to add a check in `x test tidy` that errors if an error message starts with an uppercase letter.
2025-06-02Use the informative error as the main const eval error messageOli Scherer-148/+148
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-53/+53
2024-08-09interpret: make identity upcasts a NOP again to avoid them generating a new ↵Ralf Jung-6/+16
random vtable
2024-07-27improve dangling/oob errors and make them more uniformRalf Jung-1/+1
2024-07-18interpret: add sanity check in dyn upcast to double-check what codegen doesRalf Jung-26/+16
2024-03-10Move generic `NonZero` `rustc_layout_scalar_valid_range_start` attribute to ↵Markus Reiter-2/+2
inner type.
2024-02-25Use generic `NonZero` in tests.Markus Reiter-57/+57
2023-12-07also print 'immutable' flagRalf Jung-5/+5
2023-11-27make const tests independent of std debug assertionsRalf Jung-76/+54
2023-11-25Fix testsGary Guo-55/+55
2023-10-16Stop trying to preserve pretty-printing.Camille GILLOT-5/+5
2023-10-16Rebless.Camille GILLOT-1/+1
2023-10-16Normalize alloc-id in tests.Camille GILLOT-6/+6
2023-09-14don't point at const usage site for resolution-time errorsRalf Jung-3/+3
also share the code that emits the actual error
2023-08-02const validation: point at where we found a pointer but expected an integerRalf Jung-8/+11
2023-07-25bless moreRalf Jung-2/+2
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-7/+7
2023-04-27bless testsThe 8472-2/+2
2023-02-20basic dyn* support for MiriRalf Jung-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+596