aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/display.rs
Commit message (Collapse)AuthorAgeFilesLines
* Simplifyveetaha2020-03-281-11/+4
|
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-161-27/+23
| | | | | | | 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).
* Move hir_fmt code to display moduleFlorian Diebold2020-02-141-1/+372
|
* Omit default parameters for reference typesKirill Bulatov2020-01-221-1/+1
|
* Omit closure parametersKirill Bulatov2019-12-231-6/+6
|
* Remove TruncateOptions structKirill Bulatov2019-12-191-13/+10
|
* Omit default parameter typesKirill Bulatov2019-12-191-6/+15
|
* Move TyAleksey Kladov2019-11-271-0/+93