aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/diagnostics
Commit message (Expand)AuthorAgeFilesLines
* Fix expansion of OR-patterns in match checkJesse Bakker2021-03-301-25/+15
* Fix infinite recursion when computing diagnostics for inner itemsJonas Schievink2021-03-181-1/+14
* Improve testJonas Schievink2021-03-171-0/+21
* Add test for `#[cfg]` on function paramsJonas Schievink2021-03-171-0/+13
* Handle `#[cfg]` on call argumentsJonas Schievink2021-03-171-0/+23
* avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-173-19/+19
* Introduce FunctionQualifier for hir::FunctionDataoxalica2021-03-152-4/+4
* Use chalk_ir::FnDefIdFlorian Diebold2021-03-131-1/+1
* Separate `Ty` and `TyKind` like in ChalkFlorian Diebold2021-03-133-17/+16
* Use `body.block_scopes` to validate inner itemsJonas Schievink2021-03-091-3/+8
* Use upstream cov-markLaurențiu Nicola2021-03-081-7/+4
* Use chalk_ir::AdtIdLukas Wirth2021-03-042-9/+11
* Introduce Ty::AliasLukas Wirth2021-03-011-1/+1
* Inline TypeCtor into TyLukas Wirth2021-02-283-16/+9
* Update fixed testsJonas Schievink2021-02-101-15/+14
*-. Merge #7570 #7571bors[bot]2021-02-051-160/+119
|\ \
| | * Cleanup decl_checkLukas Wirth2021-02-051-160/+119
| |/
* / Remove unnecessary allocs in case_convLukas Wirth2021-02-051-18/+16
|/
* Classify function calls as functions when shadowed by typesLukas Wirth2021-01-281-9/+3
* Update tests to register the required standard library typesPhil Ellison2021-01-231-6/+10
* Identify methods using functions ids rather than string namesPhil Ellison2021-01-231-7/+27
* Implement fix, add testsPhil Ellison2021-01-231-20/+7
* Add diagnostic for filter_map followed by nextPhil Ellison2021-01-231-9/+61
* prepare to publish el libro de arenaAleksey Kladov2021-01-141-1/+1
* Fixed typos in local bindingsVincent Esche2021-01-091-2/+2
* Fixed typos in code commentsVincent Esche2021-01-091-2/+2
* cargo fmtPhil Ellison2021-01-071-6/+9
* Add fix to wrap return expression in SomePhil Ellison2021-01-071-6/+16
* Don't emit arg count diagnostics for method calls with unknown receiverFlorian Diebold2021-01-011-1/+25
* decl_check: don't pass `db` around so oftenJonas Schievink2020-12-171-54/+49
* Merge #6769bors[bot]2020-12-101-3/+36
|\
| * Cast to ExprStmt, style fixesivan7702020-12-101-6/+5
| * Apply rustfmt changesivan7702020-12-091-9/+8
| * Apply suggestions from code reviewivan7702020-12-091-17/+20
| * Format codeivan7702020-12-081-4/+13
| * Remove use via superivan7702020-12-081-3/+1
| * Remove this semicolonivan7702020-12-081-1/+26
* | Use mark/hitJonas Schievink2020-12-101-0/+7
* | Ignore extern items in incorrect-case checkJonas Schievink2020-12-101-0/+19
|/
* Check structs for match exhaustivenessLukas Wirth2020-11-241-31/+120
* Add middle ellipsis missing arm textLukas Wirth2020-11-241-0/+14
* Handle ellipsis in tuple patterns in match exhaustiveness checkingLukas Wirth2020-11-241-42/+41
* Improve decl_check module readabilityIgor Aleksanov2020-11-031-6/+6
* Remove numbers from comments in decl_check.rsIgor Aleksanov2020-11-031-15/+15
* Check for allow(..) attributes for case diagnosticIgor Aleksanov2020-11-031-25/+91
* Deny unreachable-pubAleksey Kladov2020-11-023-18/+11
* Make IncorrectDiagnostic match rustc by copying rustc's code.Arif Roktim2020-10-251-126/+123
* Merge #6319bors[bot]2020-10-222-3/+34
|\
| * Properly identify camel cased acronyms as UpperCamelCaseArif Roktim2020-10-212-3/+34
* | Move safe intrinsic testsFrancesco Zardi2020-10-211-0/+18
|/