| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-03 | don't uppercase error messages | Sasha 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-02 | Use the informative error as the main const eval error message | Oli Scherer | -148/+148 | |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -53/+53 | |
| 2024-08-09 | interpret: make identity upcasts a NOP again to avoid them generating a new ↵ | Ralf Jung | -6/+16 | |
| random vtable | ||||
| 2024-07-27 | improve dangling/oob errors and make them more uniform | Ralf Jung | -1/+1 | |
| 2024-07-18 | interpret: add sanity check in dyn upcast to double-check what codegen does | Ralf Jung | -26/+16 | |
| 2024-03-10 | Move generic `NonZero` `rustc_layout_scalar_valid_range_start` attribute to ↵ | Markus Reiter | -2/+2 | |
| inner type. | ||||
| 2024-02-25 | Use generic `NonZero` in tests. | Markus Reiter | -57/+57 | |
| 2023-12-07 | also print 'immutable' flag | Ralf Jung | -5/+5 | |
| 2023-11-27 | make const tests independent of std debug assertions | Ralf Jung | -76/+54 | |
| 2023-11-25 | Fix tests | Gary Guo | -55/+55 | |
| 2023-10-16 | Stop trying to preserve pretty-printing. | Camille GILLOT | -5/+5 | |
| 2023-10-16 | Rebless. | Camille GILLOT | -1/+1 | |
| 2023-10-16 | Normalize alloc-id in tests. | Camille GILLOT | -6/+6 | |
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -3/+3 | |
| also share the code that emits the actual error | ||||
| 2023-08-02 | const validation: point at where we found a pointer but expected an integer | Ralf Jung | -8/+11 | |
| 2023-07-25 | bless more | Ralf Jung | -2/+2 | |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -7/+7 | |
| 2023-04-27 | bless tests | The 8472 | -2/+2 | |
| 2023-02-20 | basic dyn* support for Miri | Ralf Jung | -2/+2 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+596 | |
