aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Deny unreachable-pubAleksey Kladov2020-11-021-2/+1
| | | | | | | | It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034.
* Update chalk to 0.27 and adapt to chalk changes.Charles Lew2020-09-151-0/+11
|
* Fix type walking about type of async blockoxalica2020-09-111-14/+9
|
* Implement async blocksoxalica2020-09-101-2/+37
|
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-0/+1078