aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_api/src/version.rs
Commit message (Collapse)AuthorAgeFilesLines
* Replace `memmap` to `memmap2` in `proc_macro_api`memoryruins2021-05-041-1/+1
|
* Add test for proc-macro meta info retrievalEdwin Cheng2021-03-151-6/+7
|
* some clippy::performance fixesMatthias Krüger2021-03-151-2/+2
| | | | | | | 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
* use doc-commentsEdwin Cheng2021-03-091-21/+22
|
* Print warning if proc-macro built by old rustcEdwin Cheng2021-03-041-0/+131