index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
project-model
Age
Commit message (
Expand
)
Author
Lines
2023-12-29
Use Cargo's [workspace.lints.*] to config clippy
Tetsuharu Ohzeki
-0
/
+3
2023-12-20
Auto merge of #16165 - Veykril:meta-vars, r=Veykril
bors
-46
/
+46
2023-12-19
Try to support pre and post-change metavars
Lukas Wirth
-46
/
+46
2023-12-18
Auto merge of #16151 - lnicola:minimal-2024-edition, r=davidbarsky
bors
-0
/
+4
2023-12-18
Add minimal support for the 2024 edition
Laurențiu Nicola
-0
/
+4
2023-12-18
internal: Move out `WithFixture` into dev-dep only crate
Lukas Wirth
-1
/
+1
2023-12-06
Allow navigation targets to be duplicated when the focus range lies in the ma...
Lukas Wirth
-2
/
+2
2023-12-05
Don't explicitly warn against `semicolon_in_expressions_from_macros`
Igor Matuszewski
-1
/
+1
2023-11-23
Precede paths with $ROOT$
Ali Bektas
-11
/
+11
2023-11-23
Make test cases simpler
Ali Bektas
-137
/
+47
2023-11-23
Update test data for crate deduping
Ali Bektas
-30
/
+122
2023-11-23
v2
Ali Bektas
-0
/
+256
2023-11-23
Relaxation for crate graph mergin
Ali Bektas
-14
/
+93
2023-11-15
Bump cargo_metadata
Laurențiu Nicola
-3
/
+3
2023-11-15
Bump tracing
Laurențiu Nicola
-1
/
+1
2023-11-15
Bump itertools
Laurențiu Nicola
-1
/
+1
2023-11-15
Bump anyhow
Laurențiu Nicola
-1
/
+1
2023-10-09
Add dedicated `target_dir` field to `CargoConfig` and `FlycheckConfig`
Victor Song
-0
/
+6
2023-09-08
Auto merge of #15560 - davidbarsky:davidbarsky/use-sysroot-rustc-to-determine...
bors
-47
/
+112
2023-09-08
Update crates/project-model/src/rustc_cfg.rs
David Barsky
-2
/
+1
2023-09-08
Only set rust-analyzer cfg for workspace members
Lukas Wirth
-18
/
+5
2023-09-08
Update project-model test outputs
Lukas Wirth
-11
/
+61
2023-09-08
Enable `rust_analyzer` for cfgs when code is being analyzed by rust-analyzer
Lukas Wirth
-13
/
+20
2023-09-08
Use cargo name as the CARGO_CRATE_NAME instead of package name
Ali Bektas
-7
/
+11
2023-09-07
add doc comment to `rustc_cfg::RustcCfgConfig`
David Barsky
-0
/
+8
2023-09-07
rename `rustc_cfg::Config` to `rustc_cfg::RustcCfgConfig` and import
David Barsky
-14
/
+14
2023-09-07
refactor `rustc_cfg` to be more inline with `docs/dev/style.md`
David Barsky
-52
/
+81
2023-09-07
project-model: when using `rust-project.json`, prefer the sysroot-defined rus...
David Barsky
-12
/
+41
2023-08-09
More error context when failing to invoke the rust toolchain
Lukas Wirth
-1
/
+2
2023-07-21
Optimize `DepKindInfo` -> `DepKind` conversion
Ryo Yoshida
-13
/
+10
2023-07-14
Enable cfg miri in analysis
hkalbasi
-0
/
+3
2023-06-20
Change in-tree libs to workspace dependencies
David Lattimore
-1
/
+1
2023-06-19
internal: use consistent style for error handling
Alex Kladov
-86
/
+62
2023-06-19
fix: ensure that ws loading error includes path to ws
Alex Kladov
-1
/
+27
2023-06-11
Lower const params with a bad id
hkalbasi
-0
/
+6
2023-05-31
fix: Don't duplicate sysroot crates in rustc workspace
Lukas Wirth
-8
/
+25
2023-05-30
Auto merge of #14911 - Veykril:config-cfg, r=Veykril
bors
-83
/
+28
2023-05-28
Allow setting cfgs
Lukas Wirth
-83
/
+28
2023-05-26
Filter out unused cargo features from config
Lukas Wirth
-7
/
+39
2023-05-13
Add AbsPath::absolutize
Lukas Wirth
-7
/
+8
2023-05-04
Forbid canonicalization of paths and normalize all rust-project.json paths
Lukas Wirth
-22
/
+15
2023-05-02
Use triomphe Arc
Laurențiu Nicola
-2
/
+4
2023-05-02
Auto merge of #14712 - Veykril:metadata-extra-args, r=Veykril
bors
-2
/
+15
2023-05-02
Only pass unstable flags to cargo metadata from extra args config
Lukas Wirth
-2
/
+15
2023-05-02
Add `target_directory` path to `CargoWorkspace`
Ddystopia
-1
/
+9
2023-05-02
fixing ts linting and rust test
Bruno Ortiz
-14
/
+15
2023-05-02
accepting review suggestions
Bruno Ortiz
-44
/
+13
2023-05-02
fixing tests for windows
Bruno Ortiz
-2
/
+9
2023-05-02
Adding crate_root_path to crate_graph
Bruno Ortiz
-1
/
+37
2023-04-28
fix grammar
wackbyte
-1
/
+1
[next]