Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nice string formatting | Aleksey Kladov | 2020-03-28 | 1 | -1/+2 |
| | |||||
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -2/+16 |
| | | | | | | | 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). | ||||
* | Add resolve_extern_path in DB | Edwin Cheng | 2020-03-10 | 1 | -0/+7 |
| | |||||
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 1 | -4/+3 |
| | |||||
* | Move impls to ItemScope | Aleksey Kladov | 2019-12-20 | 1 | -1/+1 |
| | |||||
* | Fix test compilation | ice1000 | 2019-12-04 | 1 | -1/+1 |
| | |||||
* | Rename module_id -> local_id | Aleksey Kladov | 2019-11-27 | 1 | -2/+2 |
| | |||||
* | prune deps | Aleksey Kladov | 2019-11-27 | 1 | -5/+7 |
| | |||||
* | Move Ty | Aleksey Kladov | 2019-11-27 | 1 | -0/+144 |