| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-12-09 | Provide diagnostic for `Struct(a, .., z)` expression | Esteban Küber | -0/+1 | |
| People might extrapolate from `Struct { .. }` that `Struct(..)` would work, but it doesn't. | ||||
| 2023-09-19 | rustc_hir_analysis: add a helper to check function the signature mismatches | Eduardo Sánchez Muñoz | -3/+3 | |
| This function is now used to check `#[panic_handler]`, `start` lang item, `main`, `#[start]` and intrinsic functions. The diagnosis produced are now closer to the ones produced by trait/impl method signature mismatch. | ||||
| 2023-05-08 | Make suggest_deref_or_ref return a multipart suggestion | Michael Goulet | -6/+6 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+58 | |
