aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/expr.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-161-12/+7
| | | | | | | It improves compile time in `--release` mode quite a bit, it doesn't really slow things down and, conceptually, it seems closer to what we want the physical architecture to look like (we don't want to monomorphise EVERYTHING in a single leaf crate).
* Source map returns a resultAleksey Kladov2020-03-061-2/+2
| | | | cc #2236
* Fill missing fields of enum variantsAleksey Kladov2020-02-191-7/+11
|
* More manual clippy fixesKirill Bulatov2020-02-181-1/+1
|
* Use path macroFlorian Diebold2019-12-131-2/+2
|
* Replace `ra_hir_expand::either` with crateice10002019-12-031-2/+2
|
* Move TyAleksey Kladov2019-11-271-0/+151