Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up handling of int/float literal types | Florian Diebold | 2020-06-06 | 1 | -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 primitives | Aleksey Kladov | 2019-11-26 | 1 | -1/+4 |
| | |||||
* | Introduce hir_ty | Aleksey Kladov | 2019-11-26 | 1 | -0/+190 |