| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-24 | Make missing lifetime suggestion verbose | Michael Goulet | -3/+6 | |
| 2024-12-04 | Tweak unevaluated constant in pattern error | Esteban Küber | -14/+2 | |
| Silence errors that are implied by the errors in the `const` item definition. Add a primary span label. | ||||
| 2024-12-04 | On `const` pattern errors, point at the `const` item definition | Esteban Küber | -0/+5 | |
| Centralize emitting an error in `const_to_pat` so that all errors from that evaluating a `const` in a pattern can add addditional information. With this, now point at the `const` item's definition: ``` error[E0158]: constant pattern depends on a generic parameter --> $DIR/associated-const-type-parameter-pattern.rs:20:9 | LL | pub trait Foo { | ------------- LL | const X: EFoo; | ------------- constant defined here ... LL | A::X => println!("A::X"), | ^^^^ ``` | ||||
| 2024-05-28 | Allow type_of to return partially non-error types if the type was already ↵ | Oli Scherer | -1/+8 | |
| tainted | ||||
| 2024-04-24 | Fix tests and bless | Gary Guo | -2/+0 | |
| 2024-04-16 | Fail candidate assembly for erroneous types | Gurinder Singh | -8/+1 | |
| Trait predicates for types which have errors may still evaluate to OK leading to downstream ICEs. Now we return a selection error for such types in candidate assembly and thereby prevent such issues | ||||
| 2024-03-22 | add test for ice "type mismatching when copying!" | Matthias Krüger | -0/+49 | |
| Fixes #112824 | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -27/+27 | |
| 2024-02-10 | unstably allow constants to refer to statics and read from immutable statics | Ralf Jung | -27/+0 | |
| 2023-11-28 | Rename and add another test | Alona Enraght-Moony | -0/+21 | |
| 2023-11-27 | Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviper | bors | -1/+0 | |
| Update the minimum external LLVM to 16. With this change, we'll have stable support for LLVM 16 and 17. For reference, the previous increase to LLVM 15 was #114148 [Relevant zulip discussion](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/riscv.20forced-atomics) | ||||
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -3/+3 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-11-21 | Update the minimum external LLVM to 16. | Dario Nieuwenhuis | -1/+0 | |
| 2023-09-19 | Don't resolve generic instances if they may be shadowed by dyn | Michael Goulet | -0/+50 | |
| 2023-08-06 | add test for issue #111353 | Ralf Jung | -0/+7 | |
| 2023-08-06 | add test for issue #96944 | Ralf Jung | -0/+26 | |
| 2023-07-26 | Add tests for #102403 and #113407 | Ralf Jung | -0/+24 | |
| 2023-04-28 | move some const-prop tests to appropriate folder | Ralf Jung | -0/+81 | |
| 2023-04-28 | interpret: fail more gracefully on uninit unsized locals | Ralf Jung | -0/+9 | |
| 2023-04-06 | Auto merge of #109792 - cjgillot:reachable-lint, r=oli-obk | bors | -0/+16 | |
| Only visit reachable blocks in ConstProp lint. Fixes https://github.com/rust-lang/rust/issues/78803 Fixes https://github.com/rust-lang/rust/issues/109731 | ||||
| 2023-04-05 | Only visit reachable blocks in ConstProp lint. | Camille GILLOT | -0/+16 | |
| 2023-04-05 | Add regression test for #86351 | Yuki Okushi | -0/+22 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+82 | |
