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
/
project_model
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: show errors from `cargo metadata` and initial `cargo check` in the stat...
Aleksey Kladov
2021-04-06
1
-2
/
+25
*
Clearer naming
Aleksey Kladov
2021-04-06
2
-29
/
+40
*
internal: do not drop errors from cargo metadata/check
Aleksey Kladov
2021-04-06
1
-1
/
+1
*
clippy::complexity simplifications related to Iterators
Matthias Krüger
2021-03-21
1
-49
/
+42
*
some clippy::performance fixes
Matthias Krüger
2021-03-15
1
-1
/
+1
*
Never run cargo check on the rustc source
Daniel McNab
2021-03-08
1
-4
/
+1
*
Only show directory name
Daniel McNab
2021-03-08
1
-1
/
+1
*
Revert "Support disabling rustc build scripts"
Daniel McNab
2021-03-08
1
-10
/
+3
*
Support disabling rustc build scripts
Daniel McNab
2021-03-08
1
-3
/
+11
*
Fix the comment
Daniel McNab
2021-03-07
1
-4
/
+4
*
Extract the large nested block into a function
Daniel McNab
2021-03-07
1
-72
/
+98
*
Require opt in to rustc_private
Daniel McNab
2021-03-07
2
-70
/
+70
*
Don't double analyse the same crate
Daniel McNab
2021-03-07
1
-1
/
+6
*
Update crate graph to only use subcrates of rustc_driver
Daniel McNab
2021-03-07
1
-38
/
+38
*
If a manual dependency exists, don't overwrite
Daniel McNab
2021-03-06
1
-1
/
+8
*
Implement opt-in (and opt-out) rustc_private
Daniel McNab
2021-03-06
2
-3
/
+26
*
Bump cargo_metadata
Laurențiu Nicola
2021-03-02
2
-16
/
+16
*
Fix a few clippy::perf warnings
kjeremy
2021-02-16
1
-1
/
+1
*
Allow automatically detect the rustc-src directory (fixes #3517).
Benjamin Bouvier
2021-02-13
4
-14
/
+54
*
Async Loading outdir and proc-macro
Edwin Cheng
2021-01-28
4
-154
/
+235
*
Make logger-based debugging more pleasant
Aleksey Kladov
2021-01-28
1
-2
/
+3
*
Export `CARGO` for proc. macros
Jonas Schievink
2021-01-27
1
-1
/
+4
*
Use AbsPath
Edwin Cheng
2021-01-22
1
-3
/
+3
*
Refactor build script data
Edwin Cheng
2021-01-22
4
-196
/
+228
*
Added defined_features in PackageData
Edwin Cheng
2021-01-21
2
-5
/
+8
*
Avoid blocking the main loop when editing Cargo.toml
Aleksey Kladov
2021-01-18
3
-61
/
+93
*
Add profile call
Aleksey Kladov
2021-01-18
1
-0
/
+1
*
Add profile call
Aleksey Kladov
2021-01-18
1
-0
/
+3
*
prepare to publish el libro de arena
Aleksey Kladov
2021-01-14
2
-2
/
+2
*
Use --workspace when loading extern resources
Chinedu Francis Nwafili
2021-01-14
1
-1
/
+1
*
Report progress for cargo metadata and output-dir
Edwin Cheng
2021-01-07
2
-14
/
+34
*
Document `project_model::TargetData`
Arnaud
2021-01-06
1
-0
/
+6
*
Document `project_model::PackageData`
Arnaud
2021-01-06
1
-0
/
+16
*
Make `PackageData`, `TargetData` and `PackageDependency` public
Arnaud
2021-01-06
1
-2
/
+5
*
More maintainable config
Aleksey Kladov
2021-01-06
1
-5
/
+5
*
Add support for Rust 2021.
Mara Bos
2021-01-01
1
-0
/
+3
*
Merge #7071
bors[bot]
2020-12-31
1
-0
/
+5
|
\
|
*
Pass --all-targets to "cargo check"
Kaelin Laundry
2020-12-29
1
-0
/
+5
*
|
add working dir to cargo metadata fail messages
lf-
2020-12-31
1
-1
/
+17
|
/
*
Fun times with rustfmt
Jon Gjengset
2020-12-17
1
-2
/
+1
*
Update crates/project_model/src/cargo_workspace.rs
Jon Gjengset
2020-12-17
1
-1
/
+1
*
Default to host platform for cargo metadata
Jon Gjengset
2020-12-17
1
-2
/
+30
*
Change recommendation when source can't be loaded from sysroot
Florian Diebold
2020-12-13
1
-1
/
+1
*
Remove some redundant allocations
Jeremy Kolb
2020-12-12
1
-1
/
+1
*
Use itertools
Jonas Schievink
2020-12-10
1
-3
/
+3
*
Replicate Cargo environment variables
Jonas Schievink
2020-12-10
1
-0
/
+39
*
Apply environment set by build scripts
Jonas Schievink
2020-12-07
2
-2
/
+20
*
Pass `--target` when loading out dirs from check
Jonas Schievink
2020-12-07
1
-0
/
+5
*
Remove dummy ProcMacroClient in favor of Option
Jonas Schievink
2020-12-07
1
-17
/
+22
*
Simplify
Aleksey Kladov
2020-11-17
1
-54
/
+50
[next]