Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |