aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/traits/chalk/tls.rs
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize hir_ty modulesFlorian Diebold2021-04-091-275/+0
| | | | | Chalk isn't really a 'traits' thing anymore, so it doesn't make sense to have all the Chalk-related stuff in submodules of `traits`.
* Use chalk_ir::AssocTypeIdFlorian Diebold2021-03-131-5/+4
|
* Deny unreachable-pubAleksey Kladov2020-11-021-27/+27
| | | | | | | | 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.
* Upgrade Chalk to 0.36Florian Diebold2020-10-301-99/+9
| | | | Quite a few changes, because Chalk got rid of the `ApplicationTy` nesting.
* Update chalk to 0.27 and adapt to chalk changes.Charles Lew2020-09-151-3/+8
|
* Implement async blocksoxalica2020-09-101-0/+3
|
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-0/+358