aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/diagnostics.rs
Commit message (Expand)AuthorAgeFilesLines
* internal: refactor macro errorAleksey Kladov2021-06-131-0/+2
* internal: refactor unresolved proc macro diagnosticAleksey Kladov2021-06-131-10/+7
* internal: refactor inactive code diagnosticsAleksey Kladov2021-06-131-17/+13
* internal: refactor unresolved macro call diagnosticAleksey Kladov2021-06-131-26/+3
* internal: refactor unresolved import diagnosticAleksey Kladov2021-06-131-29/+30
* internal: refactor unresolved extern crate diagnosticAleksey Kladov2021-06-131-0/+3
* internal: unified missing fields diagnosticAleksey Kladov2021-06-131-14/+0
* internal: move missing_fields diagnosticsAleksey Kladov2021-06-131-4/+3
* internal: start new diagnostics APIAleksey Kladov2021-06-131-6/+35
* minor: put a mark backAleksey Kladov2021-06-131-0/+1
* clippy::redudant_borrowMaan20032021-06-131-3/+3
* internal: cross-crate cov-marksAleksey Kladov2021-06-121-0/+2
* internal: move diagnostics infra to hirAleksey Kladov2021-06-121-0/+354
* Move some hir_ty diagnostics to hirAleksey Kladov2021-06-121-1/+1303
* internal: move missing unsafe diagnostic to hirAleksey Kladov2021-06-121-0/+84
* internal: move inference diagnostics to hirAleksey Kladov2021-06-121-1/+140
* Diagnose unimplemented built-in macrosJonas Schievink2021-05-301-0/+5
* Stop expanding UseTrees during ItemTree loweringJonas Schievink2021-05-261-0/+2
* internal: move diagnostics to hirAleksey Kladov2021-05-251-20/+45
* Add pub mod option for UnlinkedFilerainy-me2021-05-181-21/+42
* internal: scalable module structure for fixitsAleksey Kladov2021-05-171-530/+1
* internal: use mutable syntax trees when filling fieldsAleksey Kladov2021-05-161-3/+3
* fix: use raw idents in `make::name{_ref}` with keywordsJonas Schievink2021-05-071-0/+20
* Resolve single assist onlyKirill Bulatov2021-05-031-3/+3
* Add a way to resolve certain assistsKirill Bulatov2021-05-031-12/+31
* Include path in `unresolved-macro-call` diagnosticJonas Schievink2021-04-161-1/+1
* feat: improve performance by delaying computation of fixes for diagnosticsAleksey Kladov2021-04-131-21/+39
* internal: prepare for lazy diagnosticsAleksey Kladov2021-04-121-39/+44
* Shrink `unlinked-file` diagnostic to 3 charactersJonas Schievink2021-04-091-7/+9
* Don't mark unlinked file diagnostic as unusedJonas Schievink2021-03-281-1/+0
* Redo it properly and add a quickfixJonas Schievink2021-03-151-7/+154
* Diagnose files that aren't in the module treeJonas Schievink2021-03-101-3/+13
* For unresolved macros, hightlight only the last segmentAleksey Kladov2021-02-281-11/+56
* Add diagnostic for filter_map followed by nextPhil Ellison2021-01-231-0/+3
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-151-2/+2
* Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth2021-01-141-7/+5
* Group file source edits by FileIdLukas Wirth2021-01-141-10/+9
* Switch test markerPhil Ellison2021-01-071-1/+1
* Add fix to wrap return expression in SomePhil Ellison2021-01-071-2/+51
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-22/+22
* test for new behaviorAdnoC2020-12-301-0/+16
* Smarter bracketed use diagnosticAdnoC2020-12-301-0/+6
* Simplify moreAleksey Kladov2020-12-241-43/+22
* SimplifyAleksey Kladov2020-12-241-35/+7
* Prevent multiple incorrect case diagnostics in functionsunexge2020-12-231-0/+13
* Update test diagnostics in ideDaiki Ihara2020-12-211-0/+1
* Merge #6769bors[bot]2020-12-101-0/+3
|\
| * Remove this semicolonivan7702020-12-081-0/+3
* | Introduce anchored_pathAleksey Kladov2020-12-091-4/+6
|/
* Don't diagnose `#[cfg]` in macrosJonas Schievink2020-12-031-0/+5