Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to fully dynamically dispatched salsa | Aleksey Kladov | 2020-07-07 | 1 | -14/+14 |
| | | | | This improves compile times quite a bit | ||||
* | Make relevant_crates return a Set | Aleksey Kladov | 2020-06-11 | 1 | -1/+2 |
| | |||||
* | Minimize FileLoader interface | Aleksey Kladov | 2020-06-05 | 1 | -11/+1 |
| | |||||
* | More direct signature for resolve_path | Aleksey Kladov | 2020-06-05 | 1 | -2/+2 |
| | |||||
* | Rename resolve_relative_path -> resolve_path | Aleksey Kladov | 2020-06-05 | 1 | -6/+2 |
| | | | | For things like `concant!(env!("OUT_DIR"))`, we need to support abs paths | ||||
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -1/+17 |
| | | | | | | | 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 | -1/+9 |
| | |||||
* | Use query for importable locations | Florian Diebold | 2020-01-11 | 1 | -1/+1 |
| | |||||
* | find_path WIP | Florian Diebold | 2020-01-11 | 1 | -0/+13 |
| | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-11-26 | 1 | -1/+3 |
| | |||||
* | Get rid of DefDatabase2 | Aleksey Kladov | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Reexport relative_path from ra_db | Aleksey Kladov | 2019-11-03 | 1 | -2/+1 |
| | |||||
* | Add small module-level docs | Aleksey Kladov | 2019-11-03 | 1 | -0/+2 |
| | |||||
* | move crate_def_map tests to hir_def | Aleksey Kladov | 2019-11-03 | 1 | -1/+35 |
| | |||||
* | Introduce ra_db::fixture fixture module | Aleksey Kladov | 2019-11-03 | 1 | -0/+40 |
The goal here is to share more testing infrastructure between crates. |