aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/diagnostics/unsafe_check.rs
Commit message (Expand)AuthorAgeFilesLines
* minor: reduce visibilityAleksey Kladov2021-06-121-3/+2
* internal: move missing unsafe diagnostic to hirAleksey Kladov2021-06-121-133/+15
* internal: move diagnostics to hirAleksey Kladov2021-05-251-2/+2
* Record method call substs and use them in call infoFlorian Diebold2021-05-231-1/+1
* Move Ty accessors to TyExtLukas Wirth2021-04-061-1/+3
* Use bitflags to compress function propertiesJonas Schievink2021-04-031-3/+3
* Rename Ty::interned to Ty::kindFlorian Diebold2021-04-031-1/+1
* avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-171-1/+1
* Introduce FunctionQualifier for hir::FunctionDataoxalica2021-03-151-3/+3
* Use chalk_ir::FnDefIdFlorian Diebold2021-03-131-1/+1
* Separate `Ty` and `TyKind` like in ChalkFlorian Diebold2021-03-131-2/+2
* Introduce Ty::AliasLukas Wirth2021-03-011-1/+1
* Inline TypeCtor into TyLukas Wirth2021-02-281-4/+2
* Classify function calls as functions when shadowed by typesLukas Wirth2021-01-281-9/+3
* Deny unreachable-pubAleksey Kladov2020-11-021-4/+4
* Move safe intrinsic testsFrancesco Zardi2020-10-211-0/+18
* Code style adjustmentsIgor Aleksanov2020-10-121-3/+3
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-0/+205