aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/primitive.rs
Commit message (Collapse)AuthorAgeFilesLines
* Clean up handling of int/float literal typesFlorian Diebold2020-06-061-54/+0
| | | | | | 'Unknown' int/float types actually never exist as such, they get replaced by type variables immediately. So the whole `Uncertain<IntTy>` thing was unnecessary and just led to a bunch of match branches that were never hit.
* Doc primitivesAleksey Kladov2019-11-261-1/+4
|
* Introduce hir_tyAleksey Kladov2019-11-261-0/+190