rust-analyzer/crates/proc_macro_api/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
..
lib.rs Print warning if proc-macro built by old rustc 2021-03-04 14:47:34 +08:00
msg.rs Fixed typos in code comments 2021-01-09 15:41:29 +01:00
process.rs Reap proc macro server instances 2021-02-01 21:24:09 +02:00
rpc.rs Remove redundant clones 2021-02-05 16:57:26 +01:00
version.rs some clippy::performance fixes 2021-03-15 10:19:59 +01:00