| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-12-04 | Always evaluate vecs of subdiagnostics eagerly | mejrs | -1/+1 | |
| 2022-11-23 | Separate lifetime ident from resolution in HIR. | Camille GILLOT | -12/+12 | |
| 2022-11-10 | Auto merge of #103636 - chenyukang:yukang/fix-103587-sugg-if-let, ↵ | bors | -0/+12 | |
| r=jackh276,davidtwco Recover from common if let syntax mistakes/typos Fixes #103587 | ||||
| 2022-11-08 | use subdiagnostic for sugesting add let | yukang | -0/+12 | |
| 2022-11-07 | Add an optional Span to BrAnon and use it to print better error for HRTB ↵ | Jack Huey | -2/+5 | |
| error from generator interior | ||||
| 2022-10-26 | Convert all #[suggestion_*] attributes to #[suggestion(style = "...")] | Xiretza | -5/+10 | |
| Using the following command: find compiler/ -type f -name '*.rs' -exec perl -i -gpe \ 's/(#\[\w*suggestion)_(short|verbose|hidden)\(\s*(\S+,)?/\1(\3style = "\2",/g' \ '{}' + | ||||
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -36/+36 | |
| 2022-10-17 | infer: use derive more | David Wood | -42/+29 | |
| Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2022-10-10 | errors: `AddToDiagnostic::add_to_diagnostic_with` | David Wood | -9/+33 | |
| `AddToDiagnostic::add_to_diagnostic_with` is similar to the previous `AddToDiagnostic::add_to_diagnostic` but takes a function that can be used by the caller to modify diagnostic messages originating from the subdiagnostic (such as performing translation eagerly). `add_to_diagnostic` now just calls `add_to_diagnostic_with` with an empty closure. Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -20/+20 | |
| FIX - ambiguous Diagnostic link in docs UPDATE - rename diagnostic_items to IntoDiagnostic and AddToDiagnostic [Gardening] FIX - formatting via `x fmt` FIX - rebase conflicts. NOTE: Confirm wheather or not we want to handle TargetDataLayoutErrorsWrapper this way DELETE - unneeded allow attributes in Handler method FIX - broken test FIX - Rebase conflict UPDATE - rename residual _SessionDiagnostic and fix LintDiag link | ||||
| 2022-09-08 | Remove ReEmpty | Jack Huey | -7/+0 | |
| 2022-09-06 | Whoops forgot a space | Nikita Tomashevich | -1/+1 | |
| 2022-09-06 | Replace manual impl with a derive macro as multipart suggestions are now ↵ | Nikita Tomashevich | -39/+50 | |
| supported by them | ||||
| 2022-09-06 | Slightly more concise comment | IQuant | -4/+1 | |
| Co-authored-by: David Wood <agile.lion3441@fuligin.ink> | ||||
| 2022-09-06 | Use untranslated messages for now | Nikita Tomashevich | -11/+24 | |
| 2022-09-06 | Remove a comment and use IntoDiagnosticArg instead of add_to() where feasible | Nikita Tomashevich | -14/+17 | |
| 2022-09-06 | Address some comments | Nikita Tomashevich | -63/+52 | |
| 2022-09-06 | Mugrate mismatched_static_lifetime.rs | Nikita Tomashevich | -0/+665 | |
