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
/
cargo_workspace.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add error context to failures in `ra_project_model` using `anyhow` crate (#3119)
Adam Bratschi-Kaye
2020-02-13
1
-4
/
+7
*
Add a FIXME note
Aleksey Kladov
2020-01-30
1
-0
/
+3
*
Ignore illform node id from metadata
Edwin Cheng
2020-01-28
1
-2
/
+18
*
Address nit
Emil Lauridsen
2020-01-10
1
-1
/
+5
*
Slightly more robust cargo watcher root search
Emil Lauridsen
2020-01-10
1
-1
/
+1
*
Only add features flags if non-empty
Edwin Cheng
2019-12-23
1
-1
/
+1
*
Use all-features by default
Aleksey Kladov
2019-12-14
1
-1
/
+7
*
Support setting cargo features
oxalica
2019-12-13
1
-2
/
+29
*
add proc-macro crate type handling
JasperDeSutter
2019-11-24
1
-0
/
+8
*
Cleanup errors
Aleksey Kladov
2019-11-22
1
-3
/
+1
*
return Error instead of panicking in from_cargo_metadata
Metabaron
2019-11-12
1
-7
/
+8
*
Implement FromStr for enum Edition
Metabaron
2019-11-12
1
-2
/
+5
*
Read default cfgs from rustc
uHOOCCOOHu
2019-10-02
1
-0
/
+6
*
Added test for check doc strings in crates.
Alexander Andreev
2019-09-30
1
-0
/
+2
*
cleanup
Aleksey Kladov
2019-08-06
1
-1
/
+1
*
allow rustfmt to reorder imports
Aleksey Kladov
2019-07-04
1
-3
/
+3
*
Get rid of failure: ra_lsp_server & ra_project_model
Muhammad Mominul Huque
2019-06-14
1
-2
/
+1
*
Fix clippy::identity_conversion
Alan Du
2019-06-04
1
-4
/
+3
*
Sends cwd info for runnables and code lenses
Roberto Vidal
2019-04-14
1
-1
/
+2
*
Make edition handling a bit nicer and allow specifying edition in crate_graph...
Florian Diebold
2019-02-13
1
-4
/
+5
*
Keep track of crate edition
Florian Diebold
2019-02-13
1
-0
/
+5
*
Fix some typos
Pascal Hertleif
2019-02-12
1
-1
/
+1
*
Remove SmolStr from project model
Florian Diebold
2019-02-09
1
-4
/
+3
*
Extract project model to separate crate
Florian Diebold
2019-02-09
1
-0
/
+173