aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/diagnostics/expr.rs
Commit message (Expand)AuthorAgeFilesLines
* 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-171-9/+9
* Separate `Ty` and `TyKind` like in ChalkFlorian Diebold2021-03-131-11/+10
* Use chalk_ir::AdtIdLukas Wirth2021-03-041-6/+8
* Inline TypeCtor into TyLukas Wirth2021-02-281-7/+4
* 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
* Fixed typos in local bindingsVincent 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
* 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
* Deny unreachable-pubAleksey Kladov2020-11-021-11/+4
* Fix missing match arm false error on unknown typeCAD972020-08-171-2/+2
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-0/+569