rust/crates/project_model/src
Matthias Krüger cad617bba0 some clippy::performance fixes
use vec![] instead of Vec::new() +  push()
avoid redundant clones
use chars instead of &str for single char patterns in ends_with() and starts_with()
allocate some Vecs with capacity to avoid unneccessary resizing
2021-03-15 10:19:59 +01:00
..
build_data.rs Bump cargo_metadata 2021-03-02 14:27:29 +02:00
cargo_workspace.rs Require opt in to rustc_private 2021-03-07 12:24:20 +00:00
cfg_flag.rs
lib.rs Allow automatically detect the rustc-src directory (fixes #3517). 2021-02-13 18:20:46 +01:00
project_json.rs More maintainable config 2021-01-06 15:39:28 +03:00
rustc_cfg.rs some clippy::performance fixes 2021-03-15 10:19:59 +01:00
sysroot.rs Allow automatically detect the rustc-src directory (fixes #3517). 2021-02-13 18:20:46 +01:00
workspace.rs Never run cargo check on the rustc source 2021-03-08 16:42:18 +00:00