Marcus Klaas de Vries
|
0b8fbb4fad
|
Fix typos in ARCHITECTURE.md and a number of crates
specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir
|
2019-01-09 01:17:09 +01:00 |
|
bors[bot]
|
d77520fde3
|
Merge #310
310: When constructing a crate graph, detect and forbid cycles. r=matklad a=gfreezy
fixed #300
Co-authored-by: gfreezy <gfreezy@gmail.com>
|
2018-12-22 14:48:18 +00:00 |
|
gfreezy
|
c0add813e9
|
mark as visited on entry instead of left
|
2018-12-22 22:40:41 +08:00 |
|
gfreezy
|
0267df3815
|
not visit the same crateId only once
|
2018-12-22 15:30:58 +08:00 |
|
Aleksey Kladov
|
e086cc8db5
|
hide empty changes
|
2018-12-21 19:13:26 +03:00 |
|
gfreezy
|
66d15bb2da
|
add #[cfg(test)]
|
2018-12-21 22:45:38 +08:00 |
|
gfreezy
|
77eaa208ed
|
rename to dfs_find
|
2018-12-21 22:30:41 +08:00 |
|
gfreezy
|
792dabc0a6
|
When constructing a crate graph, detect and forbid cycles.
fixed #300
|
2018-12-21 22:27:04 +08:00 |
|
Aleksey Kladov
|
c96011833c
|
extend comment
|
2018-12-20 14:35:37 +03:00 |
|
Aleksey Kladov
|
bb2bafb606
|
docs for input queries
|
2018-12-20 14:12:47 +03:00 |
|
Aleksey Kladov
|
e6465e7e2a
|
index all local crates
|
2018-12-20 12:15:38 +03:00 |
|
Aleksey Kladov
|
85290bc134
|
switch analysis to vfs
|
2018-12-20 12:15:38 +03:00 |
|
Aleksey Kladov
|
b6ce7a6d34
|
make it compile
|
2018-12-20 12:15:38 +03:00 |
|
Aleksey Kladov
|
dea1a69e1c
|
remove relpath from input
|
2018-12-20 12:15:38 +03:00 |
|
Aleksey Kladov
|
cb6205c09d
|
use relpaths for module resolve
|
2018-12-20 12:15:38 +03:00 |
|
Aleksey Kladov
|
74fe581061
|
return dependencies with names
|
2018-12-09 13:33:16 +03:00 |
|
Aleksey Kladov
|
961cae7e53
|
thread info about dep names
|
2018-12-09 13:33:16 +03:00 |
|
Aleksey Kladov
|
ca7e5905c1
|
more crate boilerplate
|
2018-12-09 13:33:16 +03:00 |
|
Aleksey Kladov
|
9b1356464a
|
propagate deps to CrateGraph
|
2018-12-09 13:33:16 +03:00 |
|
Aleksey Kladov
|
0b1c0ee225
|
First step towards crate deps
|
2018-12-05 16:01:18 +03:00 |
|
Aleksey Kladov
|
7ef1697df8
|
make stuff private
|
2018-12-05 15:31:40 +03:00 |
|
Aleksey Kladov
|
11168c464c
|
move db basics to ra_db
This should allow to move hir to a separate crate
|
2018-11-28 03:25:20 +03:00 |
|