index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ra_project_model
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
add analysis-bench to benchmark incremental analysis
Aleksey Kladov
2019-06-16
1
-0
/
+1
*
Get rid of failure: ra_lsp_server & ra_project_model
Muhammad Mominul Huque
2019-06-14
1
-3
/
+3
*
Fix clippy::single_char_pattern
Alan Du
2019-06-04
1
-1
/
+1
*
Sends cwd info for runnables and code lenses
Roberto Vidal
2019-04-14
1
-0
/
+12
*
replace todo with fixme
Aleksey Kladov
2019-03-23
1
-1
/
+1
*
Move actual include logic to ProjectRoot
Ville Penttinen
2019-03-21
1
-3
/
+27
*
Improve filtering of file roots
Ville Penttinen
2019-03-20
1
-4
/
+33
*
Rename and change `add_roots` to return a `Vec`.
David Wood
2019-03-07
1
-1
/
+6
*
Initial implementation of project-lock.json.
David Wood
2019-03-07
1
-69
/
+169
*
Make edition handling a bit nicer and allow specifying edition in crate_graph...
Florian Diebold
2019-02-13
1
-5
/
+1
*
Keep track of crate edition
Florian Diebold
2019-02-13
1
-3
/
+9
*
Clean up a bit
Florian Diebold
2019-02-09
1
-1
/
+1
*
Remove Vfs from project model
Florian Diebold
2019-02-09
1
-6
/
+3
*
Remove SmolStr from project model
Florian Diebold
2019-02-09
1
-2
/
+2
*
Move crate graph generation to ra_project_model
Florian Diebold
2019-02-09
1
-0
/
+88
*
Extract project model to separate crate
Florian Diebold
2019-02-09
1
-0
/
+45