Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -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 module | Florian Diebold | 2020-02-14 | 1 | -1/+372 |
| | |||||
* | Omit default parameters for reference types | Kirill Bulatov | 2020-01-22 | 1 | -1/+1 |
| | |||||
* | Omit closure parameters | Kirill Bulatov | 2019-12-23 | 1 | -6/+6 |
| | |||||
* | Remove TruncateOptions struct | Kirill Bulatov | 2019-12-19 | 1 | -13/+10 |
| | |||||
* | Omit default parameter types | Kirill Bulatov | 2019-12-19 | 1 | -6/+15 |
| | |||||
* | Move Ty | Aleksey Kladov | 2019-11-27 | 1 | -0/+93 |