Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | profile queries | Aleksey Kladov | 2020-04-10 | 1 | -0/+5 |
| | |||||
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -5/+5 |
| | | | | | | | 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). | ||||
* | Use `Index` for CrateGraph | Aleksey Kladov | 2020-03-09 | 1 | -2/+1 |
| | |||||
* | Less abstract CrateData api | Kirill Bulatov | 2020-03-09 | 1 | -1/+3 |
| | |||||
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 1 | -5/+5 |
| | |||||
* | Add helpers for unpacking lang items | Emil Lauridsen | 2019-12-29 | 1 | -0/+44 |
| | |||||
* | Privitize impls | Aleksey Kladov | 2019-12-20 | 1 | -1/+1 |
| | |||||
* | Move impls to ItemScope | Aleksey Kladov | 2019-12-20 | 1 | -1/+1 |
| | |||||
* | Rename module_id -> local_id | Aleksey Kladov | 2019-11-27 | 1 | -2/+2 |
| | |||||
* | Cleanup nameres | Aleksey Kladov | 2019-11-24 | 1 | -2/+3 |
| | |||||
* | Nicer API for attrs | Aleksey Kladov | 2019-11-24 | 1 | -1/+1 |
| | |||||
* | Slightly reduce code duplication | Aleksey Kladov | 2019-11-24 | 1 | -1/+1 |
| | |||||
* | Get rid of DefDatabase2 | Aleksey Kladov | 2019-11-23 | 1 | -6/+6 |
| | |||||
* | Move lang_items to hir_def | Aleksey Kladov | 2019-11-23 | 1 | -0/+120 |