Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add an ra_cli command that analyses all crates in the current workspace | Florian Diebold | 2019-02-10 | 1 | -0/+1 | |
* | Move crate graph generation to ra_project_model | Florian Diebold | 2019-02-09 | 1 | -0/+19 | |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -23/+7 | |
* | :arrow_up salsa | Aleksey Kladov | 2019-01-25 | 1 | -42/+0 | |
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 1 | -0/+12 | |
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-17 | 1 | -40/+25 | |
* | gracefully handle cycles in crate graph | Aleksey Kladov | 2019-01-13 | 1 | -34/+48 | |
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 1 | -11/+11 | |
* | Merge #310 | bors[bot] | 2018-12-22 | 1 | -5/+54 | |
|\ | ||||||
| * | mark as visited on entry instead of left | gfreezy | 2018-12-22 | 1 | -2/+2 | |
| * | not visit the same crateId only once | gfreezy | 2018-12-22 | 1 | -14/+16 | |
| * | add #[cfg(test)] | gfreezy | 2018-12-21 | 1 | -1/+2 | |
| * | rename to dfs_find | gfreezy | 2018-12-21 | 1 | -3/+3 | |
| * | When constructing a crate graph, detect and forbid cycles. | gfreezy | 2018-12-21 | 1 | -6/+52 | |
* | | hide empty changes | Aleksey Kladov | 2018-12-21 | 1 | -0/+3 | |
|/ | ||||||
* | extend comment | Aleksey Kladov | 2018-12-20 | 1 | -1/+5 | |
* | docs for input queries | Aleksey Kladov | 2018-12-20 | 1 | -11/+45 | |
* | index all local crates | Aleksey Kladov | 2018-12-20 | 1 | -4/+6 | |
* | switch analysis to vfs | Aleksey Kladov | 2018-12-20 | 1 | -15/+7 | |
* | make it compile | Aleksey Kladov | 2018-12-20 | 1 | -1/+1 | |
* | remove relpath from input | Aleksey Kladov | 2018-12-20 | 1 | -3/+0 | |
* | use relpaths for module resolve | Aleksey Kladov | 2018-12-20 | 1 | -0/+14 | |
* | return dependencies with names | Aleksey Kladov | 2018-12-09 | 1 | -2/+2 | |
* | thread info about dep names | Aleksey Kladov | 2018-12-09 | 1 | -6/+7 | |
* | more crate boilerplate | Aleksey Kladov | 2018-12-09 | 1 | -4/+16 | |
* | propagate deps to CrateGraph | Aleksey Kladov | 2018-12-09 | 1 | -0/+3 | |
* | First step towards crate deps | Aleksey Kladov | 2018-12-05 | 1 | -8/+35 | |
* | make stuff private | Aleksey Kladov | 2018-12-05 | 1 | -1/+1 | |
* | move db basics to ra_db | Aleksey Kladov | 2018-11-28 | 1 | -0/+73 |