Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test for proc-macro meta info retrieval | Edwin Cheng | 2021-03-15 | 1 | -6/+7 |
| | |||||
* | some clippy::performance fixes | Matthias Krüger | 2021-03-15 | 1 | -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-comments | Edwin Cheng | 2021-03-09 | 1 | -21/+22 |
| | |||||
* | Print warning if proc-macro built by old rustc | Edwin Cheng | 2021-03-04 | 1 | -0/+131 |