| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-03 | don't uppercase error messages | Sasha Pourcelot | -7/+7 | |
| 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-27 | const checks: avoid 'top-level scope' terminology | Ralf Jung | -21/+49 | |
| 2025-06-26 | clarify and unify 'transient mutable borrow' errors | Ralf Jung | -15/+15 | |
| 2025-06-26 | add more sensible mut-ref-to-immutable test | Ralf Jung | -8/+21 | |
| 2025-06-26 | const-eval: allow constants to refer to mutable/external memory, but reject ↵ | Ralf Jung | -2/+2 | |
| such constants as patterns | ||||
| 2025-06-13 | Update tests. | Mara Bos | -8/+4 | |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -33/+29 | |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -20/+22 | |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -6/+6 | |
| 2024-12-09 | fix ICE on type error in promoted | Ralf Jung | -6/+0 | |
| 2024-12-01 | fix ICE when promoted has layout size overflow | Ralf Jung | -0/+6 | |
| 2024-09-26 | Stabilize `const_refs_to_static` | Ding Xiang Fei | -6/+5 | |
| update tests fix bitwidth-sensitive stderr output use build-fail for asm tests | ||||
| 2024-09-15 | const: don't ICE when encountering a mutable ref to immutable memory | Ralf Jung | -13/+34 | |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -47/+19 | |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -18/+15 | |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -3/+3 | |
| 2024-04-17 | Validate before reporting interning errors. | Oli Scherer | -6/+16 | |
| validation produces much higher quality errors and already handles most of the cases | ||||
| 2024-02-29 | allow statics pointing to mutable statics | Ralf Jung | -36/+15 | |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -10/+3 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -5/+5 | |
| 2024-02-16 | add test ensuring we detect a static actually having a mutable reference | Ralf Jung | -8/+29 | |
| 2024-02-16 | add back some more attempts at having &mut in the final value of a const/static | Ralf Jung | -7/+57 | |
| 2024-02-16 | remove stderr-per-bitwidth from some tests | Ralf Jung | -63/+11 | |
| 2024-02-16 | allow mutable references in const values when they point to no memory | Ralf Jung | -22/+35 | |
| 2024-01-22 | const-eval interner: from-scratch rewrite using mutability information from ↵ | Ralf Jung | -12/+49 | |
| provenance rather than types | ||||
| 2024-01-13 | Bless tests | George-lewis | -0/+3 | |
| Update tests | ||||
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -1/+1 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-15 | don't UB on dangling ptr deref, instead check inbounds on projections | Ralf Jung | -31/+44 | |
| 2023-05-15 | Suppress "erroneous constant used" for constants tainted by errors | Tomasz Miąsko | -13/+0 | |
| When constant evaluation fails because its MIR is tainted by errors, suppress note indicating that erroneous constant was used, since those errors have to be fixed regardless of the constant being used or not. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+331 | |
