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
*
ra_project_model: Fix configuration of features
Clemens Wasser
2020-07-30
1
-11
/
+18
*
Require quotes around key-value cfg flags in rust-project.json
Aleksey Kladov
2020-07-23
1
-2
/
+16
*
Sort cargo metadata
Aleksey Kladov
2020-07-10
1
-2
/
+4
*
Automatically reload project info on Cargo.toml changes
Aleksey Kladov
2020-07-10
1
-4
/
+4
*
AbsPath
Aleksey Kladov
2020-07-05
1
-3
/
+3
*
Minor
Aleksey Kladov
2020-07-02
1
-13
/
+1
*
Don't crash on empty out_dirs with older cargos
Aleksey Kladov
2020-06-30
1
-4
/
+13
*
Cleanup project.json deserialization
Aleksey Kladov
2020-06-24
1
-1
/
+1
*
Be more explicit about absolute paths at various places
Aleksey Kladov
2020-06-24
1
-20
/
+22
*
Disable rust-analyzer.{cargo,checkOnSave}.allFeatures by default
Laurențiu Nicola
2020-06-02
1
-1
/
+1
*
Merge #4406 #4410 #4411 #4417
bors[bot]
2020-05-10
1
-9
/
+5
|
\
|
*
Update cargo-metadata
Edwin Cheng
2020-05-09
1
-9
/
+5
*
|
Cleanup
Aleksey Kladov
2020-05-08
1
-3
/
+2
*
|
Rename ra_env -> ra_toolchain
Aleksey Kladov
2020-05-08
1
-1
/
+1
|
/
*
Merge #4329
bors[bot]
2020-05-08
1
-11
/
+3
|
\
|
*
pull function out into new crate ra_env; use in ra_flycheck as well
Craig Disselkoen
2020-05-06
1
-1
/
+1
|
*
more generic, find rustc as well
Craig Disselkoen
2020-05-06
1
-53
/
+4
|
*
ra_project_model: look for Cargo in more places
Craig Disselkoen
2020-05-06
1
-9
/
+50
*
|
Merge #4296
bors[bot]
2020-05-07
1
-2
/
+13
|
\
\
|
|
/
|
/
|
|
*
Assume cargo_metadata uses String for cfgs soon
robojumper
2020-05-05
1
-3
/
+8
|
*
Support build.rs cargo:rustc-cfg
robojumper
2020-05-04
1
-2
/
+8
*
|
Rename `defaultTarget` to target
Christophe MASSOLIN
2020-05-05
1
-3
/
+3
*
|
[config] remove RustcConfig
Christophe MASSOLIN
2020-04-27
1
-5
/
+0
*
|
[config] rename cargo.defaultTarget
Christophe MASSOLIN
2020-04-27
1
-4
/
+4
*
|
Started rust-analyzer.cargo.defaultTarget implementation
Christophe MASSOLIN
2020-04-26
1
-0
/
+12
|
/
*
Don't print cargo version to stdout, breaking everything
Aleksey Kladov
2020-04-24
1
-1
/
+1
*
More helpful error message if toolchain is not in PATH
Aleksey Kladov
2020-04-24
1
-0
/
+5
*
Some clippy fixes
Jeremy Kolb
2020-04-19
1
-2
/
+1
*
Unique package by name and version.
o0Ignition0o
2020-04-02
1
-4
/
+5
*
Reduce scope of deserialization
Aleksey Kladov
2020-04-01
1
-12
/
+8
*
Move all config to config
Aleksey Kladov
2020-04-01
1
-0
/
+1
*
Reduce deps
Aleksey Kladov
2020-03-31
1
-36
/
+39
*
Rename cargo_watch -> flycheck
Aleksey Kladov
2020-03-31
1
-1
/
+1
*
Use matches in is_dylib
Edwin Cheng
2020-03-31
1
-11
/
+3
*
Implement ra_proc_macro client logic
Edwin Cheng
2020-03-31
1
-1
/
+21
*
Add crate versions when running cargo -p commands.
o0Ignition0o
2020-03-31
1
-0
/
+14
*
Add ProcMacroClient
Edwin Cheng
2020-03-25
1
-8
/
+23
*
ra_cargo_watch: return Result<> from run_cargo(), and don't read stderr for now
veetaha
2020-03-21
1
-14
/
+13
*
Simplify Arena to use a generic index
Aleksey Kladov
2020-03-19
1
-9
/
+5
*
More direct CargoWorkspace
Aleksey Kladov
2020-03-19
1
-64
/
+41
*
Use dyn-ref instead of impl to impact compile times the least
Emil Lauridsen
2020-03-17
1
-1
/
+1
*
Slight readablity improvement
Emil Lauridsen
2020-03-17
1
-1
/
+1
*
Remove outDirOverrides
Emil Lauridsen
2020-03-17
1
-8
/
+0
*
Change existing OUT_DIR override config to make use of new infrastructure
Emil Lauridsen
2020-03-17
1
-0
/
+8
*
Support loading OUT_DIR from cargo check at launch
Emil Lauridsen
2020-03-17
1
-2
/
+65
*
More manual clippy fixes
Kirill Bulatov
2020-02-18
1
-1
/
+1
*
Run cargo +nightly fix --clippy -Z unstable-options
Kirill Bulatov
2020-02-18
1
-1
/
+1
*
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
[next]