| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-03 | don't uppercase error messages | Sasha Pourcelot | -8/+8 | |
| 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-26 | const-eval: allow constants to refer to mutable/external memory, but reject ↵ | Ralf Jung | -25/+14 | |
| such constants as patterns | ||||
| 2025-06-07 | const-eval error: always say in which item the error occurred | Ralf Jung | -1/+1 | |
| also adjust the wording a little so that we don't say "the error occurred here" for two different spans | ||||
| 2025-06-02 | Clarify why we are talking about a failed const eval at a random place | Oli Scherer | -1/+1 | |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -49/+49 | |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -31/+31 | |
| 2024-09-26 | Stabilize `const_refs_to_static` | Ding Xiang Fei | -36/+21 | |
| update tests fix bitwidth-sensitive stderr output use build-fail for asm tests | ||||
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -15/+0 | |
| 2024-09-10 | const-eval interning: accpt interior mutable pointers in final value (but ↵ | Ralf Jung | -199/+38 | |
| keep rejecting mutable references) | ||||
| 2024-07-13 | consolidate miri-unleashed tests for mutable refs into one file | Ralf Jung | -21/+312 | |
| 2024-04-17 | Validate before reporting interning errors. | Oli Scherer | -91/+19 | |
| validation produces much higher quality errors and already handles most of the cases | ||||
| 2024-04-17 | Validate nested static items | Oli Scherer | -15/+37 | |
| 2024-03-13 | Rebase. Update expected output to match current output. | Felix S. Klock II | -37/+15 | |
| 2024-03-13 | Updated the test to include more output normalization. | Felix S. Klock II | -31/+31 | |
| 2024-03-13 | Added `deny(const_eval_mutable_ptr_in_final_value)` attribute to all tests ↵ | Felix S. Klock II | -11/+140 | |
| that were expecting the hard error for it. I attempted to do this in a manner that preserved the line numbers to reduce the review effort on the resulting diff, but we still have to deal with the ramifications of how a future-incompat lint behaves compared to a hard-error (in terms of its impact on the diagnostic output). | ||||
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -9/+39 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -1/+1 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+37 | |
