| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-09-05 | UPDATE - accept start_point and snippet instead of SourceMap | Jhonny Bill Mena | -5/+5 | |
| 2022-09-05 | [Gardening] UPDATE - tidy fixes | Jhonny Bill Mena | -1/+1 | |
| 2022-09-05 | UPDATE - avoid exposing source_map methods from Handler | Jhonny Bill Mena | -6/+5 | |
| 2022-09-05 | UPDATE - into_diagnostic to take a Handler instead of a ParseSess | Jhonny Bill Mena | -7/+11 | |
| Suggested by the team in this Zulip Topic https://rust-lang.zulipchat.com/#narrow/stream/336883-i18n/topic/.23100717.20SessionDiagnostic.20on.20Handler Handler already has almost all the capabilities of ParseSess when it comes to diagnostic emission, in this migration we only needed to add the ability to access source_map from the emitter in order to get a Snippet and the start_point. Not sure if this is the best way to address this gap | ||||
| 2022-08-27 | use smaller span for suggestions | Takayuki Maeda | -8/+6 | |
| 2022-08-22 | Move `LitKind` logic to `session_diagnostics` module | Hampus Lidin | -1/+16 | |
| 2022-08-22 | Change to `diag` attributes | Hampus Lidin | -29/+30 | |
| 2022-08-22 | Reorder diagnostics in code order, then alphabetical order | Hampus Lidin | -110/+233 | |
| 2022-08-22 | Refactor additional diagnostics in `rustc_attr` | Hampus Lidin | -0/+62 | |
| 2022-08-22 | Refactor diagnostics in `handle_errors` function | Hampus Lidin | -0/+196 | |
